messages from 2025-10-28 14:40:32 to 2025-10-29 04:39:11 UTC [more...]
[PATCH v2 00/17] Split AST2400, AST2600, AST2700 and AST1030 SoC machines into separate source files for maintainability
2025-10-29 4:36 UTC (7+ messages)
` [PATCH v2 01/17] hw/arm/aspeed: Split Quanta-Q71L machine into a separate source file "
` [PATCH v2 02/17] hw/arm/aspeed: Split Supermicro X11 "
` [PATCH v2 03/17] hw/arm/aspeed: Split Palmetto "
` [PATCH v2 04/17] hw/arm/aspeed: Move ASPEED_RAM_SIZE() macro to common header for reuse
` [PATCH v2 06/17] hw/arm/aspeed: Split FBY35 BMC machine into a separate source file for maintainability
` [PATCH v2 07/17] hw/arm/aspeed: Split Fuji "
[PATCH] memory: Make FlatView root references weak
2025-10-29 4:35 UTC (4+ messages)
[PATCH v4 00/27] hw/arm/virt: Add support for user-creatable accelerated SMMUv3
2025-10-29 4:26 UTC (20+ messages)
` [PATCH v4 19/27] hw/arm/smmuv3-accel: Install S1 bypass hwpt on reset
` [PATCH v4 22/27] hw/arm/smmuv3-accel: Add support for ATS
[PATCH 0/4] Some more pegasos patches
2025-10-29 4:23 UTC (10+ messages)
` [PATCH 2/4] hw/pci-host/articia: Map PCI memory windows in realize
[PATCH v2 0/2] target/loongarch: Add PTW feature support in KVM mode
2025-10-29 3:54 UTC (5+ messages)
` [PATCH v2 1/2] linux-headers: Update to Linux v6.18-rc3
` [PATCH v2 2/2] target/loongarch: Add PTW feature support in KVM mode
[PATCH] virtio-gpu: Do not wait for the main thread during reset
2025-10-29 3:14 UTC
[PATCH v2] docs/system/arm/virt: Document user-creatable SMMUv3
2025-10-29 1:58 UTC (6+ messages)
[PATCH v9 00/27] WHPX support for Arm
2025-10-28 23:51 UTC (29+ messages)
` [PATCH v9 01/27] target/arm/kvm: add constants for new PSCI versions
` [PATCH v9 02/27] accel/system: Introduce hwaccel_enabled() helper
` [PATCH v9 03/27] qtest: hw/arm: virt: skip ACPI test for ITS off
` [PATCH v9 04/27] hw/arm: virt: add GICv2m for the case when ITS is not available
` [PATCH v9 05/27] tests: data: update AArch64 ACPI tables
` [PATCH v9 06/27] whpx: Move around files before introducing AArch64 support
` [PATCH v9 07/27] whpx: reshuffle common code
` [PATCH v9 08/27] whpx: ifdef out winhvemulation on non-x86_64
` [PATCH v9 09/27] whpx: common: add WHPX_INTERCEPT_DEBUG_TRAPS define
` [PATCH v9 10/27] hw, target, accel: whpx: change apic_in_platform to kernel_irqchip
` [PATCH v9 11/27] whpx: interrupt controller support
` [PATCH v9 12/27] whpx: add arm64 support
` [PATCH v9 13/27] whpx: change memory management logic
` [PATCH v9 14/27] target/arm: cpu: mark WHPX as supporting PSCI 1.3
` [PATCH v9 15/27] hw/arm: virt: cleanly fail on attempt to use the platform vGIC together with ITS
` [PATCH v9 16/27] hw: arm: virt: rework MSI-X configuration
` [PATCH v9 17/27] hw: arm: virt-acpi-build: add hack
` [PATCH v9 18/27] docs: arm: update virt machine model description
` [PATCH v9 19/27] whpx: arm64: clamp down IPA size
` [PATCH v9 20/27] hw/arm, accel/hvf, whpx: unify get_physical_address_range between WHPX and HVF
` [PATCH v9 21/27] whpx: arm64: implement -cpu host
` [PATCH v9 22/27] target/arm: whpx: instantiate GIC early
` [PATCH v9 23/27] whpx: arm64: gicv3: add migration blocker
` [PATCH v9 24/27] whpx: enable arm64 builds
` [PATCH v9 25/27] MAINTAINERS: update maintainers for WHPX
` [PATCH v9 26/27] whpx: apic: use non-deprecated APIs to control interrupt controller state
` [PATCH v9 27/27] whpx: arm64: check for physical address width after WHPX availability
[RFC 00/22] migration: convert vmstate_load/save_state
2025-10-28 23:13 UTC (23+ messages)
` [RFC 01/22] migration: introduce vmstate_load_vmsd() and vmstate_save_vmsd()
` [RFC 02/22] migration: VMStateInfo: introduce new handlers with errp
` [RFC 03/22] tests/unit/test-vmstate: move to new migration APIs
` [RFC 04/22] ui/vdagent: "
` [RFC 05/22] hw/s390x/virtio-ccw.c: "
` [RFC 06/22] hw/scsi/spapr_vscsi: "
` [RFC 07/22] hw/scsi/scsi-bus.c: use "
` [RFC 08/22] hw/vfio/pci: move to "
` [RFC 09/22] hw/pci/pci: "
` [RFC 10/22] hw/pci/msix.c: use "
` [RFC 11/22] hw/pci/shpc.c: "
` [RFC 12/22] hw/virtio: move to "
` [RFC 13/22] hw/display/virtio-gpu: "
` [RFC 14/22] hw/net/virtio-net.c: use "
` [RFC 15/22] hw/nvram/eeprom93xx.c: "
` [RFC 16/22] hw/nvram/fw_cfg.c: "
` [RFC 17/22] migration/cpr: move to "
` [RFC 18/22] migration/savevm: "
` [RFC 19/22] migration/vmstate-types: "
` [RFC 20/22] migration: VMStateInfo: remove old .get / .set handlers
` [RFC 21/22] migration: convert vmstate_subsection_save/load functions to bool
` [RFC 22/22] migration: finally convert vmstate_save/load_state() functions
[PATCH RFC 00/10] RFC: Drop qemu.qmp from qemu.git
2025-10-28 22:03 UTC (11+ messages)
` [PATCH RFC 01/10] python/mkvenv: ensure HAVE_LIB variables are actually constants
` [PATCH RFC 02/10] python/qapi: Add an ignore for Pylint 4.x
` [PATCH RFC 03/10] python/mkvenv: create timestamp file for each group "ensured"
` [PATCH RFC 04/10] python/mkvenv: bump 'qemu.qmp' dependency for testdeps
` [PATCH RFC 05/10] python/mkvenv: rename 'testdeps' to 'functests'
` [PATCH RFC 06/10] python/mkvenv: add "tests" dependency group
` [PATCH RFC 07/10] meson: create meson custom target for python test dependencies
` [PATCH RFC 08/10] meson: make iotests depend on pyvent_test_deps
` [PATCH RFC 09/10] python: quote dotted dependency keys
` [PATCH RFC 10/10] python: delete qemu.qmp
[PATCH] docs/devel/testing/fuzzing: Note that you can get qtest to read from a file
2025-10-28 19:53 UTC (2+ messages)
[PATCH 0/2] block: Keep filter children attached during drop
2025-10-28 19:42 UTC (4+ messages)
` [PATCH 1/2] iotests/257: Insert missing flush during blockdev-backup
` [PATCH 2/2] block: Drop detach_subchain for bdrv_replace_node
[PATCH v3 00/25] hw/sysbus: Spring cleanups (part 1)
2025-10-28 19:28 UTC (30+ messages)
` [PATCH v3 01/25] hw/i386/microvm: Use proper SysBus accessors
` [PATCH v3 02/25] hw/i386/ioapic: "
` [PATCH v3 03/25] hw/timer/hpet: "
` [PATCH v3 04/25] hw/acpi/cxl: "
` [PATCH v3 05/25] hw/ppc/e500: "
` [PATCH v3 06/25] hw/pci-bridge: "
` [PATCH v3 07/25] hw/sysbus: Use memory_region_name()
` [PATCH v3 08/25] hw/nvme/ctrl: Use memory_region_size()
` [PATCH v3 09/25] hw/s390x: "
` [PATCH v3 10/25] system/memory: Have memory_region_size() take a const argument
` [PATCH v3 11/25] system/memory: Introduce memory_region_get_address()
` [PATCH v3 12/25] migration/ram: Use memory_region_get_address()
` [PATCH v3 13/25] hw/acpi: "
` [PATCH v3 14/25] hw/fdt: "
` [PATCH v3 15/25] hw/nvme: "
` [PATCH v3 16/25] hw/s390x: "
` [PATCH v3 17/25] hw/timer/hpet: "
` [PATCH v3 18/25] hw/watchdog/aspeed: "
` [PATCH v3 19/25] hw/pci-bridge: "
` [PATCH v3 20/25] system/ioport: "
` [PATCH v3 21/25] hw/sysbus: "
` [PATCH v3 22/25] hw/sysbus: Hoist MemoryRegion in sysbus_mmio_map_common()
` [PATCH v3 23/25] hw/sysbus: Remove sysbus_mmio_map_common() @may_overlap argument
` [PATCH v3 24/25] hw/sysbus: Use memory_region_is_mapped() to check for mapped region
` [PATCH v3 25/25] hw/sysbus: Simplify SysBusDevice::mmio
[PULL 00/75] virtio,pci,pc: features, fixes
2025-10-28 19:26 UTC (4+ messages)
` [PULL 33/75] hw/i386/pc: Avoid overlap between CXL window and PCI 64bit BARs in QEMU
[PATCH 0/2] tests/functional: collect more info in base.log file
2025-10-28 18:26 UTC (3+ messages)
` [PATCH 1/2] tests/functional: include logger name and function in messages
` [PATCH 2/2] tests/functional: include the lower level QMP log messages
[PATCH 00/13] migration: Threadify loadvm process
2025-10-28 18:16 UTC (4+ messages)
` [PATCH 02/13] migration: Properly wait on G_IO_IN when peeking messages
[PATCH 0/2] hw/ipmi/ipmi_bmc_sim: Get/set fake LAN config
2025-10-28 18:01 UTC (3+ messages)
` [PATCH 1/2] hw/ipmi/ipmi_bmc_sim: Support getting fake LAN channel config
` [PATCH 2/2] hw/ipmi/ipmi_bmc_sim: Support setting "
[PULL 00/18] Miscellaneous changes for 2025-10-28
2025-10-28 17:34 UTC (19+ messages)
` [PULL 01/18] scripts: clean up meson-buildoptions.py
` [PULL 02/18] i386/kvm/cpu: Init SMM cpu address space for hotplugged CPUs
` [PULL 03/18] rcu: Unify force quiescent state
` [PULL 04/18] rust: remove useless glib_sys bindings
` [PULL 05/18] rust: only leave leaf crates as workspace members
` [PULL 06/18] qobject: make refcount atomic
` [PULL 07/18] char: rename CharBackend->CharFrontend
` [PULL 08/18] accel/mshv: initialize thread name
` [PULL 09/18] accel/mshv: use return value of handle_pio_str_read
` [PULL 10/18] esp.c: fix esp_cdb_ready() FIFO wraparound limit calculation
` [PULL 11/18] qtest/am53c974-test: add additional test for cmdfifo overflow
` [PULL 12/18] rust/qemu-macros: Convert bit value to u8 within #[property]
` [PULL 13/18] scsi: make SCSIRequest refcount atomic
` [PULL 14/18] qdev: Change PropertyInfo method print() to return malloc'ed string
` [PULL 15/18] hw/i386/isapc.c: warn rather than reject modern x86 CPU models
` [PULL 16/18] docs/about/deprecated.rst: document isapc deprecation for "
` [PULL 17/18] target/i386: clear CPU_INTERRUPT_SIPI for all accelerators
` [PULL 18/18] rust: migration: allow passing ParentField<> to vmstate_of!
[PATCH v4 0/2] migration: vmsd errp handlers: return bool
2025-10-28 17:12 UTC (4+ messages)
` [PATCH v4 3/4] migration/vmstate: stop reporting error number for new _errp APIs
` [PATCH v4 4/4] migration: vmsd errp handlers: return bool
[QEMU PATCH 0/1] CXL: Enable FMAPI Add for MHSLDs
2025-10-28 16:56 UTC (4+ messages)
` [QEMU PATCH 1/1] hw/cxl/cxl-mailbox-utils: Enable FMAPI Initiate Add for MHSLD
[PATCH v14 00/10] Support virtio-gpu DRM native context
2025-10-28 16:49 UTC (3+ messages)
[PATCH v3 0/4] migration: vmsd errp handlers: return bool
2025-10-28 16:42 UTC (9+ messages)
` [PATCH v3 4/4] "
[PATCH 00/16] block: Some multi-threading fixes
2025-10-28 16:33 UTC (17+ messages)
` [PATCH 01/16] block: Note on aio_co_wake use if not yet yielding
` [PATCH 02/16] rbd: Run co BH CB in the coroutine’s AioContext
` [PATCH 03/16] iscsi: "
` [PATCH 04/16] nfs: "
` [PATCH 05/16] curl: Fix coroutine waking
` [PATCH 06/16] gluster: Do not move coroutine into BDS context
` [PATCH 07/16] nvme: Kick and check completions in "
` [PATCH 08/16] nvme: Fix coroutine waking
` [PATCH 09/16] block/io: Take reqs_lock for tracked_requests
` [PATCH 10/16] qcow2: Fix cache_clean_timer
` [PATCH 11/16] ssh: Run restart_coroutine in current AioContext
` [PATCH 12/16] blkreplay: Run BH in coroutine’s AioContext
` [PATCH 13/16] block: Note in which AioContext AIO CBs are called
` [PATCH 14/16] iscsi: Create AIO BH in original AioContext
` [PATCH 15/16] null-aio: Run CB "
` [PATCH 16/16] win32-aio: Run CB in original context
[PATCH] ds1225y: Fix nvram MemoryRegion owner
2025-10-28 16:39 UTC (3+ messages)
[PATCH 0/2] KVM Support for imx8mp-evk Machine
2025-10-28 16:09 UTC (5+ messages)
` [PATCH 2/2] hw/arm/imx8mp-evk: Add KVM support
[PATCH] net: pad packets to minimum length in qemu_receive_packet()
2025-10-28 16:00 UTC
[PATCH v3 00/59] target/arm/hvf: Consolidate
2025-10-28 15:45 UTC (4+ messages)
[PATCH] linux-user: permit sendto() with NULL buf and 0 len
2025-10-28 15:44 UTC (3+ messages)
[PATCH v1 0/5] virtio: Add the virtio-msg transport
2025-10-28 15:30 UTC (7+ messages)
` [PATCH v1 1/5] virtio: Introduce notify_queue
` [PATCH v1 2/5] virtio: Add virtio_queue_get_rings
` [PATCH v1 3/5] virtio: Add the virtio-msg transport
` [PATCH v1 4/5] hw/misc: Add generic virtio-msg AMP PCI device
` [PATCH v1 5/5] docs: Describe virtio-msg-amp-pci
[RESEND PATCH 0/7] Mitigation of "failed to load cpu:cpreg_vmstate_array_len" migration failures
2025-10-28 15:27 UTC (4+ messages)
[PATCH v5] qapi: net: deprecate vhostforce option
2025-10-28 15:23 UTC
[PATCH] hw/ppc/sam460ex: Update u-boot-sam460ex
2025-10-28 15:19 UTC
[PATCH 0/3] migration: Cleanup around MigMode sets
2025-10-28 15:19 UTC (3+ messages)
[PATCH v7 00/23] intel_iommu: Enable first stage translation for passthrough device
2025-10-28 15:19 UTC (5+ messages)
` [PATCH v7 05/23] hw/pci: Introduce pci_device_get_viommu_flags()
[PATCH v2 0/9] target/i386: SEV: Add support for enabling VMSA SEV features
2025-10-28 15:11 UTC (7+ messages)
` [PATCH v2 8/9] target/i386: SEV: Add support for setting TSC frequency for Secure TSC
[PULL 00/15] Net patches
2025-10-28 15:10 UTC (3+ messages)
` [PULL 02/15] hw/net: e1000: Remove the logic of padding short frames in the receive path
[PATCH v2 00/37] target/arm: Implement FEAT_SYSREG128
2025-10-28 15:05 UTC (6+ messages)
` [PATCH v2 20/37] target/arm: Consolidate definitions of PAR
[PATCH 0/5] block/vvfat: introduce "size" option
2025-10-28 14:54 UTC (7+ messages)
` [PATCH 5/5] vvfat: add support for "size" 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).