messages from 2025-04-30 15:02:45 to 2025-05-01 06:33:13 UTC [more...]
[PATCH 0/6] accel/tcg: Build translate-all, tcg-all twice
2025-05-01 6:31 UTC (10+ messages)
` [PATCH 1/6] tcg: Define INSN_START_WORDS as constant 3
` [PATCH 2/6] accel/tcg: Don't use TARGET_LONG_BITS in decode_sleb128
` [PATCH 3/6] accel/tcg: Use target_long_bits() in translate-all.c
` [PATCH 4/6] accel/tcg: Build translate-all.c twice
` [PATCH 5/6] accel/tcg: Build tcg-all.c twice
` [PATCH 6/6] accel/tcg: Use vaddr in cpu_loop.h
[PATCH v3 00/33] single-binary: compile target/arm twice
2025-05-01 6:23 UTC (33+ messages)
` [PATCH v3 01/33] target/arm: Replace target_ulong -> uint64_t for HWBreakpoint
` [PATCH v3 02/33] include/system/hvf: missing vaddr include
` [PATCH v3 03/33] meson: add common libs for target and target_system
` [PATCH v3 04/33] target/arm: move kvm stubs and remove CONFIG_KVM from kvm_arm.h
` [PATCH v3 05/33] target/arm/kvm-stub: add kvm_arm_reset_vcpu stub
` [PATCH v3 06/33] target/arm/cpu: move arm_cpu_kvm_set_irq to kvm.c
` [PATCH v3 07/33] accel/hvf: add hvf_enabled() for common code
` [PATCH v3 08/33] target/arm/cpu: remove TARGET_BIG_ENDIAN dependency
` [PATCH v3 09/33] target/arm/cpu: remove TARGET_AARCH64 around aarch64_cpu_dump_state common
` [PATCH v3 10/33] target/arm/cpu: remove TARGET_AARCH64 in arm_cpu_finalize_features
` [PATCH v3 11/33] target/arm/cpu: compile file twice (user, system) only
` [PATCH v3 12/33] target/arm/cpu32-stubs.c: compile file twice (user, system)
` [PATCH v3 13/33] target/arm/helper: use i64 for exception_pc_alignment
` [PATCH v3 14/33] target/arm/helper: user i64 for probe_access
` [PATCH v3 15/33] target/arm/helper: extract common helpers
` [PATCH v3 16/33] target/arm/debug_helper: only include "
` [PATCH v3 17/33] target/arm/debug_helper: remove target_ulong
` [PATCH v3 19/33] target/arm/helper: restrict include to common helpers
` [PATCH v3 20/33] target/arm/helper: replace target_ulong by vaddr
` [PATCH v3 21/33] target/arm/helper: expose aarch64 cpu registration
` [PATCH v3 22/33] target/arm/helper: remove remaining TARGET_AARCH64
` [PATCH v3 23/33] target/arm/helper: compile file twice (user, system)
` [PATCH v3 24/33] target/arm/vfp_fpscr: "
` [PATCH v3 25/33] target/arm/arch_dump: remove TARGET_AARCH64 conditionals
` [PATCH v3 26/33] target/arm/arch_dump: compile file once (system)
` [PATCH v3 27/33] target/arm/arm-powerctl: "
` [PATCH v3 28/33] target/arm/cortex-regs: "
` [PATCH v3 29/33] target/arm/ptw: replace target_ulong with uint64_t
` [PATCH v3 30/33] target/arm/ptw: remove TARGET_AARCH64 from arm_casq_ptw
` [PATCH v3 31/33] target/arm/ptw: compile file once (system)
` [PATCH v3 32/33] target/arm/meson: accelerator files are not needed in user mode
` [PATCH v3 33/33] target/arm/kvm-stub: compile file once (system)
[PATCH v3 0/6] ui/spice: Enable gl=on option for non-local or remote clients
2025-05-01 6:03 UTC (14+ messages)
` [PATCH v3 3/6] ui/spice: Submit the gl_draw requests at 60 FPS for "
` [PATCH v3 4/6] ui/console-gl: Add a helper to create a texture with linear memory layout
` [PATCH v3 5/6] ui/spice: Create a new texture with linear layout when gl=on is enabled
OSUOSL in trouble
2025-05-01 5:10 UTC
[PATCH v6 0/1] Optimizing the print format of the QEMU monitor 'info mtree'
2025-05-01 2:24 UTC (2+ messages)
` [PATCH v6 1/1] system: improve visual representation of node hierarchy in 'info mtree' output for qemu monitor
[PATCH v2 0/9] hw/riscv/virt.c: memmap usage cleanup
2025-05-01 0:33 UTC (18+ messages)
` [PATCH v2 2/9] hw/riscv/virt.c: remove trivial virt_memmap references
` [PATCH v2 3/9] hw/riscv/virt.c: use s->memmap in virt_machine_done()
` [PATCH v2 4/9] hw/riscv/virt.c: add 'base' arg in create_fw_cfg()
` [PATCH v2 5/9] hw/riscv/virt.c: use s->memmap in create_fdt() path
` [PATCH v2 6/9] hw/riscv/virt.c: use s->memmap in create_fdt_sockets() path
` [PATCH v2 7/9] hw/riscv/virt.c: use s->memmap in create_fdt_virtio()
` [PATCH v2 8/9] hw/riscv/virt.c: use s->memmap in finalize_fdt() functions
` [PATCH v2 9/9] hw/riscv/virt.c: remove 'long' casts in fmt strings
[PATCH] target/riscv: Fix fcvt.s.bf16 NaN box checking
2025-04-30 23:58 UTC (2+ messages)
[PATCH v2 00/12] single-binary: compile target/arm twice
2025-04-30 23:49 UTC (27+ messages)
` [PATCH v2 02/12] include/system/hvf: missing vaddr include
` [PATCH v2 03/12] meson: add common libs for target and target_system
` [PATCH v2 04/12] target/arm: move kvm stubs and remove CONFIG_KVM from kvm_arm.h
` [PATCH v2 05/12] target/arm/kvm-stub: add kvm_arm_reset_vcpu stub
` [PATCH v2 06/12] target/arm/cpu: move arm_cpu_kvm_set_irq to kvm.c
` [PATCH v2 07/12] accel/hvf: add hvf_enabled() for common code
` [PATCH v2 08/12] target/arm/cpu: remove TARGET_BIG_ENDIAN dependency
` [PATCH v2 09/12] target/arm/cpu: remove TARGET_AARCH64 around aarch64_cpu_dump_state common
` [PATCH v2 10/12] target/arm/cpu: remove TARGET_AARCH64 in arm_cpu_finalize_features
` [PATCH v2 11/12] target/arm/cpu: compile file twice (user, system) only
` [PATCH v2 12/12] target/arm/cpu32-stubs.c: compile file twice (user, system)
[PATCH v5 0/9] target/riscv/kvm: CSR related fixes
2025-04-30 23:41 UTC (10+ messages)
` [PATCH v5 6/9] target/riscv/kvm: do not read unavailable CSRs
` [PATCH v5 7/9] target/riscv/kvm: add senvcfg CSR
` [PATCH v5 8/9] target/riscv/kvm: read/write KVM regs via env size
` [PATCH v5 9/9] target/riscv/kvm: add scounteren CSR
[PATCH 0/7] target/riscv: Fix write_misa vs aligned next_pc
2025-04-30 22:44 UTC (4+ messages)
` [PATCH 7/7] "
[PATCH] qtest/migration/rdma: Add test for rdma migration with ipv6
2025-04-30 21:52 UTC (6+ messages)
[PATCH v3 0/1] Optimizing the print format of the QEMU monitor 'info mtree'
2025-04-30 21:38 UTC (4+ messages)
` [PATCH v3 1/1] system: optimizing info mtree printing for monitors
[PATCH v5 0/1] Optimizing the print format of the QEMU monitor 'info mtree'
2025-04-30 21:35 UTC (3+ messages)
` [PATCH v5 1/1] system: improve visual representation of node hierarchy
[PATCH v3 0/2] io: Increase unix stream socket buffer size
2025-04-30 21:02 UTC (4+ messages)
` [PATCH v3 2/2] io: Increase unix socket buffers on Linux
[PATCH v7 0/6] Report vfio-ap configuration changes
2025-04-30 20:55 UTC (3+ messages)
[PATCH 0/9] Maintainer updates for May (testing, plugins, virtio-gpu)
2025-04-30 20:42 UTC (7+ messages)
` [PATCH 8/9] virtio-gpu: fix hang under TCG when unmapping blob
[PATCH v2 0/2] block/null: Add read-pattern option
2025-04-30 20:37 UTC (3+ messages)
` [PATCH v2 1/2] block/null: Report DATA if not reading zeroes
` [PATCH v2 2/2] block/null: Add read-pattern option
[PATCH 0/2] block/null: Add read-pattern
2025-04-30 19:58 UTC (9+ messages)
` [PATCH 1/2] block/null: Report DATA if not reading zeroes
` [PATCH 2/2] block/null: Add read-pattern option
[PATCH v2 00/15] vfio: preparation for vfio-user
2025-04-30 19:40 UTC (16+ messages)
` [PATCH v2 01/15] vfio: add vfio_prepare_device()
` [PATCH v2 02/15] vfio: add vfio_unprepare_device()
` [PATCH v2 03/15] vfio: add vfio_attach_device_by_iommu_type()
` [PATCH v2 04/15] vfio: add vfio_device_get_irq_info() helper
` [PATCH v2 05/15] vfio: consistently handle return value for helpers
` [PATCH v2 06/15] include/qemu: add strread/writeerror()
` [PATCH v2 07/15] vfio: add vfio_pci_config_space_read/write()
` [PATCH v2 08/15] vfio: add unmap_all flag to DMA unmap callback
` [PATCH v2 09/15] vfio: implement unmap all for DMA unmap callbacks
` [PATCH v2 10/15] vfio: add device IO ops vector
` [PATCH v2 11/15] vfio: add region info cache
` [PATCH v2 12/15] vfio: add read/write to device IO ops vector
` [PATCH v2 13/15] vfio: add vfio-pci-base class
` [PATCH v2 14/15] vfio/container: pass listener_begin/commit callbacks
` [PATCH v2 15/15] vfio/container: pass MemoryRegion to DMA operations
[PATCH qemu v2 1/2] accel/tcg: Fixed cross-page overflow for 32 bit guest
2025-04-30 19:37 UTC (2+ messages)
[PULL 0/1] Block patches
2025-04-30 19:04 UTC (3+ messages)
` [PULL 1/1] file-posix: Fix crash on discard_granularity == 0
[PULL v2 000/161] tcg patch queue
2025-04-30 19:04 UTC (2+ messages)
[PULL 0/9] Misc patches (s390x, build env, clean-ups)
2025-04-30 18:50 UTC (10+ messages)
` [PULL 1/9] target/s390x: Introduce constant when checking if PV header couldn't be decrypted
` [PULL 2/9] target/s390x: Introduce function when exiting PV
` [PULL 3/9] target/s390x: Return UVC cmd code, RC and RRC value when DIAG 308 Subcode 10 fails to enter secure mode
` [PULL 4/9] meson/configure: add 'valgrind' option & --{en, dis}able-valgrind flag
` [PULL 5/9] Drop support for Python 3.8
` [PULL 6/9] tests/functional/test_ppc64_pseries: Skip test_ppc64_linux_smt_boot if necessary
` [PULL 7/9] meson.build: Put the D-Bus summary into the UI section
` [PULL 8/9] hw/rtc/mc146818rtc: Drop pre-v3 migration stream support
` [PULL 9/9] docs/devel/build-environment: enhance MSYS2 instructions
[BUG, RFC] Block graph deadlock on job-dismiss
2025-04-30 18:50 UTC (4+ messages)
[PATCH v6 0/3] Enable QEMU NVMe userspace driver on s390x
2025-04-30 18:50 UTC (4+ messages)
` [PATCH v6 1/3] util: Add functions for s390x mmio read/write
` [PATCH v6 2/3] include: Add a header to define host PCI MMIO functions
` [PATCH v6 3/3] block/nvme: Use host PCI MMIO API
[PATCH v5 0/3] Enable QEMU NVMe userspace driver on s390x
2025-04-30 18:38 UTC (12+ messages)
` [PATCH v5 1/3] util: Add functions for s390x mmio read/write
` [PATCH v5 2/3] include: Add a header to define host PCI MMIO functions
[PATCH] docs/devel/build-environment: enhance MSYS2 instructions
2025-04-30 18:12 UTC (7+ messages)
[PATCH v2] docs/devel/build-environment: enhance MSYS2 instructions
2025-04-30 18:10 UTC
[PATCH 0/5] Add support for user creatable SMMUv3 device
2025-04-30 17:47 UTC (5+ messages)
[PULL 0/8] block-job patches 2025-04-29
2025-04-30 17:36 UTC (3+ messages)
[PATCH v2 0/7] target/arm: Remove TYPE_AARCH64_CPU class
2025-04-30 17:21 UTC (15+ messages)
` [PATCH v2 1/7] target/microblaze: Use 'obj' in DEVICE() casts in mb_cpu_initfn()
` [PATCH v2 2/7] target/microblaze: Delay gdb_register_coprocessor() to realize
` [PATCH v2 3/7] hw/core/cpu-common: Don't init gdbstub until cpu_exec_realizefn()
` [PATCH v2 4/7] target/arm: Present AArch64 gdbstub based on ARM_FEATURE_AARCH64
` [PATCH v2 5/7] target/arm: Move aarch64 CPU property code to TYPE_ARM_CPU
` [PATCH v2 6/7] target/arm/kvm: don't check TYPE_AARCH64_CPU
` [PATCH v2 7/7] target/arm: Remove TYPE_AARCH64_CPU
[PATCH v2] Running with `--enable-ubsan` leads to a qtest failure:
2025-04-30 17:06 UTC (4+ messages)
[PATCH v2 00/16] accel/tcg: Compile cpu-exec.c twice
2025-04-30 17:04 UTC (24+ messages)
` [PATCH v2 01/16] accel/tcg: Generalize fake_user_interrupt test
` [PATCH v2 02/16] accel/tcg: Unconditionally use CPU_DUMP_CCOP in log_cpu_exec
` [PATCH v2 03/16] accel/tcg: Introduce TCGCPUOps.cpu_exec_reset
` [PATCH v2 04/16] target/i386: Split out x86_cpu_exec_reset
` [PATCH v2 05/16] accel/tcg: Hoist cpu_get_tb_cpu_state decl to accl/tcg/cpu-ops.h
` [PATCH v2 06/16] target/arm: Move cpu_get_tb_cpu_state to hflags.c
` [PATCH v2 07/16] target/arm: Unexport assert_hflags_rebuild_correctly
` [PATCH v2 08/16] target/riscv: Move cpu_get_tb_cpu_state to tcg-cpu.c
` [PATCH v2 09/16] accel/tcg: Return TCGTBCPUState from cpu_get_tb_cpu_state
` [PATCH v2 10/16] accel/tcg: Move cpu_get_tb_cpu_state to TCGCPUOps
` [PATCH v2 11/16] accel/tcg: Pass TCGTBCPUState to tb_lookup
` [PATCH v2 12/16] accel/tcg: Pass TCGTBCPUState to tb_htable_lookup
` [PATCH v2 13/16] accel/tcg: Use TCGTBCPUState in struct tb_desc
` [PATCH v2 14/16] accel/tcg: Pass TCGTBCPUState to tb_gen_code
` [PATCH v2 15/16] accel/tcg: Split out accel/tcg/helper-retaddr.h
` [PATCH v2 16/16] accel/tcg: Compile cpu-exec.c twice
Functional tests precache behaviour
2025-04-30 16:46 UTC (10+ messages)
[PATCH v3 08/11] mirror: Skip writing zeroes when target is already zero
2025-04-30 16:38 UTC (2+ messages)
` Re "
[PATCH v4 0/1] Optimizing the print format of the QEMU monitor 'info mtree'
2025-04-30 16:32 UTC
[PATCH v4 1/1] system: improve visual representation of node hierarchy
2025-04-30 16:32 UTC
[PATCH v3 07/11] mirror: Skip pre-zeroing destination if it is already zero
2025-04-30 16:09 UTC (2+ messages)
[PATCH 0/4] Test vmstate with scripts/vmstate-static-checker.py
2025-04-30 16:10 UTC (7+ messages)
` [PATCH 3/4] tests/data/vmstate-static-checker: Add dump files from QEMU 7.2.17
` [PATCH 4/4] tests/functional: Test with scripts/vmstate-static-checker.py
[PATCH v2 00/20] Add Multi-Core Debug (MCD) API support
2025-04-30 16:00 UTC (7+ messages)
` [PATCH v2 01/20] mcd: Introduce Multi-Core Debug (MCD) API
[PATCH] file-posix: Fix crash on discard_granularity == 0
2025-04-30 15:54 UTC (5+ messages)
[RFC PATCH] target/ppc: Inline most of dcbz helper
2025-04-30 15:14 UTC (15+ 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).