qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-09-18 15:40:01 to 2020-09-18 20:39:59 UTC [more...]

[PATCH v2 00/17] hw/block/nvme: multiple namespaces support
 2020-09-18 20:36 UTC  (2+ messages)
` [PATCH v2 01/17] hw/block/nvme: fix typo in trace event

[PATCH 0/9] GSoC 2020 - TCG Continuous Benchmarking scripts and tools
 2020-09-18 20:33 UTC  (3+ messages)
` [PATCH 1/9] scripts/performance: Refactor topN_perf.py

[PULL 0/4] x86 queue, 2020-09-18
 2020-09-18 20:27 UTC  (5+ messages)
` [PULL 1/4] i386/kvm: correct the meaning of '0xffffffff' value for hv-spinlocks
` [PULL 2/4] hw/i386/vmport: Drop superfluous parenthesis around function typedef
` [PULL 3/4] i386: Simplify CPUID_8000_001d for AMD
` [PULL 4/4] i386: Simplify CPUID_8000_001E "

[PULL 0/2] Acceptance patches for 2020-09-18
 2020-09-18 19:18 UTC  (3+ messages)
` [PULL 1/2] tests/acceptance: Disable tests dependent of unreliable apt.armbian.com
` [PULL 2/2] tests/acceptance: Skip slow quanta-gsj U-boot+Linux test

[PATCH v2 00/20] backup performance: block_status + async
 2020-09-18 20:11 UTC  (4+ messages)
` [PATCH v2 04/20] block/block-copy: More explicit call_state

[PATCH 00/37] qapi: static typing conversion, pt1
 2020-09-18 19:03 UTC  (18+ messages)
` [PATCH 06/37] qapi: delint using flake8
` [PATCH 09/37] qapi/common.py: Add indent manager
` [PATCH 16/37] qapi: establish mypy type-checking baseline

[PATCH v3 0/5] Qemu SEV-ES guest support
 2020-09-18 18:47 UTC  (7+ messages)

[PATCH v8 00/17] QEMU cpus.c refactoring part2
 2020-09-18 19:00 UTC  (2+ messages)

[PATCH v3 00/81] target/arm: Implement SVE2
 2020-09-18 18:37 UTC  (82+ messages)
