messages from 2022-03-29 09:26:30 to 2022-03-30 07:13:41 UTC [more...]
[PATCH 0/4] virtio-ccw: remove device declarations from virtio-ccw.h
2022-03-30 7:11 UTC (8+ messages)
` [PATCH 1/4] s390x: follow qdev tree to detect SCSI device on a CCW bus
` [PATCH 2/4] virtio-ccw: move vhost_ccw_scsi to a separate file
` [PATCH 3/4] virtio-ccw: move device type declarations to .c files
[PATCH 0/7] vhost-vdpa multiqueue fixes
2022-03-30 6:33 UTC (8+ messages)
` [PATCH 1/7] virtio-net: align ctrl_vq index for non-mq guest for vhost_vdpa
` [PATCH 2/7] virtio-net: Fix indentation
` [PATCH 3/7] virtio-net: Only enable userland vq if using tap backend
` [PATCH 4/7] virtio: don't read pending event on host notifier if disabled
` [PATCH 5/7] vhost-vdpa: fix improper cleanup in net_init_vhost_vdpa
` [PATCH 6/7] vhost-net: fix improper cleanup in vhost_net_start
` [PATCH 7/7] vhost-vdpa: backend feature should set only once
[PATCH v2 0/1] target/riscv: misa to ISA string conversion fix
2022-03-30 6:44 UTC (6+ messages)
` [PATCH v2 1/1] "
[PATCH] target/riscv: Exit current TB after an sfence.vma
2022-03-30 6:15 UTC (2+ messages)
[PATCH v3 0/2] Added option to take screenshot with screendump as PNG
2022-03-30 6:13 UTC (5+ messages)
` [PATCH v3 1/2] Replacing CONFIG_VNC_PNG with CONFIG_PNG
` [PATCH v3 2/2] Added parameter to take screenshot with screendump as PNG
[PATCH v4 0/2] Option to take screenshot with screendump as PNG
2022-03-30 6:11 UTC (3+ messages)
` [PATCH v4 1/2] Replacing CONFIG_VNC_PNG with CONFIG_PNG
` [PATCH v4 2/2] Added parameter to take screenshot with screendump as PNG
[PATCH] target/riscv: Exit current TB after an sfence.vma
2022-03-30 6:09 UTC (3+ messages)
[ANNOUNCE] QEMU 7.0.0-rc2 is now available
2022-03-30 0:25 UTC
[RESEND PATCH] target/riscv: fix start byte for vmv<nf>r.v when vstart != 0
2022-03-30 2:13 UTC
[PATCH] target/riscv: fix start byte for vmv<nf>r.v when vstart != 0
2022-03-30 2:10 UTC
[PATCH 0/4] Python: relicense async qmp as LGPLv2+
2022-03-30 1:59 UTC (9+ messages)
` [PATCH 3/4] python/qmp-shell: relicense "
` [PATCH 4/4] python/aqmp-tui: "
[PATCH v2 0/1] fix vcpu hotunplug leak in spapr_realize_vcpu
2022-03-30 0:48 UTC (4+ messages)
` [PATCH v2 1/1] hw/ppc: free env->tb_env in spapr_unrealize_vcpu()
[PATCH for-7.0?] tcg/aarch64: Use 'ull' suffix to force 64-bit constant
2022-03-29 23:49 UTC
[PATCH v8 00/46] CXl 2.0 emulation Support
2022-03-29 19:53 UTC (4+ messages)
` [PATCH v8 04/46] hw/cxl/device: Introduce a CXL device (8.2.8)
[PULL 0/2] Build bugfixes for QEMU 7.0, 2022-03-29
2022-03-29 22:31 UTC (5+ messages)
` [PULL 1/2] virtio: fix --enable-vhost-user build on non-Linux
` [PULL 2/2] tests/tcg: really fix path to target configuration
[PATCH v4 00/45] Transactional block-graph modifying API
2022-03-29 20:41 UTC (39+ messages)
` [PATCH v4 01/45] block: BlockDriver: add .filtered_child_is_backing field
` [PATCH v4 02/45] block: introduce bdrv_open_file_child() helper
` [PATCH v4 03/45] block/blklogwrites: don't care to remove bs->file child on failure
` [PATCH v4 04/45] test-bdrv-graph-mod: update test_parallel_perm_update test case
` [PATCH v4 05/45] tests-bdrv-drain: bdrv_replace_test driver: declare supports_backing
` [PATCH v4 06/45] test-bdrv-graph-mod: fix filters to be filters
` [PATCH v4 07/45] block: document connection between child roles and bs->backing/bs->file
` [PATCH v4 08/45] block/snapshot: stress that we fallback to primary child
` [PATCH v4 09/45] Revert "block: Let replace_child_noperm free children"
` [PATCH v4 10/45] Revert "block: Let replace_child_tran keep indirect pointer"
` [PATCH v4 11/45] Revert "block: Restructure remove_file_or_backing_child()"
` [PATCH v4 12/45] Revert "block: Pass BdrvChild ** to replace_child_noperm"
` [PATCH v4 13/45] block: Manipulate bs->file / bs->backing pointers in .attach/.detach
` [PATCH v4 14/45] block/snapshot: drop indirection around bdrv_snapshot_fallback_ptr
` [PATCH v4 15/45] block: refactor bdrv_remove_file_or_backing_child to bdrv_remove_child
` [PATCH v4 16/45] block: drop bdrv_detach_child()
` [PATCH v4 17/45] block: drop bdrv_remove_filter_or_cow_child
` [PATCH v4 18/45] block: bdrv_refresh_perms(): allow external tran
` [PATCH v4 19/45] block: refactor bdrv_list_refresh_perms to allow any list of nodes
` [PATCH v4 20/45] block: make permission update functions public
` [PATCH v4 21/45] block: add bdrv_try_set_aio_context_tran transaction action
` [PATCH v4 22/45] block: implemet bdrv_unref_tran()
` [PATCH v4 23/45] blockdev: refactor transaction to use Transaction API
` [PATCH v4 24/45] blockdev: transactions: rename some things
` [PATCH v4 25/45] blockdev: qmp_transaction: refactor loop to classic for
` [PATCH v4 26/45] blockdev: transaction: refactor handling transaction properties
` [PATCH v4 27/45] blockdev: qmp_transaction: drop extra generic layer
` [PATCH v4 28/45] qapi: block: add blockdev-del transaction action
` [PATCH v4 29/45] block: introduce BDRV_O_NOPERM flag
` [PATCH v4 30/45] block: bdrv_insert_node(): use BDRV_O_NOPERM
` [PATCH v4 31/45] qapi: block: add blockdev-add transaction action
` [PATCH v4 32/45] iotests: add blockdev-add-transaction
` [PATCH v4 33/45] block-backend: blk_root(): drop const specifier on return type
` [PATCH v4 34/45] block/export: add blk_by_export_id()
` [PATCH v4 35/45] block: make bdrv_find_child() function public
` [PATCH v4 36/45] block: bdrv_replace_child_bs(): move to external transaction
` [PATCH v4 37/45] qapi: add x-blockdev-replace command
` [PATCH v4 38/45] qapi: add x-blockdev-replace transaction action
[PULL 0/4] Block patches for 7.0-rc2
2022-03-29 21:20 UTC (6+ messages)
` [PULL 1/4] iotests: update test owner contact information
` [PULL 2/4] main-loop: Disable GLOBAL_STATE_CODE() assertions
` [PULL 3/4] block/stream: Drain subtree around graph change
` [PULL 4/4] iotests: Fix status checks
Call for GSoC and Outreachy project ideas for summer 2022
2022-03-29 20:29 UTC (6+ messages)
[PATCH 0/3] Bug fixes related to secure 2 stage translation
2022-03-29 20:18 UTC (10+ messages)
` [PATCH 1/3] target/arm: Check VSTCR.SW when assigning the stage 2 output PA space
` [PATCH 2/3] target/arm: Take VSTCR.SW, VTCR.NSW into account in final stage 2 walk
` [PATCH 3/3] target/arm: Determine final stage 2 output PA space based on original IPA
[PATCH v7 00/17] vfio-user server in QEMU
2022-03-29 19:58 UTC (18+ messages)
` [PATCH v7 02/17] qdev: unplug blocker for devices
` [PATCH v7 07/17] vfio-user: define vfio-user-server object
` [PATCH v7 08/17] vfio-user: instantiate vfio-user context
` [PATCH v7 12/17] vfio-user: IOMMU support for remote device
` [PATCH v7 14/17] vfio-user: handle PCI BAR accesses
` [PATCH v7 16/17] vfio-user: handle reset of remote device
[PATCH v7] target/riscv: Add isa extenstion strings to the device tree
2022-03-29 19:56 UTC
[PATCH v21 0/9] support dirty restraint on vCPU
2022-03-29 19:54 UTC (5+ messages)
` [PATCH v21 8/9] migration-test: Export migration-test util funtions
` [PATCH v21 9/9] tests: Add dirty page rate limit test
[PATCH v5 00/13] KVM: mm: fd-based approach for supporting KVM guest private memory
2022-03-29 19:23 UTC (14+ messages)
` [PATCH v5 02/13] mm: Introduce memfile_notifier
` [PATCH v5 10/13] KVM: Register private memslot to memory backing store
` [PATCH v5 11/13] KVM: Zap existing KVM mappings when pages changed in the private fd
` [PATCH v5 12/13] KVM: Expose KVM_MEM_PRIVATE
[PATCH v6 00/19] vfio-user server in QEMU
2022-03-29 19:06 UTC (6+ messages)
` [PATCH v6 15/19] vfio-user: handle device interrupts
[PATCH] tests/qtest: failover: fix infinite loop
2022-03-29 18:13 UTC (7+ messages)
[PATCH V7 00/29] Live Update
2022-03-29 17:43 UTC (13+ messages)
` [PATCH V7 10/29] machine: memfd-alloc option
[PATCH 0/5] Compilation fixes for 7.0
2022-03-29 17:23 UTC (9+ messages)
` [PATCH 4/5] intc/exynos4210_gic: fix format-overflow warning
` [PATCH 5/5] s390x/tcg: fix format-truncation warning
[PULL 0/4] Darwin patches for 2022-03-29
2022-03-29 17:03 UTC (5+ messages)
iotest40 problem
2022-03-29 16:49 UTC (3+ messages)
[PATCH] target/sh4: Remove old README.sh4 file
2022-03-29 16:48 UTC (3+ messages)
[PATCH 00/14] Fix some qapi examples and a TODO section
2022-03-29 16:31 UTC (7+ messages)
` [PATCH 01/14] qapi: BlockExportRemoveMode: move comments to TODO
` "Future directions" vs. "TODO" in doc comments (was: [PATCH 01/14] qapi: BlockExportRemoveMode: move comments to TODO)
[PATCH] schemas: add missing vim modeline
2022-03-29 16:21 UTC (2+ messages)
[PATCH v3 00/14] Fix some qapi examples and a TODO section
2022-03-29 16:14 UTC (23+ messages)
` [PATCH v3 02/14] qapi: fix example of BLOCK_IMAGE_CORRUPTED event
` [PATCH v3 03/14] qapi: fix example of BLOCK_IO_ERROR event
` [PATCH v3 07/14] qapi: fix example of UNPLUG_PRIMARY event
` [PATCH v3 08/14] qapi: fix example of FAILOVER_NEGOTIATED event
` [PATCH v3 09/14] qapi: fix examples: SHUTDOWN and RESET events
` [PATCH v3 10/14] qapi: run-state examples: add missing @timestamp
` [PATCH v3 11/14] qapi: fix example of MEMORY_FAILURE
` [PATCH v3 12/14] qapi: ui examples: add missing @websocket member
` [PATCH v3 13/14] qapi: fix example of ACPI_DEVICE_OST event
` [PATCH v3 14/14] qapi: fix example of dump-guest-memory
[RFC 0/8] blkio: add libblkio BlockDriver
2022-03-29 15:27 UTC (4+ messages)
` [RFC 7/8] blkio: implement BDRV_REQ_REGISTERED_BUF optimization
FSFreeze on Windows VM
2022-03-29 14:26 UTC
[PATCH] multifd: Copy pages before compressing them with zlib
2022-03-29 15:21 UTC
[PATCH v3] docs/system/i386: Add measurement calculation details to amd-memory-encryption
2022-03-29 15:02 UTC (2+ messages)
[PATCH for-7.0] main-loop: Disable GLOBAL_STATE_CODE() assertions
2022-03-29 15:03 UTC (5+ messages)
[PATCH v3] qapi, target/i386/sev: Add cpu0-id to query-sev-capabilities
2022-03-29 15:02 UTC (2+ messages)
[PULL 0/3] MIPS patches for 2022-03-29
2022-03-29 14:17 UTC (5+ messages)
` [PULL 1/3] memory: Make memory_region_readd_subregion() properly handle mapped aliases
` [PULL 2/3] target/mips: Fix address space range declaration on n32
` [PULL 3/3] qemu-binfmt-conf.sh: mips: allow nonzero EI_ABIVERSION, distinguish o32 and n32
Plugins Not Reporting AArch64 SVE Memory Operations
2022-03-29 13:56 UTC (3+ messages)
[PATCH V6 00/27] Live Update
2022-03-29 11:03 UTC (3+ messages)
` [PATCH V6 21/27] vfio-pci: cpr part 3 (intx)
[PATCH v4 0/1] cmpxchg and lock cmpxchg should not touch accumulator
2022-03-29 12:56 UTC (3+ messages)
` [PATCH v4 1/1] fix cmpxchg and lock cmpxchg instruction
[RFC PATCH 0/6] softfloat 128-bit integer support
2022-03-29 12:18 UTC (13+ messages)
` [RFC PATCH 1/6] softfloat: add uint128_to_float* conversion methods
` [RFC PATCH 2/6] softfloat: add int128_to_float* "
` [RFC PATCH 3/6] softfloat: add float*_to_uint128 "
` [RFC PATCH 4/6] softfloat: add float*_to_int128 "
` [RFC PATCH 5/6] target/ppc: implement xscv[su]qqp
` [RFC PATCH 6/6] target/ppc: implement xscvqp[su]qz
[PATCH v2] block/stream: Drain subtree around graph change
2022-03-29 12:15 UTC (8+ messages)
[PATCH 0/2] Minor fixes for the Python GDB plugins
2022-03-29 12:02 UTC (3+ messages)
` [PATCH 1/2] scripts/qemu-gdb/mtree.py: Int128 are decimal rather than hex
[PATCH v5 0/8] Migration: Transmit and detect zero pages in the multifd threads
2022-03-29 11:48 UTC (3+ messages)
` [PATCH v5 1/8] migration: Export ram_transferred_ram()
[PATCH] chardev: avoid use-after-free when client disconnect
2022-03-29 11:42 UTC (2+ messages)
[PATCH for-7.0 v5] qemu-binfmt-conf.sh: mips: allow nonzero EI_ABIVERSION, distinguish o32 and n32
2022-03-29 11:35 UTC (5+ messages)
[PATCH v3 0/3] util/thread-pool: Expose minimun and maximum size
2022-03-29 11:30 UTC (4+ messages)
` [PATCH v3 2/3] util/main-loop: Introduce the main loop into QOM
[PATCH v4 0/7] 9pfs: fix 'Twalk' protocol violation
2022-03-29 10:59 UTC (3+ messages)
[PATCH for-7.0] tests/tcg: really fix path to target configuration
2022-03-29 10:48 UTC (2+ messages)
[PATCH for-7.1] tests: Drop perl-Test-Harness from the CI containers / VMs
2022-03-29 10:39 UTC (2+ messages)
[PATCH] tests/lcitool: Do not use a hard-coded /usr/bin/python3 as python interpreter
2022-03-29 10:18 UTC (2+ messages)
[PATCH] hw/pvrdma: Protect against buggy or malicious guest driver
2022-03-29 10:10 UTC (3+ messages)
` [PATCH-for-7.0] "
[PATCH v2 1/2] Replacing CONFIG_VNC_PNG with CONFIG_PNG
2022-03-29 9:59 UTC (10+ messages)
` [PATCH v2 2/2] Added parameter to take screenshot with screendump as PNG
` On patch series version tags, and also cover letters (was: [PATCH v2 2/2] Added parameter to take screenshot with screendump as PNG)
[RFC PATCH] docs/devel: add some notes on the binfmt-image-debian targets
2022-03-29 9:50 UTC
[PATCH 0/2] ppc: fix vcpu hotunplug leak in spapr_realize_vcpu
2022-03-29 9:32 UTC (4+ messages)
[PATCH v2 0/2] qcow2: Improve refcount structure rebuilding
2022-03-29 9:19 UTC
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).