qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-11-15 01:40:20 to 2022-11-15 17:36:55 UTC [more...]

[PATCH v2] migration: check magic value for deciding the mapping of channels
 2022-11-15 17:36 UTC  (2+ messages)

[PATCH v3] block/rbd: Add support for layered encryption
 2022-11-15 17:34 UTC  (2+ messages)

[PATCH for 7.2? v2 0/2] Arm GICv2 fixes
 2022-11-15 17:10 UTC  (6+ messages)
` [PATCH v2 1/2] hw/intc: clean-up access to GIC multi-byte registers
` [PATCH v2 2/2] hw/intc: add implementation of GICD_IIDR to Arm GIC

[PATCH v9 0/8] KVM: mm: fd-based approach for supporting KVM
 2022-11-15 16:56 UTC  (18+ messages)
` [PATCH v9 1/8] mm: Introduce memfd_restricted system call to create restricted user memory
` [PATCH v9 2/8] KVM: Extend the memslot to support fd-based private memory
` [PATCH v9 3/8] KVM: Add KVM_EXIT_MEMORY_FAULT exit

[PULL 00/11] Hexagon bug fixes and performance improvement
 2022-11-15 16:52 UTC  (4+ messages)

[PATCH v3 0/7] memory: prevent dma-reentracy issues
 2022-11-15 16:49 UTC  (6+ messages)
` [PATCH v3 1/7] memory: associate DMA accesses with the initiator Device

[PATCH v1 for 7.2 0/9] test and doc updates
 2022-11-15 16:46 UTC  (18+ messages)
