qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-02-01 09:32:26 to 2022-02-01 21:34:18 UTC [more...]

[PATCH 2/2] tests: Update CentOS 8 container to CentOS Stream 8
 2022-02-01 18:02 UTC  (8+ messages)

"make check-acceptance" takes way too long
 2022-02-01 18:03 UTC  (20+ messages)

[PATCH 00/31] vDPA shadow virtqueue
 2022-02-01 17:27 UTC  (19+ messages)
` [PATCH 11/31] vhost: Add vhost_svq_valid_device_features to shadow vq
` [PATCH 18/31] vhost: Shadow virtqueue buffers forwarding
` [PATCH 22/31] vhost: Add VhostIOVATree
` [PATCH 28/31] vdpa: Expose VHOST_F_LOG_ALL on SVQ
` [PATCH 29/31] vdpa: Make ncs autofree

[PATCH v2 00/25] testing and plugin updates
 2022-02-01 18:20 UTC  (8+ messages)
` [PATCH v2 03/25] Makefile: also remove .gcno files when cleaning
` [PATCH v2 10/25] tests: Manually remove libxml2 on MSYS2 runners
` [PATCH v2 11/25] tests/lcitool: Install libibumad to cover RDMA on Debian based distros
` [PATCH v2 12/25] docs/devel: mention our .editorconfig
` [PATCH v2 15/25] block: fix FreeBSD build failure with fallocate
` [PATCH v2 20/25] plugins: add helper functions for coverage plugins
` [PATCH v2 22/25] tests/plugin: allow libinsn.so per-CPU counts

[PATCH 1/2] migration/rdma: Increase the backlog from 5 to 128
 2022-02-01 15:11 UTC  (2+ messages)
` [PATCH 2/2] migration/rdma: set the REUSEADDR option for destination

[PATCH v3 1/1] virtio: fix the condition for iommu_platform not supported
 2022-02-01 18:33 UTC  (7+ messages)

[PATCH 00/20] tcg: vector improvements
 2022-02-01 18:29 UTC  (3+ messages)
` [PATCH 03/20] tcg/ppc: Implement vector NAND, NOR, EQV

[PATCH 00/22] bsd-user: Start upstreaming the system calls
 2022-02-01 17:39 UTC  (48+ messages)
` [PATCH 01/22] bsd-user/main.c: Drop syscall flavor arg -bsd
` [PATCH 02/22] bsd-user/x86_64/target_arch_cpu.h: int $80 never was a BSD system call on amd64
` [PATCH 03/22] bsd-user/x86_64/target_arch_cpu.h: Remove openbsd syscall
` [PATCH 04/22] bsd-user/i386/target_arch_cpu.h: "
` [PATCH 05/22] bsd-user/arm/target_arch_cpu.h: Only support FreeBSD sys calls
` [PATCH 06/22] bsd-user/arm/target_arch_thread.h: Assume a FreeBSD target
` [PATCH 07/22] bsd-user/x86_64/target_arch_thread.h: "
` [PATCH 08/22] bsd-user: Remove bsd_type
` [PATCH 09/22] bsd-user/freebsd/os-syscall.c: Move syscall processing here
` [PATCH 10/22] bsd-user: Move system call building to os-syscall.c
` [PATCH 11/22] bsd-user/sycall.c: Now obsolete, remove
` [PATCH 12/22] bsd-user/freebsd/os-syscall.c: Add get_errno and host_to_target_errno
` [PATCH 13/22] bsd-user/bsd-file.h: Implementation details for the filesystem calls
` [PATCH 14/22] bsd-user/freebsd/os-syscall.c: lock_iovec
` [PATCH 15/22] bsd-user/freebsd/os-syscall.c: unlock_iovec
` [PATCH 16/22] bsd-user/freebsd/os-syscall.c: Tracing and error boilerplate
` [PATCH 17/22] bsd-user: introduce target.h
` [PATCH 18/22] bsd-user: Define target_arg64
` [PATCH 19/22] bsd-user: Add safe system call macros
` [PATCH 20/22] bsd-user/bsd-file.h: Add implementations for read, pread, readv and preadv
` [PATCH 21/22] bsd-user/bsd-file.h: Meat of the write system calls
` [PATCH 22/22] bsd-user/freebsd/os-syscall.c: Implement exit

[RFC] block/nbd: Move s->ioc on AioContext change
 2022-02-01 17:18 UTC  (6+ messages)

[PATCH v8 0/5] MSG_ZEROCOPY + multifd
 2022-02-01 17:25 UTC  (4+ messages)
