qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-11-15 18:31:54 to 2022-11-16 17:04:46 UTC [more...]

[PATCH] target/arm: Limit LPA2 effective output address when TCR.DS == 0
 2022-11-16 17:03 UTC 

[PATCH v3] block/rbd: Add support for layered encryption
 2022-11-16 17:02 UTC  (6+ messages)

[PATCH v9 00/10] s390x: CPU Topology
 2022-11-16 16:51 UTC  (2+ messages)

[PATCH v2 0/9] Still more coroutine and various fixes in block layer
 2022-11-16 16:40 UTC  (9+ messages)
` [PATCH v2 2/9] block-copy: add missing coroutine_fn annotations

[PATCH RFC 0/2] add SHPC hotplug event
 2022-11-16 16:27 UTC  (7+ messages)
` [PATCH 1/2] hw/pci/shpc: introduce FOR_EACH_DEVICE_IN_SLOT
` [PATCH 2/2] qapi: introduce DEVICE_POWER_ON for SHPC hotplug

[PATCH v2 0/3] Add OCP extended log to nvme QEMU
 2022-11-16 16:19 UTC  (7+ messages)
  ` [PATCH v2 2/3] nvme: Add ocp to the subsys
  ` [PATCH v2 3/3] nvme: Add physical writes/reads from OCP log

[PATCH 0/3] hw/{i2c, nvme}: mctp endpoint, nvme management interface model
 2022-11-16 15:58 UTC  (9+ messages)
` [PATCH maybe-7.2 1/3] hw/i2c: only schedule pending master when bus is idle
` [PATCH RFC 2/3] hw/i2c: add mctp core
` [PATCH RFC 3/3] hw/nvme: add nvme management interface model
` [PATCH 0/3] hw/{i2c,nvme}: mctp endpoint, "

[PATCH 0/2] remove redundant field PCIDeviceClass::is_bridge
 2022-11-16 15:48 UTC  (5+ messages)
` [PATCH 1/2] remove DEC 21154 PCI bridge
` [PATCH 2/2] pci: drop redundant PCIDeviceClass::is_bridge field

[PATCH for-7.2] rtl8139: honor large send MSS value
 2022-11-16 15:47 UTC  (9+ messages)

[PATCH for-7.2 v2] rtl8139: honor large send MSS value
 2022-11-16 15:41 UTC 

[PULL 00/30] Next patches
 2022-11-16 15:35 UTC  (4+ messages)

[PATCH] target/ppc: Fix build warnings when building with 'disable-tcg'
 2022-11-16 15:30 UTC  (4+ messages)
` [PATCH-for-7.2] "

[PATCH v7 0/2] Update AVX512 support for xbzrle and CI failure
 2022-11-16 15:29 UTC  (3+ messages)
` [PATCH v7 1/2] AVX512 support for xbzrle_encode_buffer
` [PATCH v7 2/2] Update bench-code for addressing CI problem

[PATCH for 8.0 v7 00/10] ASID support in vhost-vdpa net
 2022-11-16 15:05 UTC  (11+ messages)
` [PATCH for 8.0 v7 01/10] vdpa: Use v->shadow_vqs_enabled in vhost_vdpa_svqs_start & stop
` [PATCH for 8.0 v7 02/10] vhost: set SVQ device call handler at SVQ start
` [PATCH for 8.0 v7 03/10] vhost: Allocate SVQ device file descriptors at device start
` [PATCH for 8.0 v7 04/10] vdpa: add vhost_vdpa_net_valid_svq_features
` [PATCH for 8.0 v7 05/10] vdpa: move SVQ vring features check to net/
` [PATCH for 8.0 v7 06/10] vdpa: Allocate SVQ unconditionally
` [PATCH for 8.0 v7 07/10] vdpa: Add asid parameter to vhost_vdpa_dma_map/unmap
` [PATCH for 8.0 v7 08/10] vdpa: Store x-svq parameter in VhostVDPAState
` [PATCH for 8.0 v7 09/10] vdpa: Add shadow_data to vhost_vdpa
` [PATCH for 8.0 v7 10/10] vdpa: Always start CVQ in SVQ mode if possible

