messages from 2025-10-21 21:20:03 to 2025-10-22 13:58:50 UTC [more...]
[PATCH] Make vhost_set_vring_file() synchronous
2025-10-22 13:58 UTC (3+ messages)
[PATCH 0/3] migration: A few fixes on coverity reports
2025-10-22 13:41 UTC (10+ 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 v6 0/6] hw/core/loader: capture Error from load_image_targphys
2025-10-22 13:25 UTC (7+ messages)
` [Patch v6 1/6] hw/core/loader: Use qemu_open() instead of open() in get_image_size()
` [Patch v6 2/6] hw/core/loader: capture Error from load_image_targphys
` [Patch v6 3/6] hw/core/loader: add check for zero size in load_image_targphys_as
` [Patch v6 4/6] hw/core: Pass errp to load_image_targphys_as()
` [Patch v6 5/6] hw/ppc/spapr: Rename resize_hpt_err to errp
` [Patch v6 6/6] hw/ppc: Pass errp to load_image_targphys() and report errors
[PATCH v4 0/5] igvm: add support for igvm memory map parameter in native mode
2025-10-22 13:22 UTC (11+ 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 v3 00/21] export/fuse: Use coroutines and multi-threading
2025-10-22 12:57 UTC (7+ messages)
` [PATCH v3 13/21] fuse: Manually process requests (without libfuse)
` [PATCH v3 15/21] fuse: Process requests in coroutines
` [PATCH v3 16/21] block/export: Add multi-threading interface
[PATCH v2] target/riscv/riscv-qmp-cmds.c: coverity-related fixes
2025-10-22 12:56 UTC
[PULL 00/12] vfio queue
2025-10-22 12:55 UTC (14+ 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 04/12] vfio/iommufd: Restore vbasedev's reference to hwpt after "
` [PULL 05/12] accel/kvm: Fix an erroneous check on coalesced_mmio_ring
` [PULL 06/12] vfio/container: Support unmap all in one ioctl()
` [PULL 07/12] vfio/iommufd: "
` [PULL 08/12] vfio/listener: Add an assertion for unmap_all
` [PULL 09/12] docs/system/devices/vfio-user: fix formatting
` [PULL 10/12] MAINTAINERS: Update Alex Williamson's email address
` [PULL 11/12] vfio: rename field to "num_initial_regions"
` [PULL 12/12] vfio: only check region info cache for initial regions
[PATCH] docs/interop/vfio-user: update protocol specification
2025-10-22 12:51 UTC (3+ messages)
[PATCH v2] char: rename CharBackend->CharFrontend
2025-10-22 12:49 UTC (3+ messages)
[PATCH] target/riscv: fix riscv_cpu_sirq_pending() mask
2025-10-22 12:43 UTC
[PATCH] target/riscv/riscv-qmp-cmds.c: coverity-related fixes
2025-10-22 12:39 UTC (3+ messages)
[PULL 00/16] aspeed queue
2025-10-22 12:29 UTC (17+ messages)
` [PULL 01/16] hw/arm/aspeed_ast27x0-ssp: Add SDRAM region and fix naming and size to 512MB
` [PULL 02/16] hw/arm/aspeed_ast27x0-tsp: "
` [PULL 03/16] hw/arm/ast27x0: Add SRAM link and alias mapping for SSP coprocessor
` [PULL 04/16] hw/arm/ast27x0: Add SRAM link and alias mapping for TSP coprocessor
` [PULL 05/16] hw/arm/ast27x0: Share single SCU instance across PSP, SSP, and TSP
` [PULL 06/16] hw/arm/ast27x0: Share single UART set "
` [PULL 07/16] hw/arm/aspeed_ast27x0-fc: Map FMC0 flash contents into CA35 boot ROM
` [PULL 08/16] hw/arm/aspeed_ast27x0-fc: Add VBOOTROM support
` [PULL 09/16] tests/functional/aarch64/ast2700fc: Update test ASPEED SDK v09.08
` [PULL 10/16] tests/functional/aarch64/ast2700fc: Add eth2 network interface check in PCIe test
` [PULL 11/16] tests/functional/aarch64/ast2700fc: Move coprocessor image loading to common function
` [PULL 12/16] tests/functional/aarch64/ast2700fc: Add vbootrom test
` [PULL 13/16] hw/gpio: Add property for ASPEED GPIO in 32 bits basis
` [PULL 14/16] tests/qtest: Add qtest for for ASPEED GPIO gpio-set property
` [PULL 15/16] hw/arm/aspeed: ast2600-evb: Use w25q512jv flash model
` [PULL 16/16] hw/arm/aspeed: Remove ast2700fc self-aliasing
[PATCH v2 0/4] migration: A few fixes on coverity reports
2025-10-22 12:27 UTC (8+ 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] 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 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] 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 (2+ messages)
[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 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)
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).