qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-05-30 13:37:34 to 2023-05-30 18:40:59 UTC [more...]

[PATCH v2 00/20] Next round of migration atomic counters
 2023-05-30 18:39 UTC  (6+ messages)
` [PATCH v2 01/20] qemu-file: Rename qemu_file_transferred_ fast -> noflush
` [PATCH v2 02/20] migration: Change qemu_file_transferred to noflush
` [PATCH v2 07/20] migration: Use the number of transferred bytes directly
` [PATCH v2 11/20] migration: migration_rate_limit_reset() don't need the QEMUFile
` [PATCH v2 19/20] qemu-file: Simplify qemu_file_shutdown()

[PULL 00/32] Block layer patches
 2023-05-30 18:33 UTC  (34+ messages)
` [PULL 01/32] block-coroutine-wrapper: Take AioContext lock in no_co_wrappers
` [PULL 02/32] block: Clarify locking rules for bdrv_open(_inherit)()
` [PULL 03/32] block: Take main AioContext lock when calling bdrv_open()
` [PULL 04/32] block-backend: Fix blk_new_open() for iothreads
` [PULL 05/32] mirror: Hold main AioContext lock for calling bdrv_open_backing_file()
` [PULL 06/32] qcow2: Fix open with 'file' in iothread
` [PULL 07/32] raw-format: "
` [PULL 08/32] copy-before-write: Fix open with child "
` [PULL 09/32] block: Take AioContext lock in bdrv_open_driver()
` [PULL 10/32] block: Fix AioContext locking in bdrv_insert_node()
` [PULL 11/32] iotests: Make verify_virtio_scsi_pci_or_ccw() public
` [PULL 12/32] iotests: Test blockdev-create in iothread
` [PULL 13/32] block-backend: split blk_do_set_aio_context()
` [PULL 14/32] hw/qdev: introduce qdev_is_realized() helper
` [PULL 15/32] virtio-scsi: avoid race between unplug and transport event
` [PULL 16/32] virtio-scsi: stop using aio_disable_external() during unplug
` [PULL 17/32] util/vhost-user-server: rename refcount to in_flight counter
` [PULL 18/32] block/export: wait for vhost-user-blk requests when draining
` [PULL 19/32] block/export: stop using is_external in vhost-user-blk server
` [PULL 20/32] hw/xen: do not use aio_set_fd_handler(is_external=true) in xen_xenstore
` [PULL 21/32] block: add blk_in_drain() API
` [PULL 22/32] block: drain from main loop thread in bdrv_co_yield_to_drain()
` [PULL 23/32] xen-block: implement BlockDevOps->drained_begin()
` [PULL 24/32] hw/xen: do not set is_external=true on evtchn fds
` [PULL 25/32] block/export: rewrite vduse-blk drain code
` [PULL 26/32] block/export: don't require AioContext lock around blk_exp_ref/unref()
` [PULL 27/32] block/fuse: do not set is_external=true on FUSE fd
` [PULL 28/32] virtio: make it possible to detach host notifier from any thread
` [PULL 29/32] virtio-blk: implement BlockDevOps->drained_begin()
` [PULL 30/32] virtio-scsi: "
` [PULL 31/32] virtio: do not set is_external=true on host notifiers
` [PULL 32/32] aio: remove aio_disable_external() API

[PULL 00/21] Migration 20230530 patches
 2023-05-30 18:25 UTC  (22+ messages)
` [PULL 01/21] runstate: add runstate_get()
` [PULL 02/21] migration: never fail in global_state_store()
` [PULL 03/21] runstate: drop unused runstate_store()
` [PULL 04/21] migration: switch from .vm_was_running to .vm_old_state
` [PULL 05/21] migration: restore vmstate on migration failure
` [PULL 06/21] migration: Don't abuse qemu_file transferred for RDMA
` [PULL 07/21] migration/RDMA: It is accounting for zero/normal pages in two places
` [PULL 08/21] migration/rdma: Remove QEMUFile parameter when not used
` [PULL 09/21] migration/rdma: Don't use imaginary transfers
` [PULL 10/21] migration: Remove unused qemu_file_credit_transfer()
` [PULL 11/21] migration/rdma: Simplify the function that saves a page
` [PULL 12/21] migration: Create migrate_rdma()
` [PULL 13/21] migration/rdma: Unfold ram_control_before_iterate()
` [PULL 14/21] migration/rdma: Unfold ram_control_after_iterate()
` [PULL 15/21] migration/rdma: Remove all uses of RAM_CONTROL_HOOK
` [PULL 16/21] migration/rdma: Unfold hook_ram_load()
` [PULL 17/21] migration/rdma: Create rdma_control_save_page()
` [PULL 18/21] qemu-file: Remove QEMUFileHooks
` [PULL 19/21] migration/rdma: Move rdma constants from qemu-file.h to rdma.h
` [PULL 20/21] migration/rdma: Remove qemu_ prefix from exported functions
` [PULL 21/21] migration/rdma: Check sooner if we are in postcopy for save_page()