[PATCH] tests/avocado: using several workers while testing
 2022-11-16 14:42 UTC  (4+ messages)

[PATCH 00/15] Protect the block layer with a rwlock: part 3
 2022-11-16 14:07 UTC  (16+ messages)
` [PATCH 01/15] block/qed: add missing graph rdlock in qed_need_check_timer_entry
` [PATCH 02/15] block: rename refresh_total_sectors in bdrv_refresh_total_sectors
` [PATCH 03/15] block-backend: use bdrv_getlength instead of blk_getlength
` [PATCH 04/15] block: convert bdrv_refresh_total_sectors in generated_co_wrapper
` [PATCH 05/15] block: use bdrv_co_refresh_total_sectors when possible
` [PATCH 06/15] block: convert bdrv_get_allocated_file_size in generated_co_wrapper_simple
` [PATCH 07/15] block: convert bdrv_get_info in generated_co_wrapper
` [PATCH 08/15] block: convert bdrv_is_inserted in generated_co_wrapper_simple
` [PATCH 09/15] block-coroutine-wrapper: support void functions
` [PATCH 10/15] block: convert bdrv_eject in generated_co_wrapper_simple
` [PATCH 11/15] block: convert bdrv_lock_medium "
` [PATCH 12/15] block: convert bdrv_debug_event in generated_co_wrapper
` [PATCH 13/15] block: convert bdrv_io_plug in generated_co_wrapper_simple
` [PATCH 14/15] block: convert bdrv_io_unplug "
` [PATCH 15/15] block: rename newly converted BlockDriver IO coroutine functions

[PATCH v11 00/11] s390x: CPU Topology
 2022-11-16 13:17 UTC  (14+ messages)
` [PATCH v11 03/11] s390x/cpu topology: core_id sets s390x CPU topology
` [PATCH v11 04/11] s390x/cpu topology: reporting the CPU topology to the guest
` [PATCH v11 08/11] s390x/cpu topology: add topology_capable QEMU capability
` [PATCH v11 09/11] s390x/cpu topology: add topology machine property
        ` Thank you! s390x/cpu topology

[PATCH 00/20] Protect the block layer with a rwlock: part 1
 2022-11-16 13:48 UTC  (21+ messages)
` [PATCH 01/20] block: introduce a lock to protect graph operations
` [PATCH 02/20] graph-lock: introduce BdrvGraphRWlock structure
` [PATCH 03/20] async: register/unregister aiocontext in graph lock list
` [PATCH 04/20] block.c: wrlock in bdrv_replace_child_noperm
` [PATCH 05/20] block: remove unnecessary assert_bdrv_graph_writable()
` [PATCH 06/20] block: assert that graph read and writes are performed correctly
` [PATCH 07/20] graph-lock: implement WITH_GRAPH_RDLOCK_GUARD and GRAPH_RDLOCK_GUARD macros
` [PATCH 08/20] block-coroutine-wrapper.py: take the graph rdlock in bdrv_* functions
` [PATCH 09/20] block-backend: introduce new generated_co_wrapper_blk annotation
` [PATCH 10/20] block-gen: assert that {bdrv/blk}_co_truncate is always called with graph rdlock taken
` [PATCH 11/20] block-gen: assert that bdrv_co_{check/invalidate_cache} are "
` [PATCH 12/20] block-gen: assert that bdrv_co_pwrite is "
` [PATCH 13/20] block-gen: assert that bdrv_co_pwrite_{zeros/sync} "
` [PATCH 14/20] block-gen: assert that bdrv_co_pread "
` [PATCH 15/20] block-gen: assert that {bdrv/blk}_co_flush "
` [PATCH 16/20] block-gen: assert that bdrv_co_{read/write}v_vmstate are "
` [PATCH 17/20] block-gen: assert that bdrv_co_pdiscard is "
` [PATCH 18/20] block-gen: assert that bdrv_co_common_block_status_above "
` [PATCH 19/20] block-gen: assert that bdrv_co_ioctl "
` [PATCH 20/20] block-gen: assert that nbd_co_do_establish_connection "