` [PATCH v8 1/5] QIOChannel: Add flags on io_writev and introduce io_flush callback

[PULL 00/40] Bsd user arm 2022q1 patches
 2022-02-01 16:31 UTC  (2+ messages)

[PATCH] hw/i2c: flatten pca954x mux device
 2022-02-01 16:30 UTC 

[PATCH v2] docs: expand firmware descriptor to allow flash without NVRAM
 2022-02-01 13:30 UTC  (5+ messages)

[PATCH v4 0/4] Python: Improvements for iotest 040,041
 2022-02-01 13:28 UTC  (6+ messages)
` [PATCH v4 1/4] python/aqmp: Fix negotiation with pre-"oob" QEMU
` [PATCH v4 4/4] python/aqmp: add socket bind step to legacy.py

[PULL 00/10] Block layer patches
 2022-02-01 15:21 UTC  (11+ messages)
` [PULL 01/10] qemu-storage-daemon: Fix typo in vhost-user-blk help
` [PULL 02/10] block: bdrv_set_backing_hd(): use drained section
` [PULL 03/10] block/export: Fix vhost-user-blk shutdown with requests in flight
` [PULL 04/10] block/export/fuse: Rearrange if-else-if ladder in fuse_fallocate()
` [PULL 05/10] block/export/fuse: Fix build failure on FreeBSD
` [PULL 06/10] block.h: remove outdated comment
` [PULL 07/10] qsd: Document fuse's allow-other option
` [PULL 08/10] qemu-img: Unify [-b [-F]] documentation
` [PULL 09/10] block/rbd: fix handling of holes in .bdrv_co_block_status
` [PULL 10/10] block/rbd: workaround for ceph issue #53784

[PATCH 1/2] hw/char/renesas_sci: Add fifo buffer to backend interface
 2022-02-01 15:52 UTC  (3+ messages)

[PATCH v8 0/5] support subsets of virtual memory extension
 2022-02-01 14:24 UTC  (6+ messages)
` [PATCH v8 1/5] target/riscv: Ignore reserved bits in PTE for RV64
` [PATCH v8 2/5] target/riscv: add PTE_A/PTE_D/PTE_U bits check for inner PTE
` [PATCH v8 3/5] target/riscv: add support for svnapot extension
` [PATCH v8 4/5] target/riscv: add support for svinval extension
` [PATCH v8 5/5] target/riscv: add support for svpbmt extension

[PATCH v1 00/22] testing and plugin updates
 2022-02-01 15:29 UTC  (6+ messages)
` [PATCH v1 12/22] plugins: stxp test case from Aaron (!upstream)

[PATCH v5 03/18] pci: isolated address space for PCI bus
 2022-02-01 15:24 UTC  (15+ messages)

[PATCH v3 0/2] tests/9pfs: Fix leak and add some more g_auto* annotations
 2022-02-01 15:15 UTC  (3+ messages)
` [PATCH v3 1/2] tests/9pfs: Fix leak of local_test_path
` [PATCH v3 2/2] tests/9pfs: Use g_autofree and g_autoptr where possible

[PULL 00/24] Block patches
 2022-02-01 14:42 UTC  (25+ messages)
` [PULL 01/24] tests/qemu-iotests: Fix 051 for binaries without 'lsi53c895a'
` [PULL 02/24] iotests/MRCE: Write data to source
` [PULL 03/24] iotests.py: img_info_log(): rename imgopts argument
` [PULL 04/24] iotests.py: implement unsupported_imgopts
` [PULL 05/24] iotests: specify some unsupported_imgopts for python iotests
` [PULL 06/24] iotests.py: qemu_img*("create"): support IMGOPTS='compression_type=zstd'
` [PULL 07/24] iotests: drop qemu_img_verbose() helper
` [PULL 08/24] iotests.py: rewrite default luks support in qemu_img
` [PULL 09/24] iotest 303: explicit compression type
` [PULL 10/24] iotest 065: "
` [PULL 11/24] iotests.py: filter out successful output of qemu-img create
` [PULL 12/24] iotests.py: filter compression type out
` [PULL 13/24] iotest 302: use img_info_log() helper
` [PULL 14/24] qcow2: simple case support for downgrading of qcow2 images with zstd
` [PULL 15/24] iotests/common.rc: introduce _qcow2_dump_header helper
` [PULL 16/24] iotests: massive use _qcow2_dump_header
` [PULL 17/24] iotest 39: "
` [PULL 18/24] iotests: bash tests: filter compression type
` [PULL 19/24] iotests 60: more accurate set dirty bit in qcow2 header
` [PULL 20/24] iotest 214: explicit compression type
` [PULL 21/24] iotests: declare lack of support for compresion_type in IMGOPTS
` [PULL 22/24] block-backend: Retain permissions after migration
` [PULL 23/24] iotests/migration-permissions: New test
` [PULL 24/24] block.h: remove outdated comment

[PATCH 00/12] Removal of Aiocontext lock through drains: protect bdrv_replace_child_noperm
 2022-02-01 14:47 UTC  (3+ messages)
` [PATCH 10/12] block.c: add subtree_drains where needed

