qemu-devel
Thread
Date
Earlier messages
Later messages
Messages by Thread
[PATCH v5 00/13] Improve futex usage
Akihiko Odaki
[PATCH v5 06/13] qemu-thread: Use futex if available for QemuLockCnt
Akihiko Odaki
[PATCH v5 01/13] futex: Check value after qemu_futex_wait()
Akihiko Odaki
[PATCH v5 10/13] hw/display/apple-gfx: Replace QemuSemaphore with QemuEvent
Akihiko Odaki
[PATCH v5 08/13] migration/colo: Replace QemuSemaphore with QemuEvent
Akihiko Odaki
[PATCH v5 02/13] futex: Support Windows
Akihiko Odaki
[PATCH v5 12/13] qemu-thread: Document QemuEvent
Akihiko Odaki
[PATCH v5 03/13] qemu-thread: Replace __linux__ with CONFIG_LINUX
Akihiko Odaki
[PATCH v5 09/13] migration/postcopy: Replace QemuSemaphore with QemuEvent
Akihiko Odaki
[PATCH v5 05/13] qemu-thread: Use futex for QemuEvent on Windows
Akihiko Odaki
[PATCH v5 11/13] qemu-thread: Remove qatomic_read() in qemu_event_set()
Akihiko Odaki
[PATCH v5 04/13] qemu-thread: Avoid futex abstraction for non-Linux
Akihiko Odaki
[PATCH v5 07/13] migration: Replace QemuSemaphore with QemuEvent
Akihiko Odaki
Re: [PATCH v5 07/13] migration: Replace QemuSemaphore with QemuEvent
Peter Xu
[PATCH v5 13/13] qemu-thread: Document QemuEvent memory ordering
Akihiko Odaki
Re: [PATCH v5 00/13] Improve futex usage
Paolo Bonzini
Re: [PATCH v5 00/13] Improve futex usage
Akihiko Odaki
Re: [PATCH v5 00/13] Improve futex usage
Paolo Bonzini
Re: [PATCH v5 00/13] Improve futex usage
Akihiko Odaki
[PATCH v5 0/7] ui/spice: Enable gl=on option for non-local or remote clients
Vivek Kasireddy
[PATCH v5 2/7] ui/spice: Add an option for users to provide a preferred codec
Vivek Kasireddy
Re: [PATCH v5 2/7] ui/spice: Add an option for users to provide a preferred codec
Daniel P . Berrangé
RE: [PATCH v5 2/7] ui/spice: Add an option for users to provide a preferred codec
Kasireddy, Vivek
Re: [PATCH v5 2/7] ui/spice: Add an option for users to provide a preferred codec
Daniel P . Berrangé
Re: [PATCH v5 2/7] ui/spice: Add an option for users to provide a preferred codec
Marc-André Lureau
Re: [PATCH v5 2/7] ui/spice: Add an option for users to provide a preferred codec
Daniel P . Berrangé
Re: [PATCH v5 2/7] ui/spice: Add an option for users to provide a preferred codec
Michael Scherle
RE: [PATCH v5 2/7] ui/spice: Add an option for users to provide a preferred codec
Kasireddy, Vivek
[PATCH v5 6/7] ui/spice: Create a new texture with linear layout when gl=on is enabled
Vivek Kasireddy
[PATCH v5 5/7] ui/console-gl: Add a helper to create a texture with linear memory layout
Vivek Kasireddy
[PATCH v5 3/7] ui/spice: Enable gl=on option for non-local or remote clients
Vivek Kasireddy
[PATCH v5 7/7] ui/spice: Blit the scanout texture if its memory layout is not linear
Vivek Kasireddy
[PATCH v5 4/7] ui/spice: Add an option to submit gl_draw requests at fixed rate
Vivek Kasireddy
[PATCH v5 1/7] ui/egl-helpers: Error check the fds in egl_dmabuf_export_texture()
Vivek Kasireddy
Re: [PATCH v5 0/7] ui/spice: Enable gl=on option for non-local or remote clients
Marc-André Lureau
RE: [PATCH v5 0/7] ui/spice: Enable gl=on option for non-local or remote clients
Kasireddy, Vivek
Re: [PATCH v5 0/7] ui/spice: Enable gl=on option for non-local or remote clients
Alex Bennée
Re: [PATCH v4 2/2] target/riscv: Make PMP region count configurable
Alistair Francis
Re: [PATCH v4 2/2] target/riscv: Make PMP region count configurable
Daniel Henrique Barboza
Re: [PATCH v4 2/2] target/riscv: Make PMP region count configurable
Jay Chang
Re: [PATCH v4 2/2] target/riscv: Make PMP region count configurable
Alistair Francis
Re: [PATCH v4 11/11] hw/display/apple-gfx: Replace QemuSemaphore with QemuEvent
Akihiko Odaki
Re: [PATCH 0/3] target/riscv: profile handling fixes
Alistair Francis
Re: [PATCH 3/3] target/riscv: add profile->present flag
Alistair Francis
Re: [PATCH 2/3] target/riscv/tcg: decouple profile enablement from user prop
Alistair Francis
Re: [PATCH 1/3] target/riscv/tcg: restrict satp_mode changes in cpu_set_profile
Alistair Francis
[PATCH v2 0/7] amd_iommu: Fixes to align with AMDVi specification
Alejandro Jimenez
[PATCH v2 5/7] amd_iommu: Fix mask to retrive Interrupt Table Root Pointer from DTE
Alejandro Jimenez
Re: [PATCH v2 5/7] amd_iommu: Fix mask to retrive Interrupt Table Root Pointer from DTE
Vasant Hegde
[PATCH v2 5/7] amd_iommu: Fix mask to retrieve Interrupt Table Root Pointer from DTE
Alejandro Jimenez
[PATCH v2 1/7] amd_iommu: Fix Miscellanous Information Register 0 offsets
Alejandro Jimenez
[PATCH v2 6/7] amd_iommu: Fix the calculation for Device Table size
Alejandro Jimenez
[PATCH v2 4/7] amd_iommu: Fix masks for various IOMMU MMIO Registers
Alejandro Jimenez
Re: [PATCH v2 4/7] amd_iommu: Fix masks for various IOMMU MMIO Registers
Vasant Hegde
Re: [PATCH v2 4/7] amd_iommu: Fix masks for various IOMMU MMIO Registers
Alejandro Jimenez
[PATCH v2 7/7] amd_iommu: Remove duplicated definitions
Alejandro Jimenez
Re: [PATCH v2 7/7] amd_iommu: Remove duplicated definitions
Vasant Hegde
[PATCH v2 3/7] amd_iommu: Update bitmasks representing DTE reserved fields
Alejandro Jimenez
[PATCH v2 2/7] amd_iommu: Fix Device ID decoding for INVALIDATE_IOTLB_PAGES command
Alejandro Jimenez
Re: [PATCH v2 0/7] amd_iommu: Fixes to align with AMDVi specification
Vasant Hegde
Re: [PATCH v2 0/7] amd_iommu: Fixes to align with AMDVi specification
Alejandro Jimenez
[PATCH v5] tests/functional: Add PCI hotplug test for aarch64
Gustavo Romero
[PULL v2 00/25] Functional tests, Microblaze endianness & pc/q35 cleanups
Thomas Huth
Re: [PULL v2 00/25] Functional tests, Microblaze endianness & pc/q35 cleanups
Stefan Hajnoczi
Re: [PULL v2 00/25] Functional tests, Microblaze endianness & pc/q35 cleanups
Thomas Huth
[PATCH v3 0/4] hw/riscv: Add Server Platform Reference Board
Daniel Henrique Barboza
[PATCH v3 3/4] hw/riscv: Add server platform reference machine
Daniel Henrique Barboza
Re: [PATCH v3 3/4] hw/riscv: Add server platform reference machine
Andrew Jones
[PATCH v3 2/4] target/riscv: Add server platform reference cpu
Daniel Henrique Barboza
Re: [PATCH v3 2/4] target/riscv: Add server platform reference cpu
Andrew Jones
[PATCH v3 4/4] hw/riscv/server_platform_ref.c: add riscv-iommu-sys
Daniel Henrique Barboza
Re: [PATCH v3 4/4] hw/riscv/server_platform_ref.c: add riscv-iommu-sys
Andrew Jones
[PATCH v3 1/4] target/riscv/cpu.c: remove 'bare' condition for .profile
Daniel Henrique Barboza
Re: [PATCH v3 1/4] target/riscv/cpu.c: remove 'bare' condition for .profile
Andrew Jones
[RFC 00/11] aio: add the aio_add_sqe() io_uring API
Stefan Hajnoczi
[RFC 07/11] aio: add errp argument to aio_context_setup()
Stefan Hajnoczi
Re: [RFC 07/11] aio: add errp argument to aio_context_setup()
Eric Blake
[RFC 08/11] aio-posix: gracefully handle io_uring_queue_init() failure
Stefan Hajnoczi
Re: [RFC 08/11] aio-posix: gracefully handle io_uring_queue_init() failure
Eric Blake
Re: [RFC 08/11] aio-posix: gracefully handle io_uring_queue_init() failure
Stefan Hajnoczi
Re: [RFC 08/11] aio-posix: gracefully handle io_uring_queue_init() failure
Markus Armbruster
Re: [RFC 08/11] aio-posix: gracefully handle io_uring_queue_init() failure
Stefan Hajnoczi
Re: [RFC 08/11] aio-posix: gracefully handle io_uring_queue_init() failure
Brian
Re: [RFC 08/11] aio-posix: gracefully handle io_uring_queue_init() failure
Stefan Hajnoczi
Re: [RFC 08/11] aio-posix: gracefully handle io_uring_queue_init() failure
Brian
[RFC 02/11] aio-posix: keep polling enabled with fdmon-io_uring.c
Stefan Hajnoczi
Re: [RFC 02/11] aio-posix: keep polling enabled with fdmon-io_uring.c
Eric Blake
[RFC 10/11] aio-posix: avoid EventNotifier for cqe_handler_bh
Stefan Hajnoczi
Re: [RFC 10/11] aio-posix: avoid EventNotifier for cqe_handler_bh
Eric Blake
[RFC 05/11] aio: remove aio_context_use_g_source()
Stefan Hajnoczi
Re: [RFC 05/11] aio: remove aio_context_use_g_source()
Eric Blake
[RFC 03/11] tests/unit: skip test-nested-aio-poll with io_uring
Stefan Hajnoczi
Re: [RFC 03/11] tests/unit: skip test-nested-aio-poll with io_uring
Eric Blake
[RFC 06/11] aio: free AioContext when aio_context_new() fails
Stefan Hajnoczi
Re: [RFC 06/11] aio: free AioContext when aio_context_new() fails
Eric Blake
Re: [RFC 06/11] aio: free AioContext when aio_context_new() fails
Stefan Hajnoczi
[RFC 11/11] block/io_uring: use aio_add_sqe()
Stefan Hajnoczi
Re: [RFC 11/11] block/io_uring: use aio_add_sqe()
Eric Blake
Re: [RFC 11/11] block/io_uring: use aio_add_sqe()
Stefan Hajnoczi
[RFC 01/11] aio-posix: fix polling mode with fdmon-io_uring
Stefan Hajnoczi
Re: [RFC 01/11] aio-posix: fix polling mode with fdmon-io_uring
Eric Blake
[RFC 04/11] aio-posix: integrate fdmon into glib event loop
Stefan Hajnoczi
Re: [RFC 04/11] aio-posix: integrate fdmon into glib event loop
Eric Blake
[RFC 09/11] aio-posix: add aio_add_sqe() API for user-defined io_uring requests
Stefan Hajnoczi
Re: [RFC 09/11] aio-posix: add aio_add_sqe() API for user-defined io_uring requests
Eric Blake
Re: [RFC 09/11] aio-posix: add aio_add_sqe() API for user-defined io_uring requests
Eric Blake
Re: [RFC 09/11] aio-posix: add aio_add_sqe() API for user-defined io_uring requests
Stefan Hajnoczi
[PATCH v2 0/3] target/riscv: profile handling fixes
Daniel Henrique Barboza
[PATCH v2 2/3] target/riscv/tcg: decouple profile enablement from user prop
Daniel Henrique Barboza
[PATCH v2 3/3] target/riscv: add profile->present flag
Daniel Henrique Barboza
[PATCH v2 1/3] target/riscv/tcg: restrict satp_mode changes in cpu_set_profile
Daniel Henrique Barboza
Re: [PATCH 0/3] docs: remove legacy qapidoc
Markus Armbruster
Re: [PATCH 1/3] docs: fix errors formatting in test-good
Markus Armbruster
[PULL 00/13] QAPI patches patches for 2025-05-28
Markus Armbruster
[PULL 02/13] qapi: expand docs for SEV commands
Markus Armbruster
[PULL 01/13] qapi: expose rtc-reset-reinjection command unconditionally
Markus Armbruster
[PULL 08/13] qapi: Make CpuModelExpansionInfo::deprecated-props optional and generic
Markus Armbruster
[PULL 06/13] qapi: make Xen event commands unconditionally available
Markus Armbruster
[PULL 11/13] qapi: remove qapi_specific_outputs from meson.build
Markus Armbruster
[PULL 04/13] qapi: expose query-gic-capability command unconditionally
Markus Armbruster
[PULL 10/13] qapi: make s390x specific CPU commands unconditionally available
Markus Armbruster
[PULL 12/13] qapi: make all generated files common
Markus Armbruster
[PULL 13/13] qapi: use imperative style in documentation
Markus Armbruster
[PULL 03/13] qapi: make SEV commands unconditionally available
Markus Armbruster
[PULL 05/13] qapi: make SGX commands unconditionally available
Markus Armbruster
[PULL 07/13] qapi: remove the misc-target.json file
Markus Armbruster
[PULL 09/13] qapi: make most CPU commands unconditionally available
Markus Armbruster
Re: [PULL 00/13] QAPI patches patches for 2025-05-28
Stefan Hajnoczi
Re: [PATCH] trace/simple: seperate hot paths of tracing fucntions
Stefan Hajnoczi
Re: [PATCH] trace/simple: seperate hot paths of tracing fucntions
Tanish Desai
[PATCH] trace/simple: seperate hot paths of tracing fucntions
Tanish Desai
Re: [PATCH] trace/simple: seperate hot paths of tracing fucntions
Stefan Hajnoczi
Re: QEMU 10.1 release schedule
Stefan Hajnoczi
Re: [PATCH V3 22/42] vfio-pci: preserve MSI
Steven Sistare
Re: [PATCH V3 22/42] vfio-pci: preserve MSI
Cédric Le Goater
Re: [PATCH] hw/cxl: fix DC extent capacity tracking
Fan Ni
Re: [PATCH] hw/cxl: fix DC extent capacity tracking
Jonathan Cameron via
Re: [PATCH v2 06/29] vfio: enable per-IRQ MSI-X masking
Steven Sistare
Re: [PATCH v2 06/29] vfio: enable per-IRQ MSI-X masking
John Levon
[PATCH 00/13] Support ACPI Control Method Sleep button
Annie Li
[PATCH 02/13] test/acpi: allow DSDT table changes for x86 platform
Annie Li
[PATCH 03/13] acpi: Support Control Method sleep button for x86
Annie Li
Re: [PATCH 03/13] acpi: Support Control Method sleep button for x86
Igor Mammedov
Re: [PATCH 03/13] acpi: Support Control Method sleep button for x86
Annie Li
[PATCH 04/13] tests/qtest/bios-table-tests: Update ACPI table binaries for x86
Annie Li
[PATCH 05/13] acpi: Send the GPE event of sleep for x86
Annie Li
Re: [PATCH 05/13] acpi: Send the GPE event of sleep for x86
Igor Mammedov
Re: [PATCH 05/13] acpi: Send the GPE event of sleep for x86
Annie Li
[PATCH 06/13] test/acpi: allow DSDT table changes for microvm
Annie Li
[PATCH 07/13] microvm: Add ACPI Control Method Sleep Button
Annie Li
[PATCH 08/13] hw/acpi: Add ACPI GED support for the sleep event
Annie Li
[PATCH 09/13] microvm: enable sleep GED event
Annie Li
[PATCH 10/13] tests/qtest/bios-table-tests: Update ACPI table binaries for microvm
Annie Li
[PATCH 11/13] microvm: suspend the system as requested
Annie Li
[PATCH 12/13] microvm: enable suspend
Annie Li
Re: [PATCH 12/13] microvm: enable suspend
Igor Mammedov
Re: [PATCH 12/13] microvm: enable suspend
Annie Li
[PATCH 13/13] acpi: hmp/qmp: Add hmp/qmp support for system_sleep
Annie Li
Re: [PATCH 13/13] acpi: hmp/qmp: Add hmp/qmp support for system_sleep
Markus Armbruster
Re: [PATCH 13/13] acpi: hmp/qmp: Add hmp/qmp support for system_sleep
Annie Li
[PATCH 01/13] acpi: Implement control method sleep button
Annie Li
Re: [PATCH 01/13] acpi: Implement control method sleep button
Igor Mammedov
Re: [PATCH 01/13] acpi: Implement control method sleep button
Annie Li
Re: [PATCH 00/13] Support ACPI Control Method Sleep button
Igor Mammedov
Re: [PATCH 00/13] Support ACPI Control Method Sleep button
Annie Li
[PATCH v2] vfio/pci: Introduce x-pci-class-code option
Tomita Moeko
Re: [PATCH v2] vfio/pci: Introduce x-pci-class-code option
Alex Williamson
Re: [PATCH v2] vfio/pci: Introduce x-pci-class-code option
Tomita Moeko
Re: [PATCH v2 2/3] iotests: Improve mirror-sparse on ext4
Eric Blake
Re: [PATCH v2 2/3] iotests: Improve mirror-sparse on ext4
Eric Blake
Re: [PATCH v2 2/3] iotests: Improve mirror-sparse on ext4
Markus Armbruster
Re: [PATCH v9 12/20] acpi/generic_event_device: add logic to detect if HEST addr is available
Igor Mammedov
Re: [PATCH v9 12/20] acpi/generic_event_device: add logic to detect if HEST addr is available
Michael S. Tsirkin
Re: [PATCH v9 12/20] acpi/generic_event_device: add logic to detect if HEST addr is available
Igor Mammedov
Re: [PATCH v9 12/20] acpi/generic_event_device: add logic to detect if HEST addr is available
Mauro Carvalho Chehab
Re: [PATCH v9 12/20] acpi/generic_event_device: add logic to detect if HEST addr is available
Igor Mammedov
Re: [PATCH v9 12/20] acpi/generic_event_device: add logic to detect if HEST addr is available
Mauro Carvalho Chehab
Re: [RFC PATCH 22/25] target/i386/mshv: Integrate x86 instruction decoder/emulator
Magnus Kulke
Re: [RFC PATCH 18/25] target/i386/mshv: Implement mshv_arch_put_registers()
Magnus Kulke
Re: [RFC PATCH 18/25] target/i386/mshv: Implement mshv_arch_put_registers()
Wei Liu
Re: [RFC PATCH 18/25] target/i386/mshv: Implement mshv_arch_put_registers()
Wei Liu
Re: [RFC PATCH 17/25] target/i386/mshv: Implement mshv_get_special_regs()
Magnus Kulke
virsh migrate fails when --copy-storage-all option is given!
Anushree Mathur
Re: virsh migrate fails when --copy-storage-all option is given!
Peter Xu
Re: virsh migrate fails when --copy-storage-all option is given!
Kevin Wolf
Re: virsh migrate fails when --copy-storage-all option is given!
Peter Krempa
CPU hotplug crashed the guest when using virt-type as qemu!
Anushree Mathur
Re: [PATCH V3 29/42] backends/iommufd: change process ioctl
Steven Sistare
RE: [PATCH V3 29/42] backends/iommufd: change process ioctl
Duan, Zhenzhong
Re: [PULL 8/9] alsaaudio: Set try-poll to false by default
Markus Armbruster
Re: [PATCH v11 8/8] hw/riscv/virt: Add IOPMP support
Ethan Chen via
Re: [PATCH v11 8/8] hw/riscv/virt: Add IOPMP support
Alistair Francis
Re: [PATCH v2 3/3] tests/qtest: add qtests for STM32 DMA
Fabiano Rosas
Re: [PATCH qemu 7/8] hw/cxl/cxl-mailbox-utils: Added support for Get Log Capabilities (Opcode 0402h)
Jonathan Cameron via
Re: [PATCH qemu 7/8] hw/cxl/cxl-mailbox-utils: Added support for Get Log Capabilities (Opcode 0402h)
Jonathan Cameron via
Re: [PATCH qemu 7/8] hw/cxl/cxl-mailbox-utils: Added support for Get Log Capabilities (Opcode 0402h)
Arpit Kumar
[PATCH v5 00/25] passage: Define a standard for firmware data flow
Simon Glass
[PATCH v5 18/25] arm: qemu: Add a 64-bit SPL build
Simon Glass
[PATCH v5 17/25] arm: qemu: Add an SPL build
Simon Glass
Re: [PATCH v5 00/25] passage: Define a standard for firmware data flow
Tom Rini
Earlier messages
Later messages