[PATCH 0/6] Protect the block layer with a rwlock: part 2
 2022-11-16 13:53 UTC  (7+ messages)
` [PATCH 1/6] block: assert that bdrv_co_create is always called with graph rdlock taken
` [PATCH 2/6] block: assert that BlockDriver->bdrv_co_{amend/create} are "
` [PATCH 3/6] block: assert that BlockDriver->bdrv_co_copy_range_{from/to} is always "
` [PATCH 4/6] block/dirty-bitmap: assert that BlockDriver->bdrv_co_*_dirty_bitmap are "
` [PATCH 5/6] block/io: assert that BlockDriver->bdrv_co_*_snapshot_* "
` [PATCH 6/6] block: assert that BlockDriver->bdrv_co_delete_file is "

[PATCH] hw/arm/boot: set initrd parameters to 64bit in fdt
 2022-11-16 13:52 UTC  (10+ messages)

[PATCH 00/20] Protect the block layer with a rwlock: part 1
 2022-11-16 13:43 UTC 

[PATCH 00/20] Protect the block layer with a rwlock: part 1
 2022-11-16 13:39 UTC 

[PATCH v3 00/17] vfio/migration: Implement VFIO migration protocol v2
 2022-11-16 13:39 UTC  (7+ messages)
` [PATCH v3 07/17] vfio/migration: Allow migration without VFIO IOMMU dirty tracking support
` [PATCH v3 10/17] vfio/migration: Move migration v1 logic to vfio_migration_init()

[PATCH for-8.0 0/1] target/ppc: Use tcg_gen_atomic_cmpxchg_i128
 2022-11-16 13:38 UTC  (3+ messages)
` [PATCH for-8.0 1/1] target/ppc: Use tcg_gen_atomic_cmpxchg_i128 for STQCX

[PATCH v2 00/19] At present there is no Windows support for 9p file system
 2022-11-16 12:52 UTC  (5+ messages)
` [PATCH v2 06/19] hw/9pfs: Add missing definitions for Windows

[PATCH] tests/avocado: configure acpi-bits to use avocado timeout
 2022-11-16 12:44 UTC  (8+ messages)

[PATCH v4 00/11] Still more coroutine and various fixes in block layer
 2022-11-16 12:22 UTC  (12+ messages)