[PATCH 00/14] block: cleanup backing and file handling
 2022-02-01 14:29 UTC  (2+ messages)

Block alignment of qcow2 compress driver
 2022-02-01 14:13 UTC  (2+ messages)

iotests failure on netbsd VM, no useful errors logged
 2022-02-01 14:19 UTC 

[PATCH] qemu-img: Unify [-b [-F]] documentation
 2022-02-01 13:49 UTC  (3+ messages)

[PATCH V2 for-6.2 0/2] fixes for bdrv_co_block_status
 2022-02-01 14:39 UTC  (2+ messages)

[PATCH v6 00/33] block layer: split block APIs in global state and I/O
 2022-02-01 12:10 UTC  (17+ messages)
` [PATCH v6 01/33] main-loop.h: introduce qemu_in_main_thread()
` [PATCH v6 02/33] include/block/block: split header into I/O and global state API

[PATCH v2] tests/9pfs: Use g_autofree and g_autoptr where possible
 2022-02-01 13:00 UTC  (4+ messages)

[PATCH 00/11] target/ppc: powerpc_excp improvements [BookE] (6/n)
 2022-02-01 12:54 UTC  (5+ messages)

[PATCH v7 0/5] support subsets of virtual memory extension
 2022-02-01 12:55 UTC  (7+ messages)
` [PATCH v7 1/5] target/riscv: Ignore reserved bits in PTE for RV64
` [PATCH v7 3/5] target/riscv: add support for svnapot extension

[PATCH v2 00/11] 9p: Add support for darwin
 2022-02-01 12:44 UTC  (4+ messages)
` [PATCH v2 10/11] 9p: darwin: Implement compatibility for mknodat

[PATCH v2] qsd: Document fuse's allow-other option
 2022-02-01 12:40 UTC  (2+ messages)

[PATCH] block.h: remove outdated comment
 2022-02-01 12:39 UTC  (3+ messages)

[PATCH v3 0/2] block/export/fuse: Fix build failure on FreeBSD
 2022-02-01 12:37 UTC  (5+ messages)
` [PATCH v3 1/2] block/export/fuse: Rearrange if-else-if ladder in fuse_fallocate()
` [PATCH v3 2/2] block/export/fuse: Fix build failure on FreeBSD

[PATCH] block/curl.c: Check error return from curl_easy_setopt()
 2022-02-01 11:25 UTC  (2+ messages)

[PATCH v3 0/3] Support fd-based KVM stats
 2022-02-01 12:08 UTC  (8+ messages)
` [PATCH v3 1/3] qmp: Support for querying stats
` [PATCH v3 3/3] kvm: Support for querying fd-based stats

[RFC PATCH] block/export/fuse: Fix build failure on FreeBSD
 2022-02-01 11:14 UTC  (3+ messages)

[PATCH] contrib/plugins: add mask plugin
 2022-02-01 10:57 UTC  (4+ messages)

[PATCH] block: bdrv_set_backing_hd(): use drained section
 2022-02-01 11:00 UTC  (6+ messages)

[PATCH] memory: Make memory_region_readd_subregion() properly handle mapped aliases
 2022-02-01 10:53 UTC  (3+ messages)

[PATCH] tests/lcitool: Allow lcitool-refresh in out-of-tree builds, too
 2022-02-01 10:54 UTC  (4+ messages)

[PATCH v3 0/2] hw/i386: QOM-attach CPUs/SGX-EPC objects to their parents
 2022-02-01  9:25 UTC  (5+ messages)
` [PATCH v3 1/2] hw/i386: Attach CPUs to machine
` [PATCH v3 2/2] hw/i386/sgx: Attach SGX-EPC objects "

[PATCH v2 0/6] Fixes and updates for hppa target
 2022-02-01  9:37 UTC  (4+ messages)
` [PATCH v2 2/6] hw/hppa: Allow up to 16 emulated CPUs

[PATCH v5 00/18] vfio-user server in QEMU
 2022-02-01  9:37 UTC  (7+ messages)
` [PATCH v5 17/18] vfio-user: register handlers to facilitate migration

[RFC PATCH 1/1] i386: Remove features from Epyc-Milan cpu
 2022-02-01  9:18 UTC  (6+ 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).