messages from 2025-10-20 16:51:20 to 2025-10-21 09:07:17 UTC [more...]
[PATCH 00/43] Audio clean-ups
2025-10-21 9:03 UTC (17+ messages)
` [PATCH 03/43] hw/audio: remove global pcspk
` [PATCH 04/43] hw/pcspk: use explicitly the required PIT types
` [PATCH 05/43] hw/pcspk: make 'pit' a class property
` [PATCH 07/43] docs: update -soundhw -> -device list
` [PATCH 09/43] hw/audio: look up the default bus from the device class
` [PATCH 10/43] audio: rename audio_define->audio_add_audiodev()
` [PATCH 11/43] hw/audio: use better naming for -audio model handling code
` [PATCH 12/43] hw/audio/virtio-snd-pci: remove custom model callback
` [PATCH 13/43] hw/audio: simplify 'hda' audio init code
` [PATCH 15/43] hw/audio: drop audio_model.isa
` [PATCH 16/43] audio: start making AudioState a QOM Object
` [PATCH 17/43] audio: register backends in /audiodevs container
` [PATCH 21/43] audio/dsound: report init error via **errp
` [PATCH 22/43] audio: simplify audio_driver_init()
` [PATCH 25/43] audio: clean-up vmstate change handler on finalize
` [PATCH 29/43] audio: remove AUDIO_HOST_ENDIANNESS
[PATCH v2 00/11] hw/ppc/spapr: Remove deprecated pseries-3.0 -> pseries-4.2 machines
2025-10-21 8:43 UTC (12+ messages)
` [PATCH v2 01/11] ppc/spapr: remove deprecated machine pseries-3.0
` [PATCH v2 02/11] hw/ppc/spapr: Remove SpaprMachineClass::nr_xirqs field
` [PATCH v2 03/11] ppc/spapr: remove deprecated machine pseries-3.1
` [PATCH v2 04/11] hw/ppc/spapr: Inline spapr_dtb_needed()
` [PATCH v2 05/11] hw/ppc/spapr: Inline few SPAPR_IRQ_* uses
` [PATCH v2 06/11] target/ppc/kvm: Remove kvmppc_get_host_serial() as unused
` [PATCH v2 07/11] target/ppc/kvm: Remove kvmppc_get_host_model() "
` [PATCH v2 08/11] ppc/spapr: remove deprecated machine pseries-4.0
` [PATCH v2 09/11] hw/ppc/spapr: Remove SpaprMachineClass::phb_placement callback
` [PATCH v2 10/11] ppc/spapr: remove deprecated machine pseries-4.1
` [PATCH v2 11/11] ppc/spapr: remove deprecated machine pseries-4.2
[PATCH 00/18] hw/ppc/spapr: Remove deprecated pseries-3.0 -> pseries-4.2 machines
2025-10-21 8:41 UTC (6+ messages)
[Patch v4 0/5] hw/core/loader: capture Error from load_image_targphys
2025-10-21 8:36 UTC (7+ messages)
` [Patch v4 1/5] "
` [Patch v4 5/5] hw/ppc: Pass errp to load_image_targphys() and report errors
[PATCH v6 00/22] intel_iommu: Enable first stage translation for passthrough device
2025-10-21 8:26 UTC (4+ messages)
` [PATCH v6 15/22] intel_iommu: Bind/unbind guest page table to host
[PATCH v2 0/8] vfio: relax the vIOMMU check
2025-10-21 8:25 UTC (10+ messages)
` [PATCH v2 2/8] vfio/iommufd: Query dirty bitmap before DMA unmap
` [PATCH v2 7/8] vfio/migration: Add migration blocker if VM memory is too large to cause unmap_bitmap failure
[PATCH] RFC: qdev: add legacy properties only for those print()-able
2025-10-21 8:18 UTC (3+ messages)
[PATCH v4 00/27] hw/arm/virt: Add support for user-creatable accelerated SMMUv3
2025-10-21 8:15 UTC (12+ messages)
` [PATCH v4 06/27] hw/arm/smmuv3-accel: Restrict accelerated SMMUv3 to vfio-pci endpoints with iommufd
` [PATCH v4 11/27] hw/pci/pci: Introduce optional get_msi_address_space() callback
` [PATCH v4 12/27] hw/arm/smmuv3-accel: Make use of "
[PATCH] hw/vfio/helpers: Check base architecture at runtime
2025-10-21 7:56 UTC (4+ messages)
[PATCH v6 00/30] single-binary: Make hw/arm/ common
2025-10-21 7:55 UTC (51+ messages)
` [PATCH v6 01/30] hw/core: Filter machine list available for a particular target binary
` [PATCH v6 02/30] hw/boards: Move DEFINE_MACHINE() definition closer to its doc string
` [PATCH v6 03/30] hw/boards: Extend DEFINE_MACHINE macro to cover more use cases
` [PATCH v6 04/30] hw/boards: Introduce DEFINE_MACHINE_WITH_INTERFACE_ARRAY() macro
` [PATCH v6 05/30] hw/arm: Register TYPE_TARGET_ARM/AARCH64_MACHINE QOM interfaces
` [PATCH v6 06/30] hw/core: Allow ARM/Aarch64 binaries to use the 'none' machine
` [PATCH v6 07/30] hw/arm: Add DEFINE_MACHINE_[ARM_]AARCH64() macros
` [PATCH v6 08/30] hw/arm: Filter machine types for qemu-system-arm/aarch64 binaries
` [PATCH v6 09/30] qemu/target-info: Include missing 'qapi-types-common.h' header
` [PATCH v6 10/30] meson: Prepare to accept per-binary TargetInfo structure implementation
` [PATCH 11/30] config/target: Implement per-binary TargetInfo structure (ARM, AARCH64)
` [PATCH 12/30] hw/arm/aspeed: Build objects once
` [PATCH 13/30] hw/arm/raspi: "
` [PATCH 14/30] hw/core/machine: Allow dynamic registration of valid CPU types
` [PATCH 15/30] hw/arm/virt: Register valid CPU types dynamically
` [PATCH v6 16/30] hw/arm/virt: Check accelerator availability at runtime
` [PATCH v6 17/30] qemu/target_info: Add target_arm() helper
` [PATCH v6 18/30] qemu/target_info: Add target_aarch64() helper
` [PATCH v6 19/30] qemu/target-info: Add target_base_arch()
` [PATCH v6 20/30] qemu/target_info: Add target_base_arm() helper
` [PATCH v6 21/30] hw/arm/virt: Replace TARGET_AARCH64 -> target_aarch64()
` [PATCH v6 22/30] hw/core: Introduce MachineClass::get_default_cpu_type() helper
` [PATCH v6 23/30] hw/arm/virt: Get default CPU type at runtime
` [PATCH v6 24/30] hw/arm/sbsa-ref: Include missing 'cpu.h' header
` [PATCH v6 25/30] hw/arm/sbsa-ref: Build only once
` [PATCH v6 26/30] hw/arm/virt-acpi-build: Include missing 'cpu.h' header
` [PATCH v6 27/30] hw/arm/virt-acpi-build: Build only once
` [PATCH v6 28/30] hw/arm/virt: "
` [PATCH v6 29/30] hw/arm/meson: Move Xen files to arm_common_ss[]
` [PATCH v6 30/30] hw/arm/meson: Remove now unused arm_ss[] source set
[PATCH] Improve error propagation via return path
2025-10-21 7:52 UTC
aspeed: Split the machine definition into individual source files
2025-10-21 7:06 UTC (8+ messages)
[PATCH 0/7] s390x: Add support for virtio-blk-pci IPL device
2025-10-21 6:42 UTC (8+ messages)
` [PATCH 1/7] pc-bios/s390-ccw: Fix Misattributed Function Prototypes
` [PATCH 3/7] pc-bios/s390-ccw: Introduce CLP Architecture
` [PATCH 4/7] pc-bios/s390-ccw: Introduce PCI device IPL format
[PATCH] stream: Remove bdrv from job in .clean()
2025-10-21 6:05 UTC (2+ messages)
[PATCH] qmp: Fix a typo for a USO feature
2025-10-21 5:33 UTC
[PATCH v3 0/2] amd_iommu: Cleanups and fixes (PART 2)
2025-10-21 5:28 UTC (7+ messages)
` [PATCH v3 1/2] amd_iommu: Fix handling device on buses != 0
` [PATCH v3 2/2] amd_iommu: Support 64 bit address for IOTLB lookup
[PATCH v2] target/riscv: Fix a uninitialized variable warning
2025-10-21 5:07 UTC
[PATCH v1 0/1] hw/riscv: adding support for NeoRV32 RiscV MCU
2025-10-21 5:00 UTC (4+ messages)
` [PATCH v1 1/1] "
[PATCH v4 0/8] Implement Firmware Assisted Dump for PSeries
2025-10-21 5:00 UTC (5+ messages)
` [PATCH v4 7/8] hw/ppc: Enable fadump "
[ANNOUNCE] QEMU 10.0.6 Stable released
2025-10-21 4:51 UTC
[ANNOUNCE] QEMU 10.1.2 Stable released
2025-10-21 4:51 UTC
[PATCH v3 00/13] Pegasos2 clean up and pegasos1 emulation
2025-10-21 4:47 UTC (6+ messages)
` [PATCH v3 11/13] hw/boards: Extend DEFINE_MACHINE macro to cover more use cases
[PATCH v11 0/8] Support RISC-V IOPMP
2025-10-21 4:24 UTC (5+ messages)
` [PATCH v11 6/8] hw/misc/riscv_iopmp: Add RISC-V IOPMP device
[PATCH v1 0/7] vfio: Implement VFIO_DEVICE_FEATURE_DMA_BUF and use it in virtio-gpu
2025-10-21 4:19 UTC (14+ messages)
` [PATCH v1 2/7] virtio-gpu: Don't rely on res->blob to identify blob resources
[PATCH v4 00/16] hw/pci-host/raven clean ups
2025-10-21 4:16 UTC (14+ messages)
` [PATCH v4 01/16] hw/pci-host/raven: Simplify PCI facing part
` [PATCH v4 06/16] hw/pci-host/raven: Simplify direct config access address decoding
` [PATCH v4 07/16] hw/pci-host/raven: Rename direct config access ops
` [PATCH v4 13/16] hw/pci-host/raven: Do not map regions in init method
` [PATCH v4 14/16] hw/ppc/prep: Always create prep-systemio
[PATCH] rcu: Unify force quiescent state
2025-10-21 4:14 UTC (9+ messages)
[PATCH v3 00/14] hw/pci-host/raven clean ups
2025-10-21 4:02 UTC (8+ messages)
` [PATCH v3 01/14] hw/pci-host/raven: Simplify PCI facing part
[RFC v3 00/21] hw/arm/smmuv3: Add initial support for Secure State
2025-10-21 3:51 UTC (8+ messages)
` [RFC v3 19/21] hw/arm/smmuv3: Use iommu_index to represent the security context
[PATCH v3 0/3] Fix DMA failure when there is domain switch in guest
2025-10-21 3:04 UTC (4+ messages)
` [PATCH v3 3/3] intel_iommu: Fix DMA failure when guest switches IOMMU domain
[PATCH RFC 0/9] migration: Threadify loadvm process
2025-10-21 2:31 UTC (6+ messages)
[RFC PATCH] target/loongarch: Add kvm support dintc
2025-10-21 2:02 UTC (2+ messages)
[PATCH v13 00/13] riscv: Add support for MIPS P8700 CPU
2025-10-21 0:28 UTC (2+ messages)
[PATCH v2 00/25] vhost-user-blk: live-backend local migration
2025-10-20 23:53 UTC (39+ messages)
` [PATCH v2 01/25] vhost: store busyloop_timeout into struct vhost_dev
` [PATCH v2 02/25] vhost: reorder logic in vhost_dev_init()
` [PATCH v2 03/25] vhost: rework vhost_virtqueue_init()
` [PATCH v2 04/25] vhost: add connect parameter to vhost_dev_init()
` [PATCH v2 05/25] vhost: split vhost_dev_connect() out of vhost_dev_init()
` [PATCH v2 06/25] vhost-user: support connect api
` [PATCH v2 07/25] vhost-user-blk: vhost_user_blk_connect() move connected check to caller
` [PATCH v2 08/25] vhost-user-blk: vhost_user_blk_connect(): call vhost_dev_connect()
` [PATCH v2 09/25] vhost-user-blk: rename vhost_user_blk_connect to vhost_user_blk_init
` [PATCH v2 10/25] vhost-user-blk: split vhost_user_blk_init()
` [PATCH v2 11/25] vhost-user-blk: move initial reconnect loop to separate function
` [PATCH v2 12/25] vhost-user-blk: move first vhost_user_blk_init() to _realize()
` [PATCH v2 13/25] vhost-user-blk: postpone connect to pre-incoming
` [PATCH v2 14/25] virtio: introduce .skip_vhost_migration_log() handler
` [PATCH v2 17/25] vhost: add inflight region backend-transfer vmstate
` [PATCH v2 19/25] vhost: support backend-transfer migration
` [PATCH v2 20/25] vhost-user: add vmstate
` [PATCH v2 21/25] virtio: support vhost backend migration
` [PATCH v2 24/25] vhost-user-blk: "
[PATCH v14 00/10] Support virtio-gpu DRM native context
2025-10-20 23:46 UTC (12+ messages)
` [PATCH v14 01/10] ui/sdl2: Restore original context after new context creation
` [PATCH v14 02/10] ui/sdl2: Implement dpy dmabuf functions
` [PATCH v14 03/10] virtio-gpu: Handle virgl fence creation errors
` [PATCH v14 04/10] virtio-gpu: Support asynchronous fencing
` [PATCH v14 05/10] virtio-gpu: Support DRM native context
` [PATCH v14 06/10] ui/sdl2: Don't disable scanout when display is refreshed
` [PATCH v14 07/10] ui/gtk: "
` [PATCH v14 08/10] docs/system: virtio-gpu: Add link to Mesa VirGL doc
` [PATCH v14 09/10] docs/system: virtio-gpu: Update Venus link
` [PATCH v14 10/10] docs/system: virtio-gpu: Document host/guest requirements
[RFC PATCH v4 00/19] single-binary: Make hw/arm/ common
2025-10-20 20:52 UTC (5+ messages)
` [RFC PATCH v4 12/19] hw/arm/virt: Register valid CPU types dynamically
[PATCH v3 0/7] crypto: misc fixes and improvements to cert handling
2025-10-20 20:14 UTC (6+ messages)
` [PATCH v3 3/7] crypto: validate an error is reported in test expected fails
` [PATCH v3 4/7] crypto: fix error reporting in cert chain checks
[PATCH v2 0/3] target/arm: Support SME2 in gdbstub
2025-10-20 20:14 UTC (5+ messages)
` [PATCH v2 1/3] target/arm: Implement SME2 support "
` [PATCH v2 3/3] tests/tcg/aarch64: Add test case for SME2 gdbstub registers
[PATCH] MAINTAINERS: Add missing machine name in the Alpha section
2025-10-20 20:11 UTC (2+ messages)
[PATCH] i2c/smbus_eeprom: Add minimum write recovery time for DDR2
2025-10-20 20:11 UTC (2+ messages)
[PATCH v2] numa: add 'spm' option for Specific Purpose Memory
2025-10-20 20:10 UTC (4+ messages)
[PATCH v4 00/12] aio: add the aio_add_sqe() io_uring API
2025-10-20 20:08 UTC (7+ messages)
` [PATCH v4 03/12] tests/unit: skip test-nested-aio-poll with io_uring
` [PATCH v4 04/12] aio-posix: integrate fdmon into glib event loop
[PATCH v2] hw/openrisc/openrisc_sim: Avoid buffer overflow build error
2025-10-20 20:00 UTC (2+ messages)
[PATCH] ui/pixman: Fix crash in qemu_pixman_shareable_free()
2025-10-20 17:27 UTC (4+ messages)
[PULL 0/7] vfio queue
2025-10-20 19:35 UTC (3+ messages)
` [PULL 6/7] vfio/migration: Add x-migration-load-config-after-iter VFIO property
[PATCH 0/3] semihosting: Fix a few semihosting bugs
2025-10-20 19:31 UTC (6+ messages)
` [PATCH 3/3] semihosting: Check for overflow in FLEN on 32-bit systems
[PATCH] migration: vmsd errp handlers: return bool
2025-10-20 18:43 UTC (8+ messages)
[PATCH v3 00/23] vhost refactoring and fixes
2025-10-20 18:24 UTC (3+ messages)
` [PATCH v3 10/23] vhost: vhost_virtqueue_start(): fix failure path
[PATCH v2 0/2] migration: vmsd errp handlers: return bool
2025-10-20 17:57 UTC (3+ messages)
` [PATCH v2 1/2] migration: vmstate_save_state_v(): fix error path
[PATCH v2] gitlab-ci: Decrease the size of the compiler cache
2025-10-20 17:56 UTC (3+ messages)
[PATCH v3 00/10] Cleanup patches, mostly PC-related
2025-10-20 17:22 UTC (4+ messages)
` [PATCH v3 08/10] hw/i386/apic: Ensure own APIC use in apic_msr_{read, write}
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).