` [PATCH v3 01/81] target/arm: Fix sve_uzp_p vs odd vector lengths
` [PATCH v3 02/81] target/arm: Fix sve_zip_p "
` [PATCH v3 03/81] target/arm: Fix sve_punpk_p "
` [PATCH v3 04/81] target/arm: Add ID_AA64ZFR0 fields and isar_feature_aa64_sve2
` [PATCH v3 05/81] target/arm: Implement SVE2 Integer Multiply - Unpredicated
` [PATCH v3 06/81] target/arm: Implement SVE2 integer pairwise add and accumulate long
` [PATCH v3 07/81] target/arm: Implement SVE2 integer unary operations (predicated)
` [PATCH v3 08/81] target/arm: Split out saturating/rounding shifts from neon
` [PATCH v3 09/81] target/arm: Implement SVE2 saturating/rounding bitwise shift left (predicated)
` [PATCH v3 10/81] target/arm: Implement SVE2 integer halving add/subtract (predicated)
` [PATCH v3 11/81] target/arm: Implement SVE2 integer pairwise arithmetic
` [PATCH v3 12/81] target/arm: Implement SVE2 saturating add/subtract (predicated)
` [PATCH v3 13/81] target/arm: Implement SVE2 integer add/subtract long
` [PATCH v3 14/81] target/arm: Implement SVE2 integer add/subtract interleaved long
` [PATCH v3 15/81] target/arm: Implement SVE2 integer add/subtract wide
` [PATCH v3 16/81] target/arm: Implement SVE2 integer multiply long
` [PATCH v3 17/81] target/arm: Implement PMULLB and PMULLT
` [PATCH v3 18/81] target/arm: Implement SVE2 bitwise shift left long
` [PATCH v3 19/81] target/arm: Implement SVE2 bitwise exclusive-or interleaved
` [PATCH v3 20/81] target/arm: Implement SVE2 bitwise permute
` [PATCH v3 21/81] target/arm: Implement SVE2 complex integer add
` [PATCH v3 22/81] target/arm: Implement SVE2 integer absolute difference and accumulate long
` [PATCH v3 23/81] target/arm: Implement SVE2 integer add/subtract long with carry
` [PATCH v3 24/81] target/arm: Implement SVE2 bitwise shift right and accumulate
` [PATCH v3 25/81] target/arm: Implement SVE2 bitwise shift and insert
` [PATCH v3 26/81] target/arm: Implement SVE2 integer absolute difference and accumulate
` [PATCH v3 27/81] target/arm: Implement SVE2 saturating extract narrow
` [PATCH v3 28/81] target/arm: Implement SVE2 floating-point pairwise
` [PATCH v3 29/81] target/arm: Implement SVE2 SHRN, RSHRN
` [PATCH v3 30/81] target/arm: Implement SVE2 SQSHRUN, SQRSHRUN
` [PATCH v3 31/81] target/arm: Implement SVE2 UQSHRN, UQRSHRN
` [PATCH v3 32/81] target/arm: Implement SVE2 SQSHRN, SQRSHRN
` [PATCH v3 33/81] target/arm: Implement SVE2 WHILEGT, WHILEGE, WHILEHI, WHILEHS
` [PATCH v3 34/81] target/arm: Implement SVE2 WHILERW, WHILEWR
` [PATCH v3 35/81] target/arm: Implement SVE2 bitwise ternary operations
` [PATCH v3 36/81] target/arm: Implement SVE2 MATCH, NMATCH
` [PATCH v3 37/81] target/arm: Implement SVE2 saturating multiply-add long
` [PATCH v3 38/81] target/arm: Implement SVE2 saturating multiply-add high
` [PATCH v3 39/81] target/arm: Implement SVE2 integer multiply-add long
` [PATCH v3 40/81] target/arm: Implement SVE2 complex integer multiply-add
` [PATCH v3 41/81] target/arm: Implement SVE2 ADDHNB, ADDHNT
` [PATCH v3 42/81] target/arm: Implement SVE2 RADDHNB, RADDHNT
` [PATCH v3 43/81] target/arm: Implement SVE2 SUBHNB, SUBHNT
` [PATCH v3 44/81] target/arm: Implement SVE2 RSUBHNB, RSUBHNT
` [PATCH v3 45/81] target/arm: Implement SVE2 HISTCNT, HISTSEG
` [PATCH v3 46/81] target/arm: Implement SVE2 XAR
` [PATCH v3 47/81] target/arm: Implement SVE2 scatter store insns
` [PATCH v3 48/81] target/arm: Implement SVE2 gather load insns
` [PATCH v3 49/81] target/arm: Implement SVE2 FMMLA
` [PATCH v3 50/81] target/arm: Implement SVE2 SPLICE, EXT
` [PATCH v3 51/81] target/arm: Pass separate addend to {U, S}DOT helpers
` [PATCH v3 52/81] target/arm: Pass separate addend to FCMLA helpers
` [PATCH v3 53/81] target/arm: Split out formats for 2 vectors + 1 index
` [PATCH v3 54/81] target/arm: Split out formats for 3 "
` [PATCH v3 55/81] target/arm: Implement SVE2 integer multiply (indexed)
` [PATCH v3 56/81] target/arm: Implement SVE2 integer multiply-add (indexed)
` [PATCH v3 57/81] target/arm: Implement SVE2 saturating multiply-add high (indexed)
` [PATCH v3 58/81] target/arm: Implement SVE2 saturating multiply-add (indexed)
` [PATCH v3 59/81] target/arm: Implement SVE2 integer multiply long (indexed)
` [PATCH v3 60/81] target/arm: Implement SVE2 saturating multiply (indexed)
` [PATCH v3 61/81] target/arm: Implement SVE2 signed saturating doubling multiply high
` [PATCH v3 62/81] target/arm: Implement SVE2 saturating multiply high (indexed)
` [PATCH v3 63/81] target/arm: Implement SVE2 multiply-add long (indexed)
` [PATCH v3 64/81] target/arm: Implement SVE2 complex integer multiply-add (indexed)
` [PATCH v3 65/81] target/arm: Implement SVE mixed sign dot product (indexed)
` [PATCH v3 66/81] target/arm: Implement SVE mixed sign dot product
` [PATCH v3 67/81] target/arm: Implement SVE2 crypto unary operations
` [PATCH v3 68/81] target/arm: Implement SVE2 crypto destructive binary operations
` [PATCH v3 69/81] target/arm: Implement SVE2 crypto constructive "
` [PATCH v3 70/81] target/arm: Implement SVE2 TBL, TBX
` [PATCH v3 71/81] target/arm: Implement SVE2 FCVTNT
` [PATCH v3 72/81] target/arm: Implement SVE2 FCVTLT
` [PATCH v3 73/81] target/arm: Implement SVE2 FCVTXNT, FCVTX
` [PATCH v3 74/81] target/arm: Implement SVE2 FLOGB
` [PATCH v3 75/81] target/arm: Share table of sve load functions
` [PATCH v3 76/81] target/arm: Implement SVE2 LD1RO
` [PATCH v3 77/81] target/arm: Implement 128-bit ZIP, UZP, TRN
` [PATCH v3 78/81] target/arm: Implement SVE2 bitwise shift immediate
` [PATCH v3 79/81] target/arm: Implement SVE2 fp multiply-add long
` [PATCH v3 80/81] target/arm: Implement SVE2 complex integer dot product
` [PATCH v3 81/81] target/arm: Enable SVE2 and some extensions

[Bug 1896096] [NEW] Git version: Build process is broken in block_curl.c.o
 2020-09-18 18:35 UTC  (15+ messages)
` [Bug 1896096] "

