qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-10-20 14:36:04 to 2025-10-21 05:29:12 UTC [more...]

[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 0/7] s390x: Add support for virtio-blk-pci IPL device
 2025-10-21  5:24 UTC  (11+ messages)
` [PATCH 1/7] pc-bios/s390-ccw: Fix Misattributed Function Prototypes
` [PATCH 2/7] pc-bios/s390-ccw: Split virtio-ccw and generic virtio
` [PATCH 3/7] pc-bios/s390-ccw: Introduce CLP Architecture
` [PATCH 4/7] pc-bios/s390-ccw: Introduce PCI device IPL format
` [PATCH 5/7] pc-bios/s390-ccw: Add support for virtio-blk-pci IPL
` [PATCH 6/7] s390x: Build IPLB for virtio-pci devices
` [PATCH 7/7] tests/qtest: Add s390x PCI boot test to cdrom-test.c

[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 "

[PATCH 00/18] hw/ppc/spapr: Remove deprecated pseries-3.0 -> pseries-4.2 machines
 2025-10-21  4:54 UTC  (2+ messages)

[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  (12+ messages)
` [PATCH v3 03/13] hw/ppc/pegasos2: Change device tree generation
` [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 v2 0/8] vfio: relax the vIOMMU check
 2025-10-21  3:30 UTC  (7+ messages)
` [PATCH v2 2/8] vfio/iommufd: Query dirty bitmap before DMA unmap

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

aspeed: Split the machine definition into individual source files
 2025-10-21  2:18 UTC  (4+ 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

[PATCH v6 00/30] single-binary: Make hw/arm/ common
 2025-10-20 23:41 UTC  (48+ 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] hw/vfio/helpers: Check base architecture at runtime
 2025-10-20 23:01 UTC  (2+ messages)

[PATCH] stream: Remove bdrv from job in .clean()
 2025-10-20 22:10 UTC 

[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  (14+ messages)
` [PATCH 1/3] gdbstub: Fix %s formatting
` [PATCH 2/3] semihosting: Fix GDB File-I/O FLEN
` [PATCH 3/3] semihosting: Check for overflow in FLEN on 32-bit systems

[PATCH v4 00/27] hw/arm/virt: Add support for user-creatable accelerated SMMUv3
 2025-10-20 18:59 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] migration: vmsd errp handlers: return bool
 2025-10-20 18:43 UTC  (11+ 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  (4+ messages)
` [PATCH v2 1/2] migration: vmstate_save_state_v(): fix error path
` [PATCH v2 2/2] migration: vmsd errp handlers: return bool

[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}

QEMU Summit Minutes 2025
 2025-10-20 16:42 UTC  (3+ messages)

[PATCH v3 1/2] qapi/machine-s390x: add QAPI event SCLP_CPI_INFO_AVAILABLE
 2025-10-20 16:36 UTC  (4+ messages)
` [PATCH v3 2/2] tests/functional: add tests for SCLP event CPI

[PATCH 0/4] linux-user: fix several mremap bugs
 2025-10-20 16:00 UTC  (9+ messages)
` [PATCH 1/4] linux-user: fix mremap unmapping adjacent region
` [PATCH 2/4] linux-user: fix mremap errors for invalid ranges
` [PATCH 3/4] linux-user: fix reserved_va page leak in do_munmap
` [PATCH 4/4] tests: add tcg coverage for fixed mremap bugs

From HUST OpenAtom Club: Inquiry & Contribution Plan for Rust In QEMU
 2025-10-20 15:22 UTC  (2+ messages)

[PATCH v2 00/37] target/arm: Implement FEAT_SYSREG128
 2025-10-20 14:53 UTC  (21+ messages)
` [PATCH v2 27/37] target/arm: Implement TLBIP IPAS2E1IS, IPAS2LE1IS
` [PATCH v2 28/37] target/arm: Implement TLBIP RVAE1, RVAAE1, RVALE1, RVAALE1
` [PATCH v2 29/37] target/arm: Implement TLBIP RIPAS1E1, RIPAS1LE1, RIPAS2E1IS, RIPAS2LE1IS
` [PATCH v2 30/37] target/arm: Implement TLBIP RVA{L}E2{IS,OS}
` [PATCH v2 31/37] target/arm: Implement TLBIP RVA{L}E3{IS,OS}
` [PATCH v2 32/37] target/arm: Implement TLBIP VA{L}E1{IS,OS}
` [PATCH v2 33/37] target/arm: Implement TLBIP VAE2, VALE2
` [PATCH v2 34/37] target/arm: Implement TLBIP VAE3, VALE3
` [PATCH v2 35/37] target/arm: Implement TLBIP VA{L}E2{IS,OS}
` [PATCH v2 36/37] target/arm: Implement TLBIP VA{L}E3{IS,OS}


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