messages from 2025-10-21 20:50:08 to 2025-10-22 12:20:20 UTC [more...]
[PULL 00/12] vfio queue
2025-10-22 12:18 UTC (7+ messages)
` [PULL 01/12] vfio/container: Remap only populated parts in a section
` [PULL 02/12] vfio/cpr-legacy: drop an erroneous assert
` [PULL 03/12] vfio/iommufd: Set cpr.ioas_id on source side for CPR transfer
` [PULL 06/12] vfio/container: Support unmap all in one ioctl()
` [PULL 08/12] vfio/listener: Add an assertion for unmap_all
` [PULL 09/12] docs/system/devices/vfio-user: fix formatting
[PATCH 0/3] qdev: Fix "info qtree" to show links
2025-10-22 12:12 UTC (8+ messages)
` [PATCH 1/3] qdev: Change PropertyInfo method print() to return malloc'ed string
` [PATCH 2/3] qdev: Fix "info qtree" to show links
` [PATCH 3/3] qdev: Legacy properties are now unused, drop
[PATCH v4 0/5] igvm: add support for igvm memory map parameter in native mode
2025-10-22 12:11 UTC (9+ messages)
` [PATCH v4 1/5] igvm: move igvm.h file to include/system
` [PATCH v4 2/5] igvm: fix off by one bug in memmap entry count checking
` [PATCH v4 3/5] igvm: add support for igvm memory map parameter in native mode
` [PATCH v4 4/5] igvm: add support for initial register state load "
` [PATCH v4 5/5] igvm: add MAINTAINERS entry
[Patch v5 0/6] hw/core/loader: capture Error from load_image_targphys
2025-10-22 12:06 UTC (5+ messages)
` [Patch v5 6/6] hw/ppc: Pass errp to load_image_targphys() and report errors
[PATCH v2 00/42] Audio clean-ups
2025-10-22 12:01 UTC (54+ messages)
` [PATCH v2 01/42] hw/audio: improve error reports
` [PATCH v2 02/42] hw/audio: rename model list function
` [PATCH v2 03/42] hw/audio: remove global pcspk
` [PATCH v2 04/42] hw/pcspk: use explicitly the required PIT types
` [PATCH v2 05/42] hw/pcspk: make 'pit' a class property
` [PATCH v2 06/42] hw/pcspk: check the "pit" is set
` [PATCH v2 07/42] docs: update -soundhw -> -device list
` [PATCH v2 08/42] qdev: add qdev_find_default_bus()
` [PATCH v2 09/42] hw/audio: look up the default bus from the device class
` [PATCH v2 10/42] audio: rename audio_define->audio_add_audiodev()
` [PATCH v2 11/42] hw/audio: use better naming for -audio model handling code
` [PATCH v2 12/42] hw/audio/virtio-snd-pci: remove custom model callback
` [PATCH v2 13/42] hw/audio: simplify 'hda' audio init code
` [PATCH v2 14/42] hw/audio: generalize audio_model.init()
` [PATCH v2 15/42] hw/audio: drop audio_model.isa
` [PATCH v2 16/42] audio: start making AudioState a QOM Object
` [PATCH v2 17/42] audio: register backends in /audiodevs container
` [PATCH v2 18/42] audio: use /audiodevs QOM container
` [PATCH v2 19/42] audio/paaudio: remove needless return value
` [PATCH v2 20/42] audio/dsound: simplify init()
` [PATCH v2 21/42] audio/dsound: report init error via **errp
` [PATCH v2 22/42] audio: simplify audio_driver_init()
` [PATCH v2 23/42] audio: move period tick initialization
` [PATCH v2 24/42] audio: drop needless error message
` [PATCH v2 25/42] audio: clean-up vmstate change handler on finalize
` [PATCH v2 26/42] audio: unregister vmstate description
` [PATCH v2 27/42] audio: initialize card_head during object init
` [PATCH v2 28/42] audio: remove some needless headers
` [PATCH v2 29/42] audio: remove AUDIO_HOST_ENDIANNESS
` [PATCH v2 30/42] audio: introduce AUD_set_volume_{in,out}_lr()
` [PATCH v2 31/42] hw/audio: replace AUD_log() usage
` [PATCH v2 32/42] audio/replay: fix type punning
` [PATCH v2 33/42] audio: move internal APIs to audio_int.h
` [PATCH v2 34/42] audio: rename AudioState -> AudioBackend
` [PATCH v2 35/42] audio: remove QEMUSoundCard
` [PATCH v2 36/42] audio/dbus: use a helper function to set the backend dbus server
` [PATCH v2 37/42] audio: move audio.h under include/qemu/
` [PATCH v2 38/42] audio: remove dependency on spice header
` [PATCH v2 39/42] audio: cleanup, use bool for booleans
` [PATCH v2 40/42] audio: move capture API to own header
` [PATCH v2 41/42] audio: drop needless audio_driver "descr" field
` [PATCH v2 42/42] docs: Update mentions of removed '-soundhw' command line option
` [PATCH v2 43/42] audio: Remove pointless local variables
` [PATCH v2 44/42] audio: Rename @endianness argument as @big_endian for clarity
[PATCH] target/riscv/riscv-qmp-cmds.c: coverity-related fixes
2025-10-22 11:59 UTC (2+ messages)
[PATCH] accel/tcg: Pass actual memop_size to tlb_fill instead of 0
2025-10-22 11:52 UTC
[PATCH v7 00/19] single-binary: Make hw/arm/ common
2025-10-22 11:50 UTC (21+ messages)
` [PATCH v7 01/19] hw/arm: Register TYPE_TARGET_ARM/AARCH64_MACHINE QOM interfaces
` [PATCH v7 02/19] hw/core: Allow ARM/Aarch64 binaries to use the 'none' machine
` [PATCH v7 03/19] hw/arm: Add DEFINE_MACHINE_ARM() / DEFINE_MACHINE_AARCH64() macros
` [PATCH v7 04/19] hw/arm: Filter machine types for qemu-system-arm/aarch64 binaries
` [PATCH v7 05/19] meson: Prepare to accept per-binary TargetInfo structure implementation
` [PATCH v7 06/19] config/target: Implement per-binary TargetInfo structure (ARM, AARCH64)
` [PATCH v7 09/19] qemu/target_info: Add target_arm() helper
` [PATCH v7 10/19] qemu/target_info: Add target_aarch64() helper
` [PATCH v7 11/19] qemu/target_info: Add target_base_arm() helper
` [PATCH v7 12/19] hw/arm/virt: Replace TARGET_AARCH64 -> target_aarch64()
` [PATCH v7 13/19] hw/arm/virt: Get default CPU type at runtime
` [PATCH v7 14/19] hw/arm/sbsa-ref: Include missing 'cpu.h' header
` [PATCH v7 15/19] hw/arm/sbsa-ref: Build only once
` [PATCH v7 16/19] hw/arm/virt-acpi-build: Include missing 'cpu.h' header
` [PATCH v7 17/19] hw/arm/virt-acpi-build: Build only once
` [PATCH v7 19/19] hw/arm/meson: Move Xen files to arm_common_ss[]
` [PATCH v7 08/19] hw/arm/virt: Check accelerator availability at runtime
` [PATCH v7 18/19] hw/arm/virt: Build only once
` [PATCH v7 07/19] hw/arm/virt: Register valid CPU types dynamically
[PATCH v9 0/2] target/riscv:Fix riscv64 kvm migration
2025-10-22 11:47 UTC (3+ messages)
` [PATCH v9 1/2] Set KVM initial privilege mode and mp_state
[PATCH] target/riscv/kvm: fix env->priv setting in reset_regs_csr()
2025-10-22 11:11 UTC
[PULL 0/3] Uefi 20251022 patches
2025-10-22 11:00 UTC (4+ messages)
` [PULL 1/3] hw/uefi: add query-firmware-log monitor command
` [PULL 2/3] hw/uefi: add 'info firmware-log' hmp "
` [PULL 3/3] hw/uefi/ovmf-log: add maxsize parameter
[PATCH v3] audio: deprecate HMP audio commands
2025-10-22 10:57 UTC
[PATCH RFC V6 00/24] Support of Virtual CPU Hotplug-like Feature for ARMv8+ Arch
2025-10-22 10:36 UTC (4+ messages)
` [PATCH RFC V6 05/24] arm/virt, kvm: Pre-create KVM vCPUs for 'disabled' QOM vCPUs at machine init
` [PATCH RFC V6 05/24] arm/virt,kvm: "
[PATCH v2] numa: add 'spm' option for Specific Purpose Memory
2025-10-22 10:28 UTC (7+ messages)
[PATCH v4 00/12] aio: add the aio_add_sqe() io_uring API
2025-10-22 9:02 UTC (6+ messages)
` [PATCH v4 05/12] aio: remove aio_context_use_g_source()
[PATCH 0/3] hw/pci-host/gpex-acpi: Fix _DSM function 0 support and update BIOS table tests
2025-10-22 8:54 UTC (5+ messages)
` [PATCH 1/3] tests/qtest/bios-tables-test: Prepare for _DSM change in the DSDT table
` [PATCH 2/3] hw/pci-host/gpex-acpi: Fix _DSM function 0 support return value
` [PATCH 3/3] tests/qtest/bios-tables-test: Update DSDT blobs after GPEX _DSM change
[PATCH v3 0/5] igvm: add support for igvm memory map parameter in native mode
2025-10-22 8:51 UTC (8+ messages)
` [PATCH v3 3/5] igvm: add support for initial register state load "
` [PATCH v3 5/5] igvm: add MAINTAINERS entry
[Bug 2123828] Re: [SRU] RISC-V: incorrect emulation of load and store on big-endian systems
2025-10-22 8:34 UTC
[PATCH] iotests: Adjust fuse-allow-other expected output
2025-10-22 8:36 UTC (2+ messages)
KVM Planes with SVSM on Linux v6.17
2025-10-22 8:35 UTC
[PATCH] Improve error propagation via return path
2025-10-22 8:32 UTC (7+ messages)
[PATCH] RFC: qdev: add legacy properties only for those print()-able
2025-10-22 8:18 UTC (4+ messages)
[PATCH v2] char: rename CharBackend->CharFrontend
2025-10-22 8:09 UTC (2+ messages)
[PATCH 0/2] vhost-user-blk: support inflight migration
2025-10-22 7:59 UTC (3+ messages)
[PATCH v2 00/11] hw/ppc/spapr: Remove deprecated pseries-3.0 -> pseries-4.2 machines
2025-10-22 7:17 UTC (8+ messages)
` [PATCH v2 02/11] hw/ppc/spapr: Remove SpaprMachineClass::nr_xirqs field
` [PATCH v2 04/11] hw/ppc/spapr: Inline spapr_dtb_needed()
[PATCH v2 0/2] migration: vmsd errp handlers: return bool
2025-10-22 6:58 UTC (5+ messages)
` [PATCH v2 2/2] "
[PATCH v2] stream: Remove bdrv from job in .clean()
2025-10-22 6:57 UTC (2+ messages)
[RFC PATCH V2 0/2] linux-user: add a syscall-filter plugin API
2025-10-22 6:54 UTC (3+ messages)
` [RFC PATCH V2 1/2] linux-user: add a plugin API to filter syscalls
` [RFC PATCH V2 2/2] tcg tests: add a test to verify the syscall filter plugin API
[PATCH v11 0/8] Support RISC-V IOPMP
2025-10-22 6:52 UTC (6+ messages)
` [PATCH v11 6/8] hw/misc/riscv_iopmp: Add RISC-V IOPMP device
[PATCH v6 0/3] hw/uefi: add support for receiving the firmware log via monitor
2025-10-22 5:57 UTC (5+ messages)
` [PATCH v6 1/3] hw/uefi: add query-firmware-log monitor command
` [PATCH v6 3/3] hw/uefi/ovmf-log: add maxsize parameter
[PATCH v2 00/25] vhost-user-blk: live-backend local migration
2025-10-22 5:45 UTC (6+ messages)
` [PATCH v2 12/25] vhost-user-blk: move first vhost_user_blk_init() to _realize()
[PATCH v1 0/7] vfio: Implement VFIO_DEVICE_FEATURE_DMA_BUF and use it in virtio-gpu
2025-10-22 5:10 UTC (15+ messages)
` [PATCH v1 2/7] virtio-gpu: Don't rely on res->blob to identify blob resources
[PATCH] rcu: Unify force quiescent state
2025-10-22 3:30 UTC (5+ messages)
[PATCH v3 0/2] Make PMP granularity configurable
2025-10-22 2:41 UTC (3+ messages)
` [PATCH v3 1/2] target/riscv: "
` [PATCH v3 2/2] target/riscv: Make PMP CSRs conform to WARL constraints
[PATCH v1 0/2] Make PMP granularity configurable
2025-10-22 2:35 UTC (7+ messages)
` [PATCH v1 1/2] target/riscv: "
` [PATCH v1 2/2] target/riscv: Make PMP CSRs conform to WARL constraints
` [PATCH v2 0/2] Make PMP granularity configurable
` [PATCH v2 1/2] target/riscv: "
` [PATCH v2 2/2] target/riscv: Make PMP CSRs conform to WARL constraints
[PULL 00/19] Python patches
2025-10-22 0:37 UTC (4+ messages)
` [PULL 04/19] python: backport 'protocol: adjust logging name when changing client name'
[PATCH] accel/tcg: Introduce and use MO_ALIGN_TLB_ONLY
2025-10-22 0:17 UTC
[PATCH] target/x86: Correctly handle invalid 0x0f 0xc7 0xxx insns
2025-10-21 22:07 UTC (2+ messages)
[PATCH v2 0/4] migration: A few fixes on coverity reports
2025-10-21 22:04 UTC (5+ messages)
` [PATCH v2 1/4] migration: Fix error leak in postcopy_ram_listen_thread()
` [PATCH v2 2/4] migration/cpr: Fix coverity report in cpr_exec_persist_state()
` [PATCH v2 3/4] migration/cpr: Fix UAF in cpr_exec_cb() when execvp() fails
` [PATCH v2 4/4] migration/cpr: Avoid crashing QEMU when cpr-exec runs with no args
[PATCH 0/3] migration: A few fixes on coverity reports
2025-10-21 21:29 UTC (9+ messages)
` [PATCH 1/3] migration: Fix error leak in postcopy_ram_listen_thread()
` [PATCH 2/3] migration/cpr: Fix coverity report in cpr_exec_persist_state()
` [PATCH 3/3] migration/cpr: Fix UAF in cpr_exec_cb() when execvp() fails
[PATCH 0/8] Trivial patches, mostly PC-related
2025-10-21 20:57 UTC (3+ messages)
` [PATCH 8/8] tests/qtest/ds1338-test: Reuse from_bcd()
[PULL 00/45] Misc HW patches for 2025-10-21
2025-10-21 20:46 UTC (28+ messages)
` [PULL 09/45] hw/core: Introduce MachineClass::get_default_cpu_type() helper
` [PULL 13/45] hw/i2c/smbus_eeprom: Add minimum write recovery time for DDR2
` [PULL 16/45] hw/xen: pass PCI domain to xc_physdev_map_pirq_msi()
` [PULL 17/45] hw/core/register: remove the REGISTER device type
` [PULL 19/45] hw/core/register: remove the calls to `register_finalize_block'
` [PULL 21/45] hw/net/can/xlnx-versal-canfd: refactor the banked registers logic
` [PULL 23/45] hw/ppc/prep: Always create prep-systemio
` [PULL 24/45] hw/timer/i8254: Add I/O trace events
` [PULL 27/45] hw/rtc/mc146818rtc: Use ARRAY_SIZE macro
` [PULL 28/45] hw/rtc/mc146818rtc: Assert correct usage of mc146818rtc_set_cmos_data()
` [PULL 29/45] hw/ide/ide-internal: Move dma_buf_commit() into ide "namespace"
` [PULL 30/45] hw/i386/apic: Prefer APICCommonState over DeviceState
` [PULL 31/45] hw/i386/apic: Ensure own APIC use in apic_msr_{read, write}
` [PULL 32/45] hw/intc/apic: Pass APICCommonState to apic_register_{read, write}
` [PULL 33/45] tests/qtest/ds1338-test: Reuse from_bcd()
` [PULL 34/45] hw/audio: improve error reports
` [PULL 35/45] hw/audio: rename model list function
` [PULL 36/45] hw/audio: remove global pcspk
` [PULL 37/45] hw/pcspk: use explicitly the required PIT types
` [PULL 38/45] hw/pcspk: make 'pit' a class property
` [PULL 39/45] hw/pcspk: check the "pit" is set
` [PULL 40/45] hw/audio: replace AUD_log() usage
` [PULL 41/45] hw/ppc/spapr: Rename resize_hpt_err to errp
` [PULL 42/45] qemu/target-info: Include missing 'qapi-types-common.h' header
` [PULL 43/45] MAINTAINERS: Add missing machine name in the Alpha section
` [PULL 44/45] docs: update -soundhw -> -device list
` [PULL 45/45] docs: Update mentions of removed '-soundhw' command line option
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).