[PATCH v3 00/14] qemu patches for 64-bit NBD extensions
 2023-05-30 18:23 UTC  (10+ messages)
` [PATCH v3 03/14] nbd/server: Prepare for alternate-size headers
` [PATCH v3 04/14] nbd: Prepare for 64-bit request effect lengths
` [PATCH v3 05/14] nbd: Add types for extended headers
    ` [Libguestfs] "

[PATCH v3 0/6] block: add blk_io_plug_call() API
 2023-05-30 18:09 UTC  (7+ messages)
` [PATCH v3 1/6] "
` [PATCH v3 2/6] block/nvme: convert to "
` [PATCH v3 3/6] block/blkio: "
` [PATCH v3 4/6] block/io_uring: "
` [PATCH v3 5/6] block/linux-aio: "
` [PATCH v3 6/6] block: remove bdrv_co_io_plug() API

[PATCH v4 0/2] hw/vfio: Improve vfio_get_dirty_bitmap() tracepoint
 2023-05-30 18:05 UTC  (3+ messages)
` [PATCH v4 1/2] exec/ram_addr: return number of dirty pages in cpu_physical_memory_set_dirty_lebitmap()
` [PATCH v4 2/2] hw/vfio: Add number of dirty pages to vfio_get_dirty_bitmap tracepoint

[PATCH] tests/avocado/virtio-gpu: Cancel test if drm rendering is not available
 2023-05-30 18:03 UTC 

[PATCH v3 00/15] vfio: VFIO migration support with vIOMMU
 2023-05-30 17:59 UTC  (16+ messages)
` [PATCH v3 01/15] hw/pci: Refactor pci_device_iommu_address_space()
` [PATCH v3 02/15] hw/pci: Add a pci_setup_iommu_info() helper
` [PATCH v3 03/15] hw/pci: Add a pci_device_iommu_memory_region() helper
` [PATCH v3 04/15] intel-iommu: Switch to pci_setup_iommu_info()
` [PATCH v3 05/15] vfio/common: Track the IOMMU MR behind the device in addition to the AS
` [PATCH v3 06/15] memory/iommu: Add IOMMU_ATTR_DMA_TRANSLATION attribute
` [PATCH v3 07/15] intel-iommu: Implement get_attr() method
` [PATCH v3 08/15] vfio/common: Relax vIOMMU detection when DMA translation is off
` [PATCH v3 09/15] memory/iommu: Add IOMMU_ATTR_MAX_IOVA attribute
` [PATCH v3 10/15] intel-iommu: Implement IOMMU_ATTR_MAX_IOVA get_attr() attribute
` [PATCH v3 11/15] vfio/common: Move dirty tracking ranges update to helper
` [PATCH v3 12/15] vfio/common: Support device dirty page tracking with vIOMMU
` [PATCH v3 13/15] vfio/common: Extract vIOMMU code from vfio_sync_dirty_bitmap()
` [PATCH v3 14/15] vfio/common: Optimize device dirty page tracking with vIOMMU
` [PATCH v3 15/15] vfio/common: Block migration with vIOMMUs without address width limits

[PATCH 0/4] Various xive fixes
 2023-05-30 18:01 UTC  (13+ messages)
` [PATCH 1/4] pnv/xive2: Add definition for TCTXT Config register
` [PATCH 2/4] pnv/xive2: Add definition for the ESB cache configuration register
` [PATCH 3/4] pnv/xive2: Allow writes to the Physical Thread Enable registers
` [PATCH 4/4] pnv/xive2: Handle TIMA access through all ports

[PATCH 3/4] Implement zero page checking using DSA
 2023-05-30 17:59 UTC  (2+ messages)
` [External] "