` [PATCH v1 5/9] hw/virtio: introduce virtio_device_should_start

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

[PATCH] hw/sd: Fix sun4i allwinner-sdhost for U-Boot
 2022-11-15 16:02 UTC  (6+ messages)

[PULL 00/30] Next patches
 2022-11-15 15:35 UTC  (31+ messages)
` [PULL 01/30] migration/channel-block: fix return value for qio_channel_block_{readv, writev}
` [PULL 02/30] migration/multifd/zero-copy: Create helper function for flushing
` [PULL 03/30] migration: check magic value for deciding the mapping of channels
` [PULL 04/30] multifd: Create page_size fields into both MultiFD{Recv, Send}Params
` [PULL 05/30] multifd: Create page_count "
` [PULL 06/30] migration: Export ram_transferred_ram()
` [PULL 07/30] migration: Export ram_release_page()
` [PULL 08/30] Update AVX512 support for xbzrle_encode_buffer
` [PULL 09/30] Unit test code and benchmark code
` [PULL 10/30] migration: Fix possible infinite loop of ram save process
` [PULL 11/30] migration: Fix race on qemu_file_shutdown()
` [PULL 12/30] migration: Disallow postcopy preempt to be used with compress
` [PULL 13/30] migration: Use non-atomic ops for clear log bitmap
` [PULL 14/30] migration: Disable multifd explicitly with compression
` [PULL 15/30] migration: Take bitmap mutex when completing ram migration
` [PULL 16/30] migration: Add postcopy_preempt_active()
` [PULL 17/30] migration: Cleanup xbzrle zero page cache update logic
` [PULL 18/30] migration: Trivial cleanup save_page_header() on same block check
` [PULL 19/30] migration: Remove RAMState.f references in compression code
` [PULL 20/30] migration: Yield bitmap_mutex properly when sending/sleeping
` [PULL 21/30] migration: Use atomic ops properly for page accountings
` [PULL 22/30] migration: Teach PSS about host page
` [PULL 23/30] migration: Introduce pss_channel
` [PULL 24/30] migration: Add pss_init()
` [PULL 25/30] migration: Make PageSearchStatus part of RAMState
` [PULL 26/30] migration: Move last_sent_block into PageSearchStatus
` [PULL 27/30] migration: Send requested page directly in rp-return thread
` [PULL 28/30] migration: Remove old preempt code around state maintainance
` [PULL 29/30] migration: Drop rs->f
` [PULL 30/30] migration: Block migration comment or code is wrong

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

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

[PULL 00/11] Block layer patches
 2022-11-15 15:32 UTC  (7+ messages)

[PATCH] m25p80: Warn the user when the backend file is too small for the device
 2022-11-15 14:56 UTC  (5+ messages)

[PATCH 00/30] Migration PULL request
 2022-11-15 14:55 UTC  (32+ messages)
` [PATCH 01/30] migration/channel-block: fix return value for qio_channel_block_{readv, writev}
` [PATCH 02/30] migration/multifd/zero-copy: Create helper function for flushing
` [PATCH 03/30] migration: check magic value for deciding the mapping of channels
` [PATCH 04/30] multifd: Create page_size fields into both MultiFD{Recv, Send}Params
` [PATCH 05/30] multifd: Create page_count "
` [PATCH 06/30] migration: Export ram_transferred_ram()
` [PATCH 07/30] migration: Export ram_release_page()
` [PATCH 08/30] Update AVX512 support for xbzrle_encode_buffer
` [PATCH 09/30] Unit test code and benchmark code
` [PATCH 10/30] migration: Fix possible infinite loop of ram save process
` [PATCH 11/30] migration: Fix race on qemu_file_shutdown()
` [PATCH 12/30] migration: Disallow postcopy preempt to be used with compress
` [PATCH 13/30] migration: Use non-atomic ops for clear log bitmap
` [PATCH 14/30] migration: Disable multifd explicitly with compression
` [PATCH 15/30] migration: Take bitmap mutex when completing ram migration
` [PATCH 16/30] migration: Add postcopy_preempt_active()
` [PATCH 17/30] migration: Cleanup xbzrle zero page cache update logic
` [PATCH 18/30] migration: Trivial cleanup save_page_header() on same block check
` [PATCH 19/30] migration: Remove RAMState.f references in compression code
` [PATCH 20/30] migration: Yield bitmap_mutex properly when sending/sleeping
` [PATCH 21/30] migration: Use atomic ops properly for page accountings
` [PATCH 22/30] migration: Teach PSS about host page
` [PATCH 23/30] migration: Introduce pss_channel
` [PATCH 24/30] migration: Add pss_init()
` [PATCH 25/30] migration: Make PageSearchStatus part of RAMState
` [PATCH 26/30] migration: Move last_sent_block into PageSearchStatus
` [PATCH 27/30] migration: Send requested page directly in rp-return thread
` [PATCH 28/30] migration: Remove old preempt code around state maintainance
` [PATCH 29/30] migration: Drop rs->f
` [PATCH 30/30] migration: Block migration comment or code is wrong

biosbits test failing on origin/master
 2022-11-15 14:31 UTC  (6+ messages)

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

[PULL v2 00/11] Block layer patches
 2022-11-15 14:20 UTC  (2+ messages)

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

[PATCH for 7.2? v1 0/2] Arm GICv2 patches
 2022-11-15 14:07 UTC  (5+ messages)
` [PATCH v1 1/2] hw/intc: clean-up access to GIC multi-byte registers
` [PATCH v1 2/2] hw/intc: add implementation of GICD_IIDR to Arm GIC

[PATCH] hw/intc/arm_gicv3: fix prio masking on pmr write
 2022-11-15 14:07 UTC  (4+ messages)

[PATCH 1/2] hw/xen/xen_pt: Call default handler only if no custom one is set
 2022-11-15 14:05 UTC  (5+ messages)
` [PATCH 2/2] Do not access /dev/mem in MSI-X PCI passthrough on Xen

[PULL v4 00/83] pci,pc,virtio: features, tests, fixes, cleanups
 2022-11-15 14:01 UTC  (2+ messages)