` [PATCH v4 01/11] block-copy: add missing coroutine_fn annotations
` [PATCH v4 02/11] nbd/server.c: "
` [PATCH v4 03/11] block-backend: replace bdrv_*_above with blk_*_above
` [PATCH v4 04/11] block-coroutine-wrapper.py: introduce generated_co_wrapper_simple
` [PATCH v4 05/11] block-coroutine-wrapper.py: default to main loop aiocontext if function does not have a BlockDriverState parameter
` [PATCH v4 06/11] block-coroutine-wrapper.py: support also basic return types
` [PATCH v4 07/11] block/vmdk: add missing coroutine_fn annotations
` [PATCH v4 08/11] block: distinguish between bdrv_create running in coroutine and not
` [PATCH v4 09/11] block: bdrv_create_file is a coroutine_fn
` [PATCH v4 10/11] block: convert bdrv_create to generated_co_wrapper_simple
` [PATCH v4 11/11] block/dirty-bitmap: convert coroutine-only functions "

[PATCH v2] migration: check magic value for deciding the mapping of channels
 2022-11-16 11:40 UTC  (9+ messages)

[PATCH v2] m25p80: Improve error when the backend file size does not match the device
 2022-11-16 11:16 UTC  (9+ messages)

tests/avocado/machine_s390_ccw_virtio: Fedora test failing
 2022-11-16 11:12 UTC  (7+ messages)

[PATCH 0/2] TLS: fix read stall with large buffers
 2022-11-16 10:52 UTC  (5+ messages)
` [PATCH 1/2] crypto: TLS: introduce `check_pending`
` [PATCH 2/2] io/channel-tls: fix handling of bigger read buffers

[PULL v4 00/83] pci,pc,virtio: features, tests, fixes, cleanups
 2022-11-16 10:42 UTC  (3+ messages)

[PATCH v3 0/8] Still more coroutine and various fixes in block layer
 2022-11-16 10:41 UTC  (10+ messages)
` [PATCH v3 1/8] block-copy: add missing coroutine_fn annotations
` [PATCH v3 2/8] nbd/server.c: "
` [PATCH v3 3/8] block-backend: replace bdrv_*_above with blk_*_above
` [PATCH v3 4/8] block: distinguish between bdrv_create running in coroutine and not
` [PATCH v3 5/8] block/vmdk: add missing coroutine_fn annotations
` [PATCH v3 6/8] block: bdrv_create_file is a coroutine_fn
` [PATCH v3 7/8] block: bdrv_create is never called in coroutine context
` [PATCH v3 8/8] block/dirty-bitmap: remove unnecessary qemu_in_coroutine() case

[PATCH v9 0/8] KVM: mm: fd-based approach for supporting KVM
 2022-11-16  9:40 UTC  (7+ messages)
` [PATCH v9 3/8] KVM: Add KVM_EXIT_MEMORY_FAULT exit

biosbits test failing on origin/master
 2022-11-16  9:21 UTC  (11+ messages)

Plugin Memory Callback Debugging
 2022-11-16  6:19 UTC  (3+ messages)

[PATCH] hw/loongarch: Fix setprop_sized method in fdt rtc node
 2022-11-16  4:03 UTC 

Bug report: QEMU/KVM: INIT-SIPI-SIPI while CPU is in SMM fails smp boot
 2022-11-16  4:01 UTC 

[PATCH v6 00/10] ASID support in vhost-vdpa net
 2022-11-16  3:33 UTC  (11+ messages)
` [PATCH v6 09/10] vdpa: Add listener_shadow_vq to vhost_vdpa

[PATCH v2] hw/intc: sifive_plic: Renumber the S irqs for numa support
 2022-11-16  2:52 UTC  (2+ messages)

[PATCH for 8.0 0/8] Refactor cryptodev
 2022-11-16  2:17 UTC  (2+ messages)
` PING: "

[PATCH v2 0/8] support subsets of code size reduction extension
 2022-11-16  1:22 UTC  (4+ messages)
` [PATCH v2 5/8] target/riscv: add support for Zcmp extension

[PULL 0/2] target/i386: fix cmpxchgl, lahf, sahf
 2022-11-15 23:54 UTC  (2+ messages)

[PULL for 7.2 00/10] testing and doc updates
 2022-11-15 23:53 UTC  (2+ messages)

[PATCH 0/1] hw/arm/aspeed: Automatically zero-extend flash images
 2022-11-15 20:06 UTC  (5+ messages)

[PATCH] hw/sd: Fix sun4i allwinner-sdhost for U-Boot
 2022-11-15 19:56 UTC  (7+ messages)

[PATCH 0/2] qga: Add ZFS TRIM support for FreeBSD
 2022-11-15 18:46 UTC  (3+ messages)
` [PATCH 1/2] qga: Move FS TRIM code to commands-linux.c
` [PATCH 2/2] qga: Add ZFS TRIM support for FreeBSD

[PULL 00/11] Hexagon bug fixes and performance improvement
 2022-11-15 18:42 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).