qemu-devel
Thread
Date
Earlier messages
Messages by Date
2025/04/18
Re: [RFC PATCH v3 11/14] hw/core/machine: Allow dynamic registration of valid CPU types
Pierrick Bouvier
2025/04/18
Re: [PATCH 00/11] hw/arm: Define machines as generic QOM types
Pierrick Bouvier
2025/04/18
Re: [RFC PATCH v2 04/11] hw/arm: Register TYPE_TARGET_ARM/AARCH64_CPU QOM interfaces
Pierrick Bouvier
2025/04/18
Re: [RFC PATCH v3 11/14] hw/core/machine: Allow dynamic registration of valid CPU types
Pierrick Bouvier
2025/04/18
Re: [RFC PATCH v3 13/14] qemu/target_info: Add target_aarch64() helper
Pierrick Bouvier
2025/04/18
Re: [RFC PATCH v3 08/14] config/target: Implement per-binary TargetInfo structure (ARM, AARCH64)
Pierrick Bouvier
2025/04/18
Re: [RFC PATCH v3 07/14] meson: Prepare to accept per-binary TargetInfo structure implementation
Pierrick Bouvier
2025/04/18
Re: [RFC PATCH v3 06/14] hw/arm: Filter machine types for qemu-system-arm/aarch64 binaries
Pierrick Bouvier
2025/04/18
Re: [RFC PATCH v3 05/14] hw/core: Allow ARM/Aarch64 binaries to use the 'none' machine
Pierrick Bouvier
2025/04/18
Re: [RFC PATCH v3 04/14] hw/arm: Register TYPE_TARGET_ARM/AARCH64_MACHINE QOM interfaces
Pierrick Bouvier
2025/04/18
Re: [RFC PATCH v3 03/14] system/vl: Filter machine list available for a particular target binary
Pierrick Bouvier
2025/04/18
Re: [PATCH] xen: mapcache: Fix finding matching entry
Stefano Stabellini
2025/04/18
Re: [PATCH] common-user/host/riscv: use tail pseudoinstruction for calling tail
Richard Henderson
2025/04/18
Re: [PATCH v2 01/11] block: Expand block status mode from bool to enum
Eric Blake
2025/04/18
[PATCH v2.5 02/11] file-posix, gluster: Handle zero block status hint better
Eric Blake
2025/04/18
[PATCH v2.5 01/11] block: Expand block status mode from bool to flags
Eric Blake
2025/04/18
Re: [PATCH 2/5] vfio: Move realize() after attach_device()
Donald Dutile
2025/04/18
Re: [PATCH 2/5] hw/arm/virt-acpi-build: Update IORT for multiple smmuv3 devices
Donald Dutile
2025/04/18
Re: [PATCH 0/5] Add support for user creatable SMMUv3 device
Donald Dutile
2025/04/18
Re: [PATCH] io: Set unix socket buffers on macOS
Nir Soffer
2025/04/18
Re: [PATCH] io: Set unix socket buffers on macOS
Nir Soffer
2025/04/18
Re: [PATCH] io: Set unix socket buffers on macOS
Nir Soffer
2025/04/18
[Bug 1037606] Re: vmwgfx does not work with kvm vmware vga
Jürg Häfliger
2025/04/18
Re: [PATCH v2 04/11] block: Add new bdrv_co_is_all_zeroes() function
Eric Blake
2025/04/18
Re: [PATCH v2 01/11] block: Expand block status mode from bool to enum
Eric Blake
2025/04/18
Re: [PATCH 00/11] hw/arm: Define machines as generic QOM types
BALATON Zoltan
2025/04/18
Re: [PATCH] io: Set unix socket buffers on macOS
Eric Blake
2025/04/18
Re: [PATCH 00/11] hw/arm: Define machines as generic QOM types
BALATON Zoltan
2025/04/18
Re: [PATCH 8/8] gdbstub/helpers: Evaluate TARGET_BIG_ENDIAN at compile time
Richard Henderson
2025/04/18
Re: [PATCH 7/8] hw/microblaze: Evaluate TARGET_BIG_ENDIAN at compile time
Richard Henderson
2025/04/18
Re: [PATCH 6/8] hw/mips: Evaluate TARGET_BIG_ENDIAN at compile time
Richard Henderson
2025/04/18
Re: [PATCH 5/8] target/xtensa: Evaluate TARGET_BIG_ENDIAN at compile time
Richard Henderson
2025/04/18
Re: [PATCH 4/8] target/ppc: Evaluate TARGET_BIG_ENDIAN at compile time
Richard Henderson
2025/04/18
Re: [PATCH 3/8] target/mips: Check CPU endianness at runtime using env_is_bigendian()
Richard Henderson
2025/04/18
Re: [PATCH 2/8] accel/kvm: Use target_needs_bswap()
Richard Henderson
2025/04/18
Re: [PATCH 1/8] linux-user/elfload: Use target_needs_bswap()
Richard Henderson
2025/04/18
Re: [PATCH 0/7] cpus: Replace CPU_RESOLVING_TYPE -> target_cpu_type()
Richard Henderson
2025/04/18
[RFC PATCH v3 13/14] qemu/target_info: Add target_aarch64() helper
Philippe Mathieu-Daudé
2025/04/18
Re: [RFC PATCH v2 04/11] hw/arm: Register TYPE_TARGET_ARM/AARCH64_CPU QOM interfaces
Philippe Mathieu-Daudé
2025/04/18
Re: [RFC PATCH v3 01/14] qapi: Rename TargetInfo structure as BinaryTargetInfo
Philippe Mathieu-Daudé
2025/04/18
[RFC PATCH v3 14/14] hw/arm/virt: Replace TARGET_AARCH64 -> target_aarch64()
Philippe Mathieu-Daudé
2025/04/18
[RFC PATCH v3 04/14] hw/arm: Register TYPE_TARGET_ARM/AARCH64_MACHINE QOM interfaces
Philippe Mathieu-Daudé
2025/04/18
[RFC PATCH v3 05/14] hw/core: Allow ARM/Aarch64 binaries to use the 'none' machine
Philippe Mathieu-Daudé
2025/04/18
[RFC PATCH v3 12/14] hw/arm/virt: Register valid CPU types dynamically
Philippe Mathieu-Daudé
2025/04/18
[RFC PATCH v3 01/14] qapi: Rename TargetInfo structure as BinaryTargetInfo
Philippe Mathieu-Daudé
2025/04/18
[RFC PATCH v3 11/14] hw/core/machine: Allow dynamic registration of valid CPU types
Philippe Mathieu-Daudé
2025/04/18
[RFC PATCH v3 02/14] qemu: Convert target_name() to TargetInfo API
Philippe Mathieu-Daudé
2025/04/18
[RFC PATCH v3 09/14] hw/arm/aspeed: Build objects once
Philippe Mathieu-Daudé
2025/04/18
[RFC PATCH v3 10/14] hw/arm/raspi: Build objects once
Philippe Mathieu-Daudé
2025/04/18
[RFC PATCH v3 06/14] hw/arm: Filter machine types for qemu-system-arm/aarch64 binaries
Philippe Mathieu-Daudé
2025/04/18
[RFC PATCH v3 07/14] meson: Prepare to accept per-binary TargetInfo structure implementation
Philippe Mathieu-Daudé
2025/04/18
[RFC PATCH v3 08/14] config/target: Implement per-binary TargetInfo structure (ARM, AARCH64)
Philippe Mathieu-Daudé
2025/04/18
[RFC PATCH v3 03/14] system/vl: Filter machine list available for a particular target binary
Philippe Mathieu-Daudé
2025/04/18
[RFC PATCH v3 00/14] single-binary: Make hw/arm/ common
Philippe Mathieu-Daudé
2025/04/18
Re: [PATCH 00/11] hw/arm: Define machines as generic QOM types
Pierrick Bouvier
2025/04/18
Re: [RFC PATCH v2 04/11] hw/arm: Register TYPE_TARGET_ARM/AARCH64_CPU QOM interfaces
Pierrick Bouvier
2025/04/18
Re: [RFC PATCH v2 02/11] qemu: Convert target_name() to TargetInfo API
Philippe Mathieu-Daudé
2025/04/18
[PATCH v2 3/5] python: update missing dependencies from minreqs
John Snow
2025/04/18
[PATCH v2 1/5] qapi: Add some pylint ignores
John Snow
2025/04/18
Re: [PATCH v3 1/2] file-posix: probe discard alignment on Linux block devices
Eric Blake
2025/04/18
Re: [PATCH-for-10.1 v3 6/9] qtest/bios-tables-test: Whitelist aarch64/virt 'its_off' variant blobs
Gustavo Romero
2025/04/18
RE: [PATCH v3 05/10] hw/arm/aspeed: Add support for loading vbootrom image via "-bios"
Jamin Lin
2025/04/18
[PATCH 01/11] hw/core/null-machine: Define machine as generic QOM type
Philippe Mathieu-Daudé
2025/04/18
[PATCH 04/11] hw/arm/digic: Define machine as generic QOM type
Philippe Mathieu-Daudé
2025/04/18
Re: [RFC PATCH v2 04/11] hw/arm: Register TYPE_TARGET_ARM/AARCH64_CPU QOM interfaces
Philippe Mathieu-Daudé
2025/04/18
[PATCH v4 0/2] block: discard alignment fixes
Stefan Hajnoczi
2025/04/18
[PATCH v4 01/10] hw/arm/aspeed_ast27x0: Rename variable sram_name to name in ast2700 realize
Jamin Lin via
2025/04/18
Re: [RFC PATCH v2 09/11] config/target: Implement per-binary TargetInfo structure (Aarch64)
Pierrick Bouvier
2025/04/18
Re: [PATCH 10/18] amd_iommu: Add a page walker to sync shadow page tables on invalidation
Ethan MILON
2025/04/18
Re: [RFC V3 PATCH 09/13] microvm: enable sleep GED event
Annie Li
2025/04/18
Re: [RFC V3 PATCH 10/13] tests/qtest/bios-table-tests: Update ACPI table binaries for microvm
Annie Li
2025/04/18
Re: [RFC V3 PATCH 06/13] test/acpi: allow DSDT table changes for microvm
Annie Li
2025/04/18
Re: [RFC V3 PATCH 03/13] acpi: Support Control Method sleep button for x86
Annie Li
2025/04/18
Re: [PATCH 00/11] hw/arm: Define machines as generic QOM types
Philippe Mathieu-Daudé
2025/04/18
Re: [RFC PATCH v2 04/11] hw/arm: Register TYPE_TARGET_ARM/AARCH64_CPU QOM interfaces
Pierrick Bouvier
2025/04/18
Re: [RFC PATCH v2 04/11] hw/arm: Register TYPE_TARGET_ARM/AARCH64_CPU QOM interfaces
Philippe Mathieu-Daudé
2025/04/18
Re: [PATCH 00/11] hw/arm: Define machines as generic QOM types
Pierrick Bouvier
2025/04/18
Re: [PATCH 00/11] hw/arm: Define machines as generic QOM types
Philippe Mathieu-Daudé
2025/04/18
Re: [PATCH v3 2/2] block/io: skip head/tail requests on EINVAL
Kevin Wolf
2025/04/18
Re: [RFC V3 PATCH 09/13] microvm: enable sleep GED event
Gustavo Romero
2025/04/18
Re: [PATCH 01/19] hw/core/loader.c: Fix type conflict of GLib function pointers
Kohei Tokunaga
2025/04/18
Re: [PATCH 01/19] hw/core/loader.c: Fix type conflict of GLib function pointers
Kohei Tokunaga
2025/04/18
[RFC PATCH v2 01/11] qapi: Rename TargetInfo structure as BinaryTargetInfo
Philippe Mathieu-Daudé
2025/04/18
Re: [PATCH] exec: Rename target_words_bigendian() -> target_big_endian()
Michael S. Tsirkin
2025/04/18
Re: [PATCH 00/11] hw/arm: Define machines as generic QOM types
Pierrick Bouvier
2025/04/18
Re: [RFC PATCH v2 04/11] hw/arm: Register TYPE_TARGET_ARM/AARCH64_CPU QOM interfaces
Pierrick Bouvier
2025/04/18
Re: [RFC PATCH v2 02/11] qemu: Convert target_name() to TargetInfo API
Pierrick Bouvier
2025/04/18
Re: A question about how to calculate the "Maximum transfer length" in case of its absence in the Block Limits VPD device response from the hardware
Stefan Hajnoczi
2025/04/18
[PATCH v3 2/9] add vnc h264 encoder
Dietmar Maurer
2025/04/18
Re: [PATCH] io: Set unix socket buffers on macOS
Philippe Mathieu-Daudé
2025/04/18
[PATCH v3 7/9] h264: do not reduce vnc update speed while we have an active h264 stream
Dietmar Maurer
2025/04/18
[PATCH] io: Set unix socket buffers on macOS
Nir Soffer
2025/04/18
Re: [RFC PATCH v2 03/11] system/vl: Filter machine list available for a particular target binary
Philippe Mathieu-Daudé
2025/04/18
Re: [PATCH v2] Hexagon (target/hexagon) Remove gen_tcg_func_table.py
Brian Cain
2025/04/18
Re: [RFC PATCH v2 04/11] hw/arm: Register TYPE_TARGET_ARM/AARCH64_CPU QOM interfaces
Philippe Mathieu-Daudé
2025/04/18
Re: [RFC PATCH v2 02/11] qemu: Convert target_name() to TargetInfo API
Philippe Mathieu-Daudé
2025/04/18
[PATCH v3 4/9] h264: search for available h264 encoder
Dietmar Maurer
2025/04/18
Re: [PATCH v2 01/11] block: Expand block status mode from bool to enum
Stefan Hajnoczi
2025/04/18
Re: [RFC V3 PATCH 13/13] acpi: hmp/qmp: Add hmp/qmp support for system_sleep
Annie Li
2025/04/18
Re: [PATCH 12/19] block: Update block to compile with Emscripten
Philippe Mathieu-Daudé
2025/04/18
[PATCH v3 1/9] new configure option to enable gstreamer
Dietmar Maurer
2025/04/18
[PATCH v3 0/9] Add VNC Open H.264 Encoding
Dietmar Maurer
2025/04/18
[PATCH v3 6/9] h264: add hardware encoders
Dietmar Maurer
2025/04/18
[PATCH v3 5/9] h264: new vnc option to configure h264 at server side
Dietmar Maurer
2025/04/18
[PATCH v3 9/9] h264: register shutdown notifiers, stop pipeline in destroy_encoder_context
Dietmar Maurer
2025/04/18
[PATCH v3 3/9] vnc: h264: send additional frames after the display is clean
Dietmar Maurer
2025/04/18
[PATCH v3 8/9] vnc: initialize gst during argument processing
Dietmar Maurer
2025/04/18
Re: [RFC PATCH v2 08/11] config/target: Implement per-binary TargetInfo structure (ARM)
Philippe Mathieu-Daudé
2025/04/18
[RFC PATCH v2 07/11] hw/core: Allow ARM/Aarch64 binaries to use the 'none' machine
Philippe Mathieu-Daudé
2025/04/18
Re: [PATCH v4 153/163] tcg: Assign TCGOP_TYPE in liveness_pass_2
Nicholas Piggin
2025/04/18
Re: [PATCH v8 01/55] *** HACK *** linux-headers: Update headers to pull in TDX API changes
Zhao Liu
2025/04/18
Re: [PATCH v4 1/3] target/loongarch: Add CRC feature flag and use it to gate CRC instructions
Philippe Mathieu-Daudé
2025/04/18
Re: [PATCH v4 3/3] target/loongarch: Guard 64-bit-only insn translation with TRANS64 macro
Philippe Mathieu-Daudé
2025/04/18
Re: [PATCH] hw/usb/hcd-xhci: Unmap canceled packet
Philippe Mathieu-Daudé
2025/04/18
[PATCH v4 3/3] target/loongarch: Guard 64-bit-only insn translation with TRANS64 macro
WANG Rui
2025/04/18
Re: [PATCH v8 06/55] i386/tdx: Introduce is_tdx_vm() helper and cache tdx_guest object
Zhao Liu
2025/04/18
[PATCH] tests/qtest: Add qtest for NPCM8XX PSPI module
Tim Lee
2025/04/18
Re: [PATCH v8 04/55] i386/tdx: Implement tdx_kvm_init() to initialize TDX VM context
Zhao Liu
2025/04/18
Re: [PATCH v8 03/55] i386/tdx: Implement tdx_kvm_type() for TDX
Zhao Liu
2025/04/18
[RFC PATCH v2 10/11] hw/arm/aspeed: Build objects once
Philippe Mathieu-Daudé
2025/04/18
Re: [PATCH v4 1/3] target/loongarch: Add CRC feature flag and use it to gate CRC instructions
bibo mao
2025/04/18
Re: [PATCH v8 02/55] i386: Introduce tdx-guest object
Zhao Liu
2025/04/18
Re: [PATCH v4 3/3] target/loongarch: Guard 64-bit-only insn translation with TRANS64 macro
bibo mao
2025/04/18
Re: [PATCH v4 2/3] target/loongarch: Guard BCEQZ/BCNEZ instructions with FP feature
bibo mao
2025/04/18
[PATCH v4 1/3] target/loongarch: Add CRC feature flag and use it to gate CRC instructions
WANG Rui
2025/04/18
[PATCH v4 2/3] target/loongarch: Guard BCEQZ/BCNEZ instructions with FP feature
WANG Rui
2025/04/18
Re: [PATCH v2 11/11] mirror: Allow QMP override to declare target already zero
Markus Armbruster
2025/04/18
Re: [PATCH v3] target/loongarch: Restrict instruction execution based on CPU features
WANG Rui
2025/04/18
[PATCH v4 0/3] target/loongarch: Improve feature gating for instruction translation
WANG Rui
2025/04/18
Re: [PATCH 03/18] amd_iommu: Add support for IOMMU notifier
Sairaj Kodilkar
2025/04/18
Re: [RFC PATCH 07/13] migration: Introduce new MigrationConfig structure
Markus Armbruster
2025/04/17
Re: [PATCH 13/19] include/qemu/osdep.h: Add Emscripten-specific OS dependencies
Kohei Tokunaga
2025/04/17
Re: [PATCH 12/19] block: Update block to compile with Emscripten
Kohei Tokunaga
2025/04/17
Re: [RFC PATCH 05/13] migration: Reduce a bit of duplication in migration.json
Markus Armbruster
2025/04/17
Re: [PATCH v3] target/loongarch: Restrict instruction execution based on CPU features
bibo mao
2025/04/17
[PATCH] hw/usb/hcd-xhci: Unmap canceled packet
Akihiko Odaki
2025/04/17
Re: [PATCH 09/18] amd_iommu: Add helpers to walk AMD v1 Page Table format
CLEMENT MATHIEU--DRIF
2025/04/17
Re: [RFC PATCH-for-10.1 06/19] target/tricore: Replace TARGET_LONG_BITS -> target_long_bits()
Paolo Bonzini
2025/04/17
[PATCH 02/11] hw/arm/bananapi: Define machine as generic QOM type
Philippe Mathieu-Daudé
2025/04/17
Re: [PATCH 03/18] amd_iommu: Add support for IOMMU notifier
Alejandro Jimenez
2025/04/17
[PATCH 05/11] hw/arm/imx: Define machines as generic QOM types
Philippe Mathieu-Daudé
2025/04/17
[RFC PATCH v2 11/11] hw/arm/raspi: Build objects once
Philippe Mathieu-Daudé
2025/04/17
Re: [RFC PATCH v2 03/11] system/vl: Filter machine list available for a particular target binary
Pierrick Bouvier
2025/04/17
Re: [RFC PATCH v2 08/11] config/target: Implement per-binary TargetInfo structure (ARM)
Pierrick Bouvier
2025/04/17
Re: [RFC PATCH v2 11/11] hw/arm/raspi: Build objects once
Pierrick Bouvier
2025/04/17
Re: [RFC PATCH v2 10/11] hw/arm/aspeed: Build objects once
Pierrick Bouvier
2025/04/17
Re: [RFC PATCH v2 08/11] config/target: Implement per-binary TargetInfo structure (ARM)
Pierrick Bouvier
2025/04/17
Re: [PATCH v5 0/3] vhost: fix the IO error after live migration
Lei Yang
2025/04/17
Re: [PATCH v4 04/13] memory: Introduce generic state change parent class for RamDiscardManager
Chenyi Qiang
2025/04/17
Re: [RFC PATCH v2 07/11] hw/core: Allow ARM/Aarch64 binaries to use the 'none' machine
Pierrick Bouvier
2025/04/17
[PATCH v3] target/loongarch: Restrict instruction execution based on CPU features
WANG Rui
2025/04/17
Re: [RFC PATCH v2 06/11] hw/arm: Filter machine types for qemu-system-arm binary
Pierrick Bouvier
2025/04/17
Re: [RFC PATCH v2 04/11] hw/arm: Register TYPE_TARGET_ARM/AARCH64_CPU QOM interfaces
Pierrick Bouvier
2025/04/17
Re: [RFC PATCH v2 02/11] qemu: Convert target_name() to TargetInfo API
Pierrick Bouvier
2025/04/17
Re: [RFC PATCH v2 01/11] qapi: Rename TargetInfo structure as BinaryTargetInfo
Pierrick Bouvier
2025/04/17
Re: [PATCH 00/11] hw/arm: Define machines as generic QOM types
Pierrick Bouvier
2025/04/17
Re: [PATCH v7 1/4] vhost_vdpa : Add a new parameter to enable check mac address
Lei Yang
2025/04/17
Re: [PATCH v6 3/3] hw/ppc/e500: Add Freescale eSDHC to e500plat
Thomas Huth
2025/04/17
[RFC PATCH v2 02/11] qemu: Convert target_name() to TargetInfo API
Philippe Mathieu-Daudé
2025/04/17
[RFC PATCH v2 04/11] hw/arm: Register TYPE_TARGET_ARM/AARCH64_CPU QOM interfaces
Philippe Mathieu-Daudé
2025/04/17
[RFC PATCH v2 03/11] system/vl: Filter machine list available for a particular target binary
Philippe Mathieu-Daudé
2025/04/17
[RFC PATCH v2 06/11] hw/arm: Filter machine types for qemu-system-arm binary
Philippe Mathieu-Daudé
2025/04/17
[RFC PATCH v2 09/11] config/target: Implement per-binary TargetInfo structure (Aarch64)
Philippe Mathieu-Daudé
2025/04/17
[RFC PATCH v2 08/11] config/target: Implement per-binary TargetInfo structure (ARM)
Philippe Mathieu-Daudé
2025/04/17
[RFC PATCH v2 05/11] hw/arm: Filter machine types for qemu-system-aarch64 binary
Philippe Mathieu-Daudé
2025/04/17
[RFC PATCH v2 00/11] single-binary: Make hw/arm/ common
Philippe Mathieu-Daudé
2025/04/17
[PATCH 00/11] hw/arm: Define machines as generic QOM types
Philippe Mathieu-Daudé
2025/04/17
Re: [PATCH v6 0/6] target/i386: Update EPYC CPU models for Cache property, RAS, SVM feature and add EPYC-Turin CPU model
Moger, Babu
2025/04/17
Re: [PATCH] mailmap: update email address for Matheus Tavares (me)
Brian Cain
2025/04/17
Re: [PATCH] exec: Rename target_words_bigendian() -> target_big_endian()
Pierrick Bouvier
2025/04/17
[PATCH 11/11] hw/arm/stm32: Define machines as generic QOM types
Philippe Mathieu-Daudé
2025/04/17
[PATCH 10/11] hw/arm/orangepi: Define machine as generic QOM type
Philippe Mathieu-Daudé
2025/04/17
[PATCH 08/11] hw/arm/msf2: Define machine as generic QOM type
Philippe Mathieu-Daudé
2025/04/17
[PATCH 07/11] hw/arm/kzm: Define machine as generic QOM type
Philippe Mathieu-Daudé
2025/04/17
[PATCH 09/11] hw/arm/musicpal: Define machine as generic QOM type
Philippe Mathieu-Daudé
2025/04/17
[PATCH 03/11] hw/arm/cubieboard: Define machine as generic QOM type
Philippe Mathieu-Daudé
2025/04/17
[PATCH 06/11] hw/arm/integratorcp: Define machine as generic QOM type
Philippe Mathieu-Daudé
2025/04/17
Re: [PATCH v4 04/13] memory: Introduce generic state change parent class for RamDiscardManager
Alexey Kardashevskiy
2025/04/17
Re: [PATCH v2 11/11] mirror: Allow QMP override to declare target already zero
Stefan Hajnoczi
2025/04/17
Re: [PATCH v2 05/11] iotests: Improve iotest 194 to mirror data
Stefan Hajnoczi
2025/04/17
Re: [PATCH v1 17/24] pc-bios/s390-ccw: Add signature verification for secure boot in audit mode
Collin Walling
2025/04/17
[PATCH v2 07/11] mirror: Skip pre-zeroing destination if it is already zero
Eric Blake
2025/04/17
Re: [PATCH v2 07/11] mirror: Skip pre-zeroing destination if it is already zero
Stefan Hajnoczi
2025/04/17
[PATCH v4 2/2] block/io: skip head/tail requests on EINVAL
Stefan Hajnoczi
2025/04/17
Re: [PATCH v1 24/24] hw/s390x/ipl: Handle secure boot without specifying a boot device
Zhuoying Cai
2025/04/17
[PATCH 5/8] target/xtensa: Evaluate TARGET_BIG_ENDIAN at compile time
Philippe Mathieu-Daudé
2025/04/17
Re: [PATCH-for-10.1 v3 6/9] qtest/bios-tables-test: Whitelist aarch64/virt 'its_off' variant blobs
Michael S. Tsirkin
2025/04/17
Re: [PATCH v6 3/3] hw/ppc/e500: Add Freescale eSDHC to e500plat
BALATON Zoltan
2025/04/17
[PATCH v2 5/5] qapi: delete un-needed python static analysis configs
John Snow
2025/04/17
[PATCH v2 4/5] python: add qapi static analysis tests
John Snow
2025/04/17
[PATCH v2 2/5] docs/qapidoc: linting fixes
John Snow
2025/04/17
[PATCH v2 0/5] python: add QAPI and qapidoc et al to python linter tests
John Snow
2025/04/17
[PATCH] block/file-posix: allow BLKZEROOUT with -t writeback
Stefan Hajnoczi
2025/04/17
Re: [PATCH v2 02/11] file-posix: Handle zero block status hint better
Stefan Hajnoczi
2025/04/17
Re: [PATCH-for-10.1 v3 0/9] hw/arm: GIC ITS=off ACPI tables fixes
Gustavo Romero
2025/04/17
[PATCH] exec: Rename target_words_bigendian() -> target_big_endian()
Philippe Mathieu-Daudé
2025/04/17
Re: [PATCH v2 00/11] Make blockdev-mirror dest sparse in more cases
Stefan Hajnoczi
2025/04/17
Re: [PATCH v2 10/11] tests: Add iotest mirror-sparse for recent patches
Stefan Hajnoczi
2025/04/17
Re: [PATCH v2 09/11] iotests/common.rc: add disk_usage function
Stefan Hajnoczi
2025/04/17
Re: [PATCH v2 08/11] mirror: Skip writing zeroes when target is already zero
Stefan Hajnoczi
Earlier messages