[PATCH v11 00/11] s390x: CPU Topology
 2022-11-15 13:48 UTC  (9+ 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

[PATCH v2 0/8] support subsets of code size reduction extension
 2022-11-15 13:44 UTC  (8+ messages)
` [PATCH v2 2/8] target/riscv: add support for Zca and Zcf extensions
` [PATCH v2 3/8] target/riscv: add support for Zcd extension
` [PATCH v2 5/8] target/riscv: add support for Zcmp extension

[PULL for 7.2 00/10] testing and doc updates
 2022-11-15 13:34 UTC  (11+ messages)
` [PULL 01/10] Run docker probe only if docker or podman are available
` [PULL 02/10] tests/avocado: improve behaviour waiting for login prompts
` [PULL 03/10] tests/avocado/machine_aspeed.py: Reduce noise on the console for SDK tests
` [PULL 04/10] tests/docker: allow user to override check target
` [PULL 05/10] docs/devel: add a maintainers section to development process
` [PULL 06/10] docs/devel: make language a little less code centric
` [PULL 07/10] docs/devel: simplify the minimal checklist
` [PULL 08/10] docs/devel: try and improve the language around patch review
` [PULL 09/10] tests/avocado: Raise timeout for boot_linux.py:BootLinuxPPC64.test_pseries_tcg
` [PULL 10/10] gitlab: integrate coverage report

[PATCH v2] disas: recognize either <capstone.h> or <capstone/capstone.h>
 2022-11-15 12:45 UTC  (4+ messages)

[PATCH v1] block/rbd: Add support for layered encryption
 2022-11-15 12:27 UTC  (5+ messages)

[PATCH] hw/loongarch: Add cfi01 pflash device
 2022-11-15 12:10 UTC  (2+ messages)

[PATCH v2] block/rbd: Add support for layered encryption
 2022-11-15 12:07 UTC  (2+ messages)

[PATCH v2] disas: recognize either <capstone.h> or <capstone/capstone.h>
 2022-11-15 12:04 UTC 

[PATCH v4 0/7] Add ARM Cortex-R52 CPU
 2022-11-15 12:01 UTC  (7+ messages)
` [PATCH v4 2/7] target/arm: Make RVBAR available for all ARMv8 CPUs
` [PATCH v4 4/7] target/arm: Enable TTBCR_EAE for ARMv8-R AArch32

[PATCH] hw/loongarch: Add default stdout uart in fdt
 2022-11-15 11:49 UTC 

[PATCH] hw/loongarch: Replace the value of uart info with macro
 2022-11-15 11:50 UTC 

[PATCH v2 0/3] Add OCP extended log to nvme QEMU
 2022-11-15 11:26 UTC  (7+ messages)
  ` [PATCH v2 1/3] nvme: Move adjustment of data_units{read,written}
  ` [PATCH v2 2/3] nvme: Add ocp to the subsys
  ` [PATCH v2 3/3] nvme: Add physical writes/reads from OCP log

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

tests/avocado/machine_s390_ccw_virtio: Fedora test failing
 2022-11-15 11:13 UTC  (3+ messages)

[PATCH for-7.2] Add G_GNUC_PRINTF to function qemu_set_info_str and fix related issues
 2022-11-15 11:10 UTC  (3+ messages)

[PATCH v2] capstone: use <capstone/capstone.h> instead of <capstone.h>
 2022-11-15 11:03 UTC  (8+ messages)

[PATCH for-8.0] hw: Add compat machines for 8.0
 2022-11-15 10:44 UTC  (5+ messages)

[PATCH] docs/system/s390x: Document the "loadparm" machine property
 2022-11-15 10:05 UTC  (3+ messages)

[PATCH v2] util/qemu-config: Fix "query-command-line-options" to provide the right values
 2022-11-15  9:54 UTC  (6+ messages)

[PATCH] disas: recognize either <capstone.h> or <capstone/capstone.h>
 2022-11-15  9:45 UTC 

[PATCH] disas: recognize either <capstone.h> or <capstone/capstone.h>
 2022-11-15  9:38 UTC 

[PATCH v2 00/15] migration: Postcopy Preempt-Full
 2022-11-15  9:19 UTC  (6+ messages)
` [PATCH v2 06/15] migration: Yield bitmap_mutex properly when sending/sleeping

[qemu-devel]
 2022-11-15  9:01 UTC  (3+ messages)

Qemu virtual CPU limitation to 1024
 2022-11-15  8:49 UTC  (3+ messages)

[PATCH] KVM: Add system call KVM_VERIFY_MSI to verify MSI vector
 2022-11-15  7:56 UTC  (5+ messages)

[PATCH v2 for-7.2 0/4] libvhost-user: Add format attribute and fix format strings
 2022-11-15  7:25 UTC  (3+ messages)
` [PATCH v2 3/4] libvhost-user: Fix two more "
  ` [PATCH for-7.2 "

[PATCH] migration: check magic value for deciding the mapping of channels
 2022-11-15  7:07 UTC  (12+ messages)

[PATCH] hw/intc: sifive_plic: Renumber the S irqs for numa support
 2022-11-15  4:03 UTC  (5+ messages)

[PATCH v1 1/1] migration: Fix yank on postcopy multifd crashing guest after migration
 2022-11-15  2:32 UTC  (3+ messages)

[PATCH for 8.0 0/8] Refactor cryptodev
 2022-11-15  1:51 UTC  (4+ messages)
` [PATCH for 8.0 8/8] hmp: add cryptodev info command
    `  "

aarch64 GitLab CI runner down
 2022-11-15  1:48 UTC  (3+ messages)

[PATCH 0/4 v3] Multi-Region and Volatile Memory support for CXL Type-3 Devices
 2022-11-14 17:55 UTC  (3+ messages)
` [PATCH 2/4] hw/cxl: Add CXL_CAPACITY_MULTIPLIER definition


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