messages from 2025-08-12 09:42:25 to 2025-08-13 16:56:41 UTC [more...]
[PATCH 00/33] vhost-user-blk: live-backend local migration
2025-08-13 16:48 UTC (24+ messages)
` [PATCH 01/33] vhost: introduce vhost_ops->vhost_set_vring_enable_supported method
` [PATCH 03/33] vhost-user: introduce vhost_user_has_prot() helper
` [PATCH 05/33] vhost-user-gpu: drop code duplication
` [PATCH 07/33] virtio: move common part of _set_guest_notifier to generic code
` [PATCH 09/33] vhost-user: keep QIOChannelSocket for backend channel
` [PATCH 12/33] vhost: simplify calls to vhost_memory_unmap()
` [PATCH 13/33] vhost: move vrings mapping to the top of vhost_virtqueue_start()
` [PATCH 14/33] vhost: vhost_virtqueue_start(): drop extra local variables
` [PATCH 15/33] vhost: final refactoring of vhost vrings map/unmap
` [PATCH 16/33] vhost: simplify vhost_dev_init() error-path
` [PATCH 17/33] vhost: move busyloop timeout initialization to vhost_virtqueue_init()
` [PATCH 19/33] vhost: vhost_dev_init(): drop extra features variable
` [PATCH 20/33] hw/virtio/virtio-bus: refactor virtio_bus_set_host_notifier()
` [PATCH 22/33] vhost-user-blk: add some useful trace-points
` [PATCH 23/33] vhost: "
` [PATCH 25/33] virtio: introduce .skip_vhost_migration_log() handler
` [PATCH 26/33] io/channel-socket: introduce qio_channel_socket_keep_nonblock()
` [PATCH 27/33] migration/socket: keep fds non-block
` [PATCH 28/33] vhost: introduce backend migration
` [PATCH 29/33] vhost-user: support "
` [PATCH 30/33] virtio: support vhost "
` [PATCH 31/33] vhost-user-blk: "
` [PATCH 33/33] tests/functional: add test_x86_64_vhost_user_blk_fd_migration.py
[PATCH] vfio/igd: Enable quirks when IGD is not the primary display
2025-08-13 16:05 UTC
[PATCH 6.16 000/627] 6.16.1-rc1 review
2025-08-13 15:58 UTC (7+ messages)
[PATCH] vfio/container: set error on cpr failure
2025-08-13 15:05 UTC (2+ messages)
[PATCH V3 1/1] hw/intc/arm_gicv3_kvm: preserve pending interrupts during cpr
2025-08-13 14:57 UTC (3+ messages)
[RFC 00/26] rust/memory: Integrate the vm-memory API from rust-vmm
2025-08-13 15:12 UTC (24+ messages)
` [RFC 13/26] rust: Add RCU bindings
` [RFC 16/26] memory: Make flatview_do_translate() return a pointer to MemoryRegionSection
` [RFC 24/26] rust/memory: Provide AddressSpace bindings
` [RFC 25/26] rust/memory: Add binding to check target endian
[PATCH V5 00/38] Live update: vfio and iommufd
2025-08-13 14:18 UTC (4+ messages)
` [PATCH V5 08/38] vfio/container: recover from unmap-all-vaddr failure
[RFC 0/6] virtio-net: initial iterative live migration support
2025-08-13 14:06 UTC (12+ messages)
` [RFC 5/6] virtio, virtio-net: skip consistency check in virtio_load for iterative migration
` [RFC 5/6] virtio,virtio-net: "
[PATCH qemu 0/1] A small patch to address Issue #2943
2025-08-13 13:00 UTC (3+ messages)
` [PATCH qemu 1/1] Default disable ignore guest PAT quirk
[Question] VFIO migration will not be aborted in a corner scenario
2025-08-13 12:18 UTC (8+ messages)
[PATCH RFC] arm/kvm: report registers we failed to set
2025-08-13 12:43 UTC (4+ messages)
[REGRESSION][BISECTED] kernel panic is not displayed correctly in qemu (CONFIG_DRM_BOCHS)
2025-08-13 9:06 UTC (3+ messages)
[PATCH] docs: riscv-iommu: Update status of kernel support
2025-08-13 11:58 UTC (2+ messages)
[PULL 0/3] Patches for QEMU 10.1.0-rc3
2025-08-13 11:48 UTC (8+ messages)
` [PULL 1/3] configure: Don't disable Rust for too old meson version
` [PULL 2/3] rbd: Fix .bdrv_get_specific_info implementation
` [PULL 3/3] qemu-iotests: Ignore indentation in Killed messages
[PATCH v5] net: bundle all offloads in a single struct
2025-08-13 10:57 UTC (3+ messages)
[PATCH v5 00/13] virtio: introduce support for GSO over UDP tunnel
2025-08-13 10:28 UTC (14+ messages)
` [PATCH v5 01/13] linux-headers: deal with counted_by annotation
` [PATCH v5 02/13] linux-headers: Update to Linux v6.17-rc1
` [PATCH v5 03/13] virtio: introduce extended features type
` [PATCH v5 04/13] virtio: serialize extended features state
` [PATCH v5 05/13] virtio: add support for negotiating extended features
` [PATCH v5 06/13] virtio-pci: implement support for "
` [PATCH v5 07/13] vhost: add support for negotiating "
` [PATCH v5 08/13] qmp: update virtio features map to support "
` [PATCH v5 09/13] vhost-backend: implement extended features support
` [PATCH v5 10/13] vhost-net: "
` [PATCH v5 11/13] virtio-net: "
` [PATCH v5 12/13] net: implement tunnel probing
` [PATCH v5 13/13] net: implement UDP tunnel features offloading
[PATCH v6 0/9] target/i386/kvm/pmu: PMU Enhancement, Bugfix and Cleanup
2025-08-13 9:18 UTC (3+ messages)
` [PATCH v6 5/9] target/i386/kvm: rename architectural PMU variables
[PULL for 10.1-rc1 00/14] documentation an testing updates
2025-08-13 8:56 UTC (4+ messages)
` [PULL 06/14] tests/functional: add hypervisor test for aarch64
[RFC PATCH v2 00/10] target/arm: Introduce host_cpu_feature_supported() API
2025-08-13 7:35 UTC (20+ messages)
` [PATCH v2 01/10] accel/system: Introduce hwaccel_enabled() helper
` [PATCH v2 02/10] target/arm: Use generic hwaccel_enabled() to check 'host' cpu type
` [PATCH v2 03/10] target/arm: Restrict PMU to system mode
` [PATCH v2 04/10] target/arm: Factor hvf_psci_get_target_el() out
` [RFC PATCH v2 05/10] target/arm: Introduce host_cpu_feature_supported()
` [RFC PATCH v2 06/10] target/arm: Replace kvm_arm_pmu_supported by host_cpu_feature_supported
` [RFC PATCH v2 07/10] target/arm: Replace kvm_arm_el2_supported "
` [RFC PATCH v2 08/10] target/arm/hvf: Sync registers used at EL2
` [RFC PATCH v2 09/10] target/arm/hvf: Consider EL2 acceleration for Silicon M3+ chipsets
` [RFC PATCH v2 10/10] target/arm/hvf: Allow EL2/EL3 emulation on Silicon M1 / M2
[PULL 0/2] SD/MMC patches for 2025-08-12
2025-08-13 7:22 UTC (6+ messages)
` [PULL 1/2] hw/sd/ssi-sd: Return noise (dummy byte) when no card connected
` [PULL 2/2] tests/functional: Test SPI-SD adapter without SD "
[RFC PATCH 00/11] target/arm: Introduce host_cpu_feature_supported() API
2025-08-13 7:20 UTC (11+ messages)
` [RFC PATCH 07/11] target/arm: Replace kvm_arm_pmu_supported by host_cpu_feature_supported
` [RFC PATCH 09/11] target/arm/hvf: Sync registers used at EL2
[RFC PATCH v4 00/14] virtio: introduce support for GSO over UDP tunnel
2025-08-13 6:59 UTC (9+ messages)
` [RFC PATCH v4 07/14] virtio-pci: implement support for extended features
[PATCH v4 00/20] intel_iommu: Enable stage-1 translation for passthrough device
2025-08-13 6:57 UTC (4+ messages)
` [PATCH v4 02/20] hw/pci: Introduce pci_device_get_viommu_cap()
[PATCH v2 13/18] hw/misc: riscv_worldguard: Add API to enable WG extension of CPU
2025-08-13 3:07 UTC (2+ messages)
[PATCH v3 00/26] Implementing a MSHV (Microsoft Hypervisor) accelerator
2025-08-13 0:37 UTC (4+ messages)
` [PATCH v3 26/26] qapi/accel: Allow to query mshv capabilities
[PATCH] ui/spice: Destroy the temporary egl fb after the blit is submitted
2025-08-12 23:41 UTC (2+ messages)
[PATCH] mkvenv: Support pip 25.2
2025-08-12 23:40 UTC (2+ messages)
[RFC PATCH] readthedocs: don't build extra formats
2025-08-12 23:38 UTC (2+ messages)
[PULL 00/50] ppc queue
2025-08-12 20:38 UTC (10+ messages)
[PATCH v5 0/4] target/arm: Added support for SME register exposure to GDB
2025-08-12 19:31 UTC (4+ messages)
` [PATCH v5 2/4] target/arm: Change GDBState's line_buf to a GString
[RFC 00/11] hw/arm/smmuv3: Add initial support for Secure State
2025-08-12 18:42 UTC (17+ messages)
` [RFC 02/11] hw/arm/smmuv3: Implement read/write logic for secure registers
` [RFC 04/11] hw/arm/smmuv3: Enable command processing for the Secure state
[PATCH-for-10.1 RESEND RESEND v2 0/3] hw/sd/ssi-sd: Return noise (dummy byte) when no card connected
2025-08-12 16:55 UTC (10+ messages)
` [PATCH-for-10.1 RESEND RESEND v2 1/3] "
` [PATCH-for-10.1 RESEND RESEND v2 2/3] tests/functional: Test SPI-SD adapter without SD "
` [PATCH-for-10.1 RESEND RESEND v2 3/3] hw/ssi: Document ssi_transfer() method
[PATCH v6 00/13] HVF: Add support for platform vGIC and nested virtualisation
2025-08-12 16:19 UTC (5+ messages)
` [PATCH v6 03/13] accel, hw/arm, include/system/hvf: infrastructure changes for HVF vGIC
` [PATCH v6 04/13] hw/intc: Add hvf vGIC interrupt controller support
[PATCH v3 00/10] Reinvent BQL-free PIO/MMIO
2025-08-12 16:10 UTC (5+ messages)
` [PATCH v3 06/10] introduce cpu_test_interrupt() that will replace open coded checks
[PATCH 0/2] Few fixes I found when building QEMU with Rust
2025-08-12 15:35 UTC (8+ messages)
` [PATCH 2/2] tests/qemu-iotests: Indent expected error messages
[PULL 00/63] First batch of i386 and build system patch for QEMU 9.1
2025-08-12 15:27 UTC (7+ messages)
` [PULL 29/63] pci-host/q35: Move PAM initialization above SMRAM initialization
` [PULL 30/63] q35: Introduce smm_ranges property for q35-pci-host
[PATCH-for-10.1 RESEND v2 0/3] hw/sd/ssi-sd: Return noise (dummy byte) when no card connected
2025-08-12 14:00 UTC (2+ messages)
` [PATCH-for-10.1 RESEND v2 1/3] "
[PATCH-for-10.1 v2 0/3] hw/sd/ssi-sd: Return noise (dummy byte) when no card connected
2025-08-12 13:49 UTC (2+ messages)
` [PATCH-for-10.1 v2 1/3] "
[RFC PATCH 0/4] migration: Introduce postcopy-setup capability and state
2025-08-12 13:34 UTC (3+ messages)
[PATCH-for-10.1 0/2] hw/sd/ssi-sd: Return noise (dummy byte) when no card connected
2025-08-12 13:28 UTC (7+ messages)
` [PATCH-for-10.1 1/2] "
` [PATCH-for-10.1 2/2] tests/functional: Test SPI-SD adapter without SD "
[PATCH v2 00/85] target/arm: Implement FEAT_GCS
2025-08-12 13:14 UTC (7+ messages)
` [PATCH v2 23/85] target/arm: Expand syndrome parameter to raise_exception*
[PATCH] configure: Don't disable Rust for too old meson version
2025-08-12 12:57 UTC (3+ messages)
[PATCH] rbd: Fix .bdrv_get_specific_info implementation
2025-08-12 12:55 UTC (3+ messages)
[PATCH v2] ppc/xive2: Fix integer overflow warning in xive2_redistribute()
2025-08-12 12:53 UTC (2+ messages)
[PATCH v15 0/8] Specifying cache topology on ARM
2025-08-12 12:28 UTC (9+ messages)
` [PATCH v15 1/8] target/arm/tcg: increase cache level for cpu=max
` [PATCH v15 2/8] hw/core/machine: topology functions capabilities added
` [PATCH v15 3/8] hw/arm/virt: add cache hierarchy to device tree
` [PATCH v15 4/8] bios-tables-test: prepare to change ARM ACPI virt PPTT
` [PATCH v15 5/8] acpi: add caches to ACPI build_pptt table function
` [PATCH v15 6/8] hw/acpi: add cache hierarchy to pptt table
` [PATCH v15 7/8] tests/qtest/bios-table-test: testing new ARM ACPI PPTT topology
` [PATCH v15 8/8] Update the ACPI tables based on new aml-build.c
[PATCH RFC] tests/functional: add tests for SCLP event CPI
2025-08-12 12:31 UTC
[PATCH v5 00/13] HVF: Add support for platform vGIC and nested virtualisation
2025-08-12 11:29 UTC (6+ messages)
` [PATCH v5 06/13] target/arm: hvf: pass through CNTHCTL_EL2 and MDCCINT_EL1
[PATCH] scripts/coverity-scan/COMPONENTS.md: Add a 'plugins' category
2025-08-12 11:11 UTC (2+ messages)
[PULL 0/4] Uefi 20250812 patches
2025-08-12 10:01 UTC (5+ messages)
` [PULL 1/4] hw/uefi: clear uefi-vars buffer in uefi_vars_write callback
` [PULL 2/4] hw/uefi: return success for notifications
` [PULL 3/4] hw/uefi: check access for first variable
` [PULL 4/4] hw/uefi: open json file in binary mode
[PATCH v5 00/10] aspeed: OTP model, SBC integration, tests, and docs
2025-08-12 9:40 UTC (9+ messages)
` [PATCH v5 01/10] hw/nvram/aspeed_otp: Add ASPEED OTP memory device model
` [PATCH v5 02/10] hw/misc/aspeed_sbc: Connect ASPEED OTP memory device to SBC
` [PATCH v5 04/10] hw/nvram/aspeed_otp: Add 'drive' property to support block backend
` [PATCH v5 05/10] hw/nvram/aspeed_otp: Add OTP programming semantics and tracing
` [PATCH v5 06/10] hw/arm: Integrate ASPEED OTP memory support into AST1030 SoCs
` [PATCH v5 08/10] hw/misc/aspeed_sbc: Handle OTP write command for voltage mode registers
` [PATCH v5 09/10] tests/function/aspeed: Add OTP functional test
` [PATCH v5 10/10] docs/system/arm/aspeed: Document OTP memory options
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).