[PATCH 0/4] nbd reconnect new fixes
 2020-09-18 18:29 UTC  (2+ messages)

[PATCH 0/3] qom: Replace INTERFACE_CHECK with OBJECT_CHECK
 2020-09-18 18:23 UTC  (5+ messages)

[PATCH v6 00/15] preallocate filter
 2020-09-18 18:19 UTC  (16+ messages)
` [PATCH v6 01/15] block: simplify comment to BDRV_REQ_SERIALISING
` [PATCH v6 02/15] block/io.c: drop assertion on double waiting for request serialisation
` [PATCH v6 03/15] block/io: split out bdrv_find_conflicting_request
` [PATCH v6 04/15] block/io: bdrv_wait_serialising_requests_locked: drop extra bs arg
` [PATCH v6 05/15] block: bdrv_mark_request_serialising: split non-waiting function
` [PATCH v6 06/15] block: introduce BDRV_REQ_NO_WAIT flag
` [PATCH v6 07/15] block: bdrv_check_perm(): process children anyway
` [PATCH v6 08/15] block: introduce preallocate filter
` [PATCH v6 09/15] qemu-io: add preallocate mode parameter for truncate command
` [PATCH v6 10/15] iotests: qemu_io_silent: support --image-opts
` [PATCH v6 11/15] iotests: add 298 to test new preallocate filter driver
` [PATCH v6 12/15] scripts/simplebench: support iops
` [PATCH v6 13/15] scripts/simplebench: improve view of ascii table
` [PATCH v6 14/15] scripts/simplebench: improve ascii table: add difference line
` [PATCH v6 15/15] scripts/simplebench: add bench_prealloc.py

[PATCH v7 0/2] Remove EPYC mode apicid decode and use generic decode
 2020-09-18 18:26 UTC  (2+ messages)

[PATCH 0/5] qom: Convert more declarations to OBJECT_DECLARE*
 2020-09-18 18:17 UTC  (2+ messages)

[Bug 1895310] [NEW] Heap-overflow (read) in sd_erase
 2020-09-18 18:01 UTC  (2+ messages)
` [Bug 1895310] "

[PULL 0/2] Python queue, 2020-09-18
 2020-09-18 18:04 UTC  (3+ messages)
` [PULL 1/2] scripts/simplebench: compare write request performance
` [PULL 2/2] analyze-migration.py: fix read_migration_debug_json() return type

[PATCH v2 0/6] qom: Allow object to be aligned
 2020-09-18 18:00 UTC  (2+ messages)

[PATCH v10 0/7] vhost-user block device backend implementation
 2020-09-18 17:56 UTC  (3+ messages)
` [PATCH v10 4/7] block: move logical block size check function to a common utility function

[PATCH v2] docs: simplify and clarify the platform support rules
 2020-09-18 17:55 UTC  (2+ messages)

[PATCH] tests/acceptance: Disable tests dependent of unreliable apt.armbian.com
 2020-09-18 17:45 UTC  (2+ messages)

[RFC PATCH 0/6] hw/sd/sdcard: Do not attempt to erase out of range addresses
 2020-09-18 17:41 UTC  (7+ messages)
` [RFC PATCH 1/6] hw/sd/sdcard: Add trace event for ERASE command (CMD38)
` [RFC PATCH 2/6] hw/sd/sdcard: Introduce the INVALID_ADDRESS definition
` [RFC PATCH 3/6] hw/sd/sdcard: Do not use legal address '0' for INVALID_ADDRESS
` [RFC PATCH 4/6] hw/sd/sdcard: Reset both start/end addresses on error
` [RFC PATCH 5/6] hw/sd/sdcard: Do not attempt to erase out of range addresses
` [RFC PATCH 6/6] hw/sd/sdcard: Assert if accessing an illegal group

[PATCH v2] tests/acceptance: Skip slow quanta-gsj U-boot+Linux test
 2020-09-18 17:47 UTC  (3+ messages)

[PATCH v2 0/6] virtiofsd xattr name mappings
 2020-09-18 17:38 UTC  (4+ messages)
` [PATCH v2 3/6] tools/virtiofsd: xattr name mappings: Add option
  ` [Virtio-fs] "

[PULL 00/24] qtests, unit tests and Cirrus-CI fixes / improvements
 2020-09-18 17:33 UTC  (3+ messages)
` [PULL 05/24] Simplify the .gitignore file