[PATCH 00/16] Next round of migration atomic counters
 2023-05-30 17:57 UTC  (15+ messages)
` [PATCH 03/16] migration: Use qemu_file_transferred_noflush() for block migration
` [PATCH 04/16] qemu-file: Don't call qemu_fflush() for read only files
` [PATCH 10/16] qemu-file: Remove _noflush from qemu_file_transferred_noflush()
` [PATCH 13/16] qemu-file: Simplify qemu_file_get_error()

tests/avocado/virtio-gpu.py:VirtioGPUx86.test_vhost_user_vga_virgl: ERROR
 2023-05-30 17:55 UTC  (3+ messages)

Add CI configuration for Kubernetes
 2023-05-30 17:53 UTC  (5+ messages)
` [PATCH v2 2/5] Use docker "stable" tag

[RFC PATCH] target/arm: use x86 intrinsics to implement AES instructions
 2023-05-30 17:21 UTC  (8+ messages)

[PATCH v2 0/6] block: add blk_io_plug_call() API
 2023-05-30 17:11 UTC  (6+ messages)
` [PATCH v2 5/6] block/linux-aio: convert to "

[PULL v2 00/21] target-arm queue
 2023-05-30 16:47 UTC  (2+ messages)

[PATCH v6 00/20] block: remove aio_disable_external() API
 2023-05-30 16:24 UTC  (2+ messages)

[RFC PATCH v1 0/9] Hypervisor-Enforced Kernel Integrity
 2023-05-30 16:23 UTC  (5+ messages)

[PATCH v2 0/4] Migration time prediction using calc-dirty-rate
 2023-05-30 15:46 UTC  (2+ messages)

[PATCH v2 00/20] target/arm: Implement FEAT_LSE2
 2023-05-30 15:30 UTC  (14+ messages)
` [PATCH v2 01/20] target/arm: Add commentary for CPUARMState.exclusive_high
` [PATCH v2 03/20] target/arm: Introduce finalize_memop_{atom,pair}
  ` [PATCH v2 03/20] target/arm: Introduce finalize_memop_{atom, pair}
` [PATCH v2 04/20] target/arm: Use tcg_gen_qemu_ld_i128 for LDXP
` [PATCH v2 05/20] target/arm: Use tcg_gen_qemu_{st, ld}_i128 for do_fp_{st, ld}
` [PATCH v2 18/20] tests/tcg/aarch64: Use stz2g in mte-7.c

[PATCH 1/1] tests/avocado: update firmware to enable sbsa-ref/max
 2023-05-30 15:22 UTC 

[RFC] Native Library Calls
 2023-05-30 15:20 UTC  (3+ messages)

[PATCH v4 00/16] tcg: Improvements to atomic128
 2023-05-30 15:18 UTC  (29+ messages)
` [PATCH v4 01/16] tcg: Fix register move type in tcg_out_ld_helper_ret
` [PATCH v4 02/16] accel/tcg: Fix check for page writeability in load_atomic16_or_exit
` [PATCH v4 03/16] meson: Split test for __int128_t type from __int128_t arithmetic
` [PATCH v4 05/16] tcg/i386: Support 128-bit load/store
` [PATCH v4 07/16] tcg/aarch64: Reserve TCG_REG_TMP1, TCG_REG_TMP2
` [PATCH v4 08/16] tcg/aarch64: Simplify constraints on qemu_ld/st
` [PATCH v4 12/16] accel/tcg: Extract load_atom_extract_al16_or_al8 to host header
` [PATCH v4 13/16] accel/tcg: Extract store_atom_insert_al16 "
` [PATCH v4 14/16] accel/tcg: Add x86_64 load_atom_extract_al16_or_al8
` [PATCH v4 15/16] accel/tcg: Add aarch64 lse2 load_atom_extract_al16_or_al8
` [PATCH v4 16/16] accel/tcg: Add aarch64 store_atom_insert_al16

[PATCH v5 0/9] migration: Add switchover ack capability and VFIO precopy support
 2023-05-30 15:15 UTC  (11+ messages)
` [PATCH v5 1/9] migration: Add switchover ack capability
` [PATCH v5 2/9] migration: Implement switchover ack logic
` [PATCH v5 3/9] migration: Enable switchover ack capability
` [PATCH v5 4/9] tests: Add migration switchover ack capability test
` [PATCH v5 5/9] vfio/migration: Refactor vfio_save_block() to return saved data size
` [PATCH v5 6/9] vfio/migration: Store VFIO migration flags in VFIOMigration
` [PATCH v5 7/9] vfio/migration: Add VFIO migration pre-copy support
` [PATCH v5 8/9] vfio/migration: Add x-allow-pre-copy VFIO device property
` [PATCH v5 9/9] vfio/migration: Add support for switchover ack capability

