qemu-devel
Thread
Date
Earlier messages
Later messages
Messages by Thread
[PATCH 55/61] target/arm: Use HOST_ENDIAN_FIELDS in CPUARMState
Richard Henderson
[PATCH 54/61] include/qemu/host-utils: Use HOST_ENDIAN_FIELDS in muldiv64_rounding
Richard Henderson
Re: [RFC PATCH 00/61] target/arm: Implement FEAT_SYSREG128
Richard Henderson
[PATCH 44/61] target/arm: Put 128-bit sysregs into a separate list
Richard Henderson
[PATCH] tests/functional: Fix reverse_debugging asset precaching
Gustavo Romero
Re: [PATCH] tests/functional: Fix reverse_debugging asset precaching
Richard Henderson
Re: [PATCH] tests/functional: Fix reverse_debugging asset precaching
Manos Pitsidianakis
Re: [PATCH] tests/functional: Fix reverse_debugging asset precaching
Daniel P . Berrangé
[ANNOUNCE] QEMU 10.1.0 is now available
Michael Roth
Re: [ANNOUNCE] QEMU 10.1.0 is now available
Xiaoyao Li
Re: [ANNOUNCE] QEMU 10.1.0 is now available
Daniel P . Berrangé
Re: [ANNOUNCE] QEMU 10.1.0 is now available
Michael Roth via
[PATCH 0/2] hw/pci-bridge: Create PLX Virtual Switch Device
Nabih Estefan
[PATCH 1/2] hw/pci-bridge: Create Initial revision for PLX Virtual Switch
Nabih Estefan
[PATCH 2/2] MAINTAINERS: Add entry for PLX VSwitches
Nabih Estefan
[PATCH] memory: Fix leaks due to owner-shared MRs circular references
Peter Xu
Re: [PATCH] memory: Fix leaks due to owner-shared MRs circular references
CLEMENT MATHIEU--DRIF
Re: [PATCH] migration: fix SEEK_CUR offset calculation in qio_channel_block_seek
Michael Tokarev
Re: [PATCH] migration: fix SEEK_CUR offset calculation in qio_channel_block_seek
Peter Xu
Re: [PATCH] migration: fix SEEK_CUR offset calculation in qio_channel_block_seek
Fabiano Rosas
Re: [PATCH] virtio: Call set_features during reset (was: migration: fix SEEK_CUR offset calculation in qio_channel_block_seek)
Michael Tokarev
Re: [PATCH] migration: fix SEEK_CUR offset calculation in qio_channel_block_seek
Akihiko Odaki
[PATCH v2 0/4] Add IBM PPE42 CPU support
Glenn Miles
[PATCH v2 3/4] hw/ppc: Add a test machine for the IBM PPE42 CPU
Glenn Miles
[PATCH v2 2/4] target/ppc: Add IBM PPE42 special instructions
Glenn Miles
[PATCH v2 1/4] target/ppc: Add IBM PPE42 family of processors
Glenn Miles
[PATCH v2 4/4] tests/functional: Add test for IBM PPE42 instructions
Glenn Miles
[PATCH v6 2/3] target/arm: Added support for SME register exposure to GDB
Vacha Bhavsar
[PATCH v6 0/3] target/arm: Added support for SME register exposure to GDB
Vacha Bhavsar
[PATCH v6 3/3] target/arm: Added test case for SME register exposure to GDB
Vacha Bhavsar
[PATCH v6 1/3] target/arm: Increase MAX_PACKET_LENGTH for SME ZA remote gdb debugging
Vacha Bhavsar
[PATCH v6 2/3] target/arm: Added support for SME register exposure to GDB
Vacha Bhavsar
[PATCH 0/2] hw: fix some leaks in xlnx devices
Peter Maydell
[PATCH 1/2] hw/misc/xlnx-versal-cframe-reg: Free FIFO, g_tree on deinit
Peter Maydell
Re: [PATCH 1/2] hw/misc/xlnx-versal-cframe-reg: Free FIFO, g_tree on deinit
Edgar E. Iglesias
Re: [PATCH 1/2] hw/misc/xlnx-versal-cframe-reg: Free FIFO, g_tree on deinit
Manos Pitsidianakis
Re: [PATCH 1/2] hw/misc/xlnx-versal-cframe-reg: Free FIFO, g_tree on deinit
Francisco Iglesias
[PATCH 2/2] hw/display/xlnx_dp: Don't leak dpcd and edid objects
Peter Maydell
Re: [PATCH 2/2] hw/display/xlnx_dp: Don't leak dpcd and edid objects
Edgar E. Iglesias
Re: [PATCH 2/2] hw/display/xlnx_dp: Don't leak dpcd and edid objects
Manos Pitsidianakis
Re: [PATCH 2/2] hw/display/xlnx_dp: Don't leak dpcd and edid objects
Francisco Iglesias
[PATCH v2 00/35] wasm: Add Wasm TCG backend based on wasm64
Kohei Tokunaga
[PATCH v2 09/35] tcg/wasm: Add and/or/xor instructions
Kohei Tokunaga
[PATCH v2 19/35] tcg/wasm: Add rot/clz/ctz instructions
Kohei Tokunaga
[PATCH v2 16/35] tcg/wasm: Add ext instructions
Kohei Tokunaga
[PATCH v2 20/35] tcg/wasm: Add br/brcond instructions
Kohei Tokunaga
[PATCH v2 04/35] .gitlab-ci.d: Add build tests for wasm64
Kohei Tokunaga
[PATCH v2 23/35] tcg/wasm: Add qemu_ld/qemu_st instructions
Kohei Tokunaga
[PATCH v2 07/35] tcg/wasm: Add constraint definitions
Kohei Tokunaga
[PATCH v2 21/35] tcg/wasm: Add exit_tb/goto_tb/goto_ptr instructions
Kohei Tokunaga
[PATCH v2 31/35] tcg/wasm: Enable TLB lookup
Kohei Tokunaga
[PATCH v2 26/35] tcg/wasm: Add initialization of fundamental registers
Kohei Tokunaga
[PATCH v2 10/35] tcg/wasm: Add add/sub/mul instructions
Kohei Tokunaga
[PATCH v2 03/35] dockerfiles: Add support for wasm64 to the wasm Dockerfile
Kohei Tokunaga
[PATCH v2 32/35] tcg/wasm: Add tcg_target_init function
Kohei Tokunaga
[PATCH v2 05/35] tcg/wasm: Add tcg-target.h and tcg-target-reg-bits.h
Kohei Tokunaga
[PATCH v2 08/35] tcg/wasm: Add relocation callbacks
Kohei Tokunaga
[PATCH v2 12/35] tcg/wasm: Add setcond/negsetcond/movcond instructions
Kohei Tokunaga
[PATCH v2 34/35] meson.build: Propagate optimization flag for linking on Emscripten
Kohei Tokunaga
[PATCH v2 35/35] .gitlab-ci.d: build wasm backend in CI
Kohei Tokunaga
[PATCH v2 01/35] meson: Add wasm64 support to the --cpu flag
Kohei Tokunaga
[PATCH v2 14/35] tcg/wasm: Add load and store instructions
Kohei Tokunaga
[PATCH v2 17/35] tcg/wasm: Add div/rem instructions
Kohei Tokunaga
[PATCH v2 11/35] tcg/wasm: Add shl/shr/sar instructions
Kohei Tokunaga
[PATCH v2 30/35] tcg/wasm: Enable instantiation of TBs executed many times
Kohei Tokunaga
[PATCH v2 27/35] tcg/wasm: Write wasm binary to TB
Kohei Tokunaga
[PATCH v2 28/35] tcg/wasm: Implement instantiation of Wasm binary
Kohei Tokunaga
[PATCH v2 15/35] tcg/wasm: Add mov/movi instructions
Kohei Tokunaga
[PATCH v2 13/35] tcg/wasm: Add sextract instruction
Kohei Tokunaga
[PATCH v2 25/35] tcg/wasm: Mark unimplemented instructions
Kohei Tokunaga
[PATCH v2 18/35] tcg/wasm: Add neg/ctpop instructions
Kohei Tokunaga
[PATCH v2 24/35] tcg/wasm: Add mb instruction
Kohei Tokunaga
[PATCH v2 06/35] tcg/wasm: Add register-related definitions
Kohei Tokunaga
[PATCH v2 29/35] tcg/wasm: Allow switching coroutine from a helper
Kohei Tokunaga
[PATCH v2 22/35] tcg/wasm: Add call instruction
Kohei Tokunaga
[PATCH v2 33/35] meson.build: enable to build Wasm backend
Kohei Tokunaga
[PATCH v2 02/35] configure: Enable to propagate -sMEMORY64 flag to Emscripten
Kohei Tokunaga
[RFC 00/18] rust: split qemu-api
marcandre . lureau
[RFC 09/18] rust: split "bql" crate
marcandre . lureau
[RFC 11/18] rust: split "chardev" crate
marcandre . lureau
[RFC 10/18] rust: split "qom" crate
marcandre . lureau
Re: [RFC 10/18] rust: split "qom" crate
Zhao Liu
Re: [RFC 10/18] rust: split "qom" crate
Marc-André Lureau
Re: [RFC 10/18] rust: split "qom" crate
Paolo Bonzini
[RFC 02/18] rust: add workspace authors
marcandre . lureau
[RFC 12/18] rust: split "system" crate
marcandre . lureau
[RFC 15/18] rust/hpet: drop now unneeded qemu_api dep
marcandre . lureau
[RFC 17/18] rust: repurpose qemu_api -> tests
marcandre . lureau
[RFC 16/18] rust/pl011: drop dependency on qemu_api
marcandre . lureau
[RFC 13/18] rust: split "hwcore" crate
marcandre . lureau
[RFC 08/18] rust: split "migration" crate
marcandre . lureau
[RFC 03/18] rust: split Rust-only "common" crate
marcandre . lureau
[RFC 05/18] rust: move vmstate_clock!() to qdev module
marcandre . lureau
[RFC 18/18] docs: update rust.rst
marcandre . lureau
[RFC 06/18] rust: move VMState handling to QOM module
marcandre . lureau
[RFC 07/18] rust: move Cell vmstate impl
marcandre . lureau
Re: [RFC 07/18] rust: move Cell vmstate impl
Paolo Bonzini
Re: [RFC 07/18] rust: move Cell vmstate impl
Marc-André Lureau
Re: [RFC 07/18] rust: move Cell vmstate impl
Paolo Bonzini
[RFC 01/18] rust: remove unused global qemu "allocator"
marcandre . lureau
[RFC 04/18] rust: split "util" crate
marcandre . lureau
[RFC 14/18] rust: rename qemu_api_macros -> qemu_macros
marcandre . lureau
Re: [RFC 14/18] rust: rename qemu_api_macros -> qemu_macros
Paolo Bonzini
Re: [RFC 14/18] rust: rename qemu_api_macros -> qemu_macros
Marc-André Lureau
Re: [RFC 00/18] rust: split qemu-api
Paolo Bonzini
Re: [RFC 00/18] rust: split qemu-api
Manos Pitsidianakis
Re: [RFC 00/18] rust: split qemu-api
Marc-André Lureau
Re: [RFC 00/18] rust: split qemu-api
Paolo Bonzini
Re: [RFC 00/18] rust: split qemu-api
Marc-André Lureau
[PATCH 0/4] rust: little clean-ups and updates
marcandre . lureau
[PATCH 3/4] build-sys/rust: update syn to v2.0.106
marcandre . lureau
[PATCH 2/4] rust: remove unused global qemu "allocator"
marcandre . lureau
[PATCH 1/4] rust: run cargo update
marcandre . lureau
Re: [PATCH 1/4] rust: run cargo update
Paolo Bonzini
[PATCH 4/4] rust/qemu-api-macros: make derive(Object) friendly when missing parent
marcandre . lureau
Re: [PATCH 4/4] rust/qemu-api-macros: make derive(Object) friendly when missing parent
Zhao Liu
[PATCH] tests/functional/test_aarch64_virt_gpu: Skip test if EGL won't initialize
Peter Maydell
Re: [PATCH] tests/functional/test_aarch64_virt_gpu: Skip test if EGL won't initialize
Manos Pitsidianakis
Re: [PATCH] tests/functional/test_aarch64_virt_gpu: Skip test if EGL won't initialize
Alex Bennée
Re: [PATCH] tests/functional/test_aarch64_virt_gpu: Skip test if EGL won't initialize
Dmitry Osipenko
Re: [PATCH] tests/functional/test_aarch64_virt_gpu: Skip test if EGL won't initialize
Akihiko Odaki
[PATCH] migration: Fix state transition in postcopy_start() error handling
Juraj Marcin
Re: [PATCH] migration: Fix state transition in postcopy_start() error handling
Peter Xu
Re: [PATCH] migration: Fix state transition in postcopy_start() error handling
Fabiano Rosas
[PATCH v2 0/3] vfio-user client functional test
John Levon
[PATCH v2 3/3] tests/functional: add a vfio-user smoke test
John Levon
[PATCH v2 1/3] tests/functional: return output from cmd.py helpers
John Levon
[PATCH v2 2/3] tests/functional: add vm param to cmd.py helpers
John Levon
[PATCH] linux-user: Add strace for rseq
Joel Stanley
Re: [PATCH] linux-user: Add strace for rseq
Richard Henderson
[PATCH 0/4] NVMe: Add SPDM over the storage transport support
Wilfred Mallawa
[PATCH 2/4] spdm: add spdm storage transport virtual header
Wilfred Mallawa
Re: [PATCH 2/4] spdm: add spdm storage transport virtual header
Jonathan Cameron via
[PATCH 3/4] hw/nvme: add NVMe Admin Security SPDM support
Wilfred Mallawa
Re: [PATCH 3/4] hw/nvme: add NVMe Admin Security SPDM support
Jonathan Cameron via
[PATCH 4/4] hw/nvme: connect SPDM over NVMe Security Send/Recv
Wilfred Mallawa
Re: [PATCH 4/4] hw/nvme: connect SPDM over NVMe Security Send/Recv
Jonathan Cameron via
[PATCH 1/4] spdm-socket: add seperate send/recv functions
Wilfred Mallawa
Re: [PATCH 1/4] spdm-socket: add seperate send/recv functions
Jonathan Cameron via
[PATCH v2 0/4] Error recovery for zPCI passthrough devices
Farhan Ali
[PATCH v2 1/4] [NOTFORMERGE] linux-headers: Update for zpci vfio device
Farhan Ali
[PATCH v2 4/4] s390x/pci: Reset a device in error state
Farhan Ali
[PATCH v2 2/4] vfio/pci: Add an architecture specific error handler
Farhan Ali
[PATCH v2 3/4] s390x/pci: Add PCI error handling for vfio pci devices
Farhan Ali
[PATCH 0/2] qga-vss: Misc cleanup
Kostiantyn Kostiuk
[PATCH 1/2] qga-vss: Replace asserts with condition and report error
Kostiantyn Kostiuk
Re: [PATCH 1/2] qga-vss: Replace asserts with condition and report error
Yan Vugenfirer
[PATCH 2/2] qga-vss: Remove unused dependencies
Kostiantyn Kostiuk
Re: [PATCH 2/2] qga-vss: Remove unused dependencies
Yan Vugenfirer
[PATCH] qga/installer: Remove QGA VSS if QGA installation failed
Kostiantyn Kostiuk
Re: [PATCH] qga/installer: Remove QGA VSS if QGA installation failed
Yan Vugenfirer
[PATCH 0/2] qga: Fix --retry-path behaviour
Kostiantyn Kostiuk
[PATCH 1/2] qga: Fix channel initialization check in run_agent_once
Kostiantyn Kostiuk
[PATCH 2/2] qga: ignore channel_init() fail if 'retry_path' is set
Kostiantyn Kostiuk
Re: [PATCH 0/2] qga: Fix --retry-path behaviour
Michal Prívozník
Re: [PATCH 0/2] qga: Fix --retry-path behaviour
Yan Vugenfirer
[PATCH] qga-vss: Write hex value of error in log
Kostiantyn Kostiuk
Re: [PATCH] qga-vss: Write hex value of error in log
Yan Vugenfirer
PGP keysigning at KVM Forum 2025
Andrea Bolognani
Re: PGP keysigning at KVM Forum 2025
Brian Cain
Re: PGP keysigning at KVM Forum 2025
Andrea Bolognani
[PATCH v2 0/3] targets/microblaze: Handle signed division overflows
Edgar E. Iglesias
[PATCH v2 1/3] target/microblaze: Remove unused arg from check_divz()
Edgar E. Iglesias
Re: [PATCH v2 1/3] target/microblaze: Remove unused arg from check_divz()
Philippe Mathieu-Daudé
[PATCH v2 3/3] target/microblaze: Handle signed division overflows
Edgar E. Iglesias
[PATCH v2 2/3] target/microblaze: div: Break out raise_divzero()
Edgar E. Iglesias
Re: [PATCH v2 2/3] target/microblaze: div: Break out raise_divzero()
Philippe Mathieu-Daudé
[PATCH qemu v10 0/1] target/riscv: Add Zilsd and Zclsd extension support
~liuxu
[PATCH qemu v10 1/1] target/riscv: Add Zilsd and Zclsd extension support
~liuxu
[PATCH trivial v2] block/curl: drop old/unuspported curl version checks
Michael Tokarev
Re: [PATCH trivial v2] block/curl: drop old/unuspported curl version checks
Daniel P . Berrangé
Re: [PATCH v3 3/3] hw/arm/xlnx-zynqmp: wire a second GIC for the Cortex-R5
Clément Chigot
[PATCH v1 0/4] targets/microblaze: Handle signed division overflows
Edgar E. Iglesias
[PATCH v1 3/4] target/microblaze: Break out raise_divzero()
Edgar E. Iglesias
Re: [PATCH v1 3/4] target/microblaze: Break out raise_divzero()
Richard Henderson
Re: [PATCH v1 3/4] target/microblaze: Break out raise_divzero()
Edgar E. Iglesias
[PATCH v1 2/4] target/microblaze: div: Rename and reorder function args
Edgar E. Iglesias
Re: [PATCH v1 2/4] target/microblaze: div: Rename and reorder function args
Richard Henderson
Re: [PATCH v1 2/4] target/microblaze: div: Rename and reorder function args
Philippe Mathieu-Daudé
Re: [PATCH v1 2/4] target/microblaze: div: Rename and reorder function args
Edgar E. Iglesias
[PATCH v1 4/4] target/microblaze: Handle signed division overflows
Edgar E. Iglesias
Re: [PATCH v1 4/4] target/microblaze: Handle signed division overflows
Richard Henderson
Re: [PATCH v1 4/4] target/microblaze: Handle signed division overflows
Edgar E. Iglesias
[PATCH v1 1/4] target/microblaze: Remove unused arg from check_divz()
Edgar E. Iglesias
Re: [PATCH v1 1/4] target/microblaze: Remove unused arg from check_divz()
Richard Henderson
microblazeel-linux-user regression
Edgar E. Iglesias
[PATCH] scripts/qemu-binfmt-conf.sh: remove --credential option
Michael Tokarev
qemu-user + binfmt Credential flag, again
Michael Tokarev
Re: qemu-user + binfmt Credential flag, again
Helge Deller
Re: qemu-user + binfmt Credential flag, again
Michael Tokarev
Re: qemu-user + binfmt Credential flag, again
Helge Deller
Re: qemu-user + binfmt Credential flag, again
Michael Tokarev
Re: qemu-user + binfmt Credential flag, again
Helge Deller
Re: qemu-user + binfmt Credential flag, again
Michael Tokarev
Re: qemu-user + binfmt Credential flag, again
Michael Tokarev
[PATCH trivial] block/curl: drop old/unuspported curl version checks
Michael Tokarev
Re: [PATCH trivial] block/curl: drop old/unuspported curl version checks
Markus Armbruster
Re: [PATCH trivial] block/curl: drop old/unuspported curl version checks
Michael Tokarev
[PATCH 0/8] sd: Add RPMB emulation to eMMC model
Jan Kiszka
[PATCH 5/8] hw/sd/sdcard: Add basic support for RPMB partition
Jan Kiszka
Earlier messages
Later messages