[Bug 1896263] [NEW] The bios-tables-test test causes QEMU to crash (Assertion `ret == cpu->kvm_msr_buf->nmsrs' failed) on AMD processors
 2020-09-18 17:08 UTC 

[Bug 1895703] [NEW] performance degradation in tcg since Meson switch
 2020-09-18 17:07 UTC  (4+ messages)
` [Bug 1895703] "

Heterogeneous/AMP example in mainline?
 2020-09-18 16:46 UTC  (3+ messages)

[PULL v2 00/15] virtio,pc,acpi: fixes, tests
 2020-09-18 17:01 UTC  (20+ messages)
` [PULL v2 01/15] linux headers: sync to 5.9-rc4
` [PULL v2 04/15] virtio-mem: detach the element from the virtqueue when error occurs
` [PULL v2 05/15] pc: fix auto_enable_numa_with_memhp/auto_enable_numa_with_memdev for the 5.0 machine
` [PULL v2 06/15] vhost: recheck dev state in the vhost_migration_log routine
` [PULL v2 07/15] vhost: check queue state in the vhost_dev_set_log routine
` [PULL v2 08/15] tests/qtest/vhost-user-test: prepare the tests for adding new dev class
` [PULL v2 09/15] tests/qtest/libqos/virtio-blk: add support for vhost-user-blk
` [PULL v2 10/15] tests/qtest/vhost-user-test: add support for the vhost-user-blk device
` [PULL v2 11/15] tests/qtest/vhost-user-test: add migrate_reconnect test
` [PULL v2 12/15] tests/qtest/vhost-user-test: enable the reconnect tests
` [PULL v2 13/15] cphp: remove deprecated cpu-add command(s)
` [PULL v2 14/15] virtio-iommu: Check gtrees are non null before destroying them
` [PULL v2 15/15] virtio-iommu-pci: force virtio version 1
` [PULL v2 02/15] vhost: switch to use IOTLB v2 format
` [PULL v2 03/15] vhost-vdpa: batch updating IOTLB mappings

[RFC PATCH 00/12] hw/arm/virt: Introduce cpu and cache topology support
 2020-09-18 16:58 UTC  (6+ messages)
` [RFC PATCH 04/12] device_tree: add qemu_fdt_add_path

[PULL 00/36] target-arm queue
 2020-09-18 16:24 UTC  (5+ messages)
` [PULL 32/36] tests/acceptance: console boot tests for quanta-gsj

[PULL 0/1] fw-cfg patches for 2020-09-18
 2020-09-18 16:23 UTC  (3+ messages)

[PATCH v3 1/2] Introduce (x86) CPU model deprecation API
 2020-09-18 16:42 UTC  (4+ messages)

[PATCH v5 0/4] Fixes curses on msys2/mingw
 2020-09-18 16:10 UTC  (6+ messages)
` [PATCH v5 1/4] curses: Fixes compiler error that complain don't have langinfo.h "
` [PATCH v5 2/4] curses: Fixes curses compiling errors
` [PATCH v5 3/4] win32: Simplify gmtime_r detection not depends on if _POSIX_C_SOURCE are defined on msys2/mingw
` [PATCH v5 4/4] configure: Fixes ncursesw detection under msys2/mingw by convert them to meson

[PATCH] configure: fixes indent of $meson setup
 2020-09-18 16:09 UTC  (2+ messages)

[PATCH v2 00/13] block: deal with errp: part I
 2020-09-18 16:10 UTC  (8+ messages)
` [PATCH v2 12/13] block/qcow2: simplify qcow2_co_invalidate_cache()
` [PATCH v2 13/13] block/qed: bdrv_qed_do_open: deal with errp

[PATCH v2] s390x/tcg: Implement MONITOR CALL
 2020-09-18 15:54 UTC  (2+ messages)

[PATCH v2] tests/check-block: Do not run the iotests with old versions of bash
 2020-09-18 15:48 UTC  (3+ messages)

[PULL 00/15] virtio,pc,acpi: fixes, tests
 2020-09-18 15:30 UTC  (3+ messages)
` [PULL 07/15] vhost: check queue state in the vhost_dev_set_log routine

[PATCH] iotests/046: Filter request length
 2020-09-18 15:33 UTC 

[PATCH] tests/acceptance: Reduce quanta-gsj U-boot+Linux test time
 2020-09-18 15:29 UTC  (3+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).