[PATCH] hw/clx: Fix CFMW config memory leak
 2023-05-30 15:14 UTC  (2+ messages)

[PATCH] igb: Add Function Level Reset to PF and VF
 2023-05-30 15:05 UTC  (11+ messages)

[PATCH 00/12] aspeed: fixes and extensions
 2023-05-30 15:03 UTC  (2+ messages)

[PATCH v3] meson: Avoid implicit declaration of functions
 2023-05-30 14:57 UTC  (2+ messages)

[PULL 00/21] Migration 20230530 patches
 2023-05-30 14:47 UTC  (3+ messages)

[PATCH 00/10] memory-device: Some cleanups
 2023-05-30 14:46 UTC  (7+ messages)
` [PATCH 08/10] hw/i386/pc: Remove PC_MACHINE_DEVMEM_REGION_SIZE

[PATCH v2 0/2] Enfore multifd and postcopy preempt setting
 2023-05-30 14:41 UTC  (5+ messages)
` [PATCH v2 1/2] migration: enfocre multifd and postcopy preempt to be set before incoming
` [PATCH v2 2/2] qtest/migration-tests.c: use "-incoming defer" for postcopy tests

[PULL 00/21] target-arm queue
 2023-05-30 14:13 UTC  (2+ messages)

[PATCH] Prepare bcm properties for videocore 4
 2023-05-30 14:02 UTC  (4+ messages)

[PATCH V9 00/46] Live Update
 2023-05-30 13:53 UTC  (5+ messages)

[PATCH 0/2] Hexagon tests: fix test_load_tmp2 and non-portable format
 2023-05-30 13:45 UTC  (3+ messages)
` [PATCH 1/2] Hexagon (hvx_misc test): fix uninitialized regs at test_load_tmp2
` [PATCH 2/2] Hexagon (tests/.../hex_test.h): use portable printf formats

[PATCH v1 1/2] target/ppc: PMU do not clear MMCR0[FCECE] on performance monitor alert
 2023-05-30 13:43 UTC  (2+ messages)
` [PATCH v1 2/2] target/ppc: PMU implement PERFM interrupts

[PATCH v9 0/7] QEMU CXL Provide mock CXL events and irq support
 2023-05-30 13:36 UTC  (7+ messages)
` [PATCH v9 2/7] hw/cxl: Move CXLRetCode definition to cxl_device.h
` [PATCH v9 3/7] hw/cxl/events: Wire up get/clear event mailbox commands
` [PATCH v9 4/7] hw/cxl/events: Add event interrupt support
` [PATCH v9 5/7] hw/cxl/events: Add injection of General Media Events
` [PATCH v9 6/7] hw/cxl/events: Add injection of DRAM events
` [PATCH v9 7/7] hw/cxl/events: Add injection of Memory Module Events

[PATCH 00/30] q800: add support for booting MacOS Classic
 2023-05-30 13:38 UTC  (5+ messages)
` [PATCH 22/30] mac_via: fix rtc command decoding from PRAM addresses 0x0 to 0xf
` [PATCH 23/30] mac_via: fix rtc command decoding for the PRAM seconds registers

[RFC PATCH v2 0/4] vfio/pci: Atomic Ops completer support
 2023-05-30 13:36 UTC  (3+ messages)
` [RFC PATCH v2 4/4] vfio/pci: Enable AtomicOps completers on root ports


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).