qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-04-30 16:52:03 to 2025-05-01 15:20:21 UTC [more...]

[PATCH v3 00/33] single-binary: compile target/arm twice
 2025-05-01 15:19 UTC  (45+ 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 18/33] target/arm/debug_helper: compile file twice (user, system)
` [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] scripts/vmstate-static-checker.py: Add new hpet entry for num_timers
 2025-05-01 15:12 UTC 

[PATCH 00/11] accel/tcg: Finish building once
 2025-05-01 14:55 UTC  (12+ messages)
` [PATCH 01/11] accel/tcg: Move user-only tlb_vaddr_to_host out of line
` [PATCH 02/11] accel/tcg: Move tlb_vaddr_to_host declaration to probe.h
` [PATCH 03/11] accel/tcg: Use target_long_bits() in cputlb.c
` [PATCH 04/11] accel/tcg: Use vaddr for plugin_{load,store}_cb
` [PATCH 05/11] accel/tcg: Build cputlb.c once
` [PATCH 06/11] include/user: Convert GUEST_ADDR_MAX to a variable
` [PATCH 07/11] include/user: Use vaddr in guest-host.h
` [PATCH 08/11] accel/tcg: Move TARGET_TAGGED_ADDRESSES to TCGCPUOps.untagged_addr
` [PATCH 09/11] accel/tcg: Remove TARGET_PAGE_DATA_SIZE
` [PATCH 10/11] accel/tcg: Avoid abi_ptr in user-exec.c
` [PATCH 11/11] accel/tcg: Build user-exec.c once

[PATCH 0/4] Test vmstate with scripts/vmstate-static-checker.py
 2025-05-01 14:28 UTC  (4+ messages)
` [PATCH 4/4] tests/functional: Test "

[PATCH] target/arm: Don't assert() for ISB/SB inside IT block
 2025-05-01 14:24 UTC  (2+ messages)

[PATCH v6 0/1] Optimizing the print format of the QEMU monitor 'info mtree'
 2025-05-01 13:49 UTC  (4+ messages)
` [PATCH v6 1/1] system: improve visual representation of node hierarchy in 'info mtree' output for qemu monitor

[PATCH] docs: Don't define duplicate label in qemu-block-drivers.rst.inc
 2025-05-01 13:48 UTC  (2+ messages)

[PATCH v2 0/7] target/arm: Remove TYPE_AARCH64_CPU class
 2025-05-01 13:09 UTC  (16+ 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

[PULL 0/1] Block patches
 2025-05-01 13:03 UTC  (3+ messages)

[PATCH v3 0/1] Optimizing the print format of the QEMU monitor 'info mtree'
 2025-05-01 12:51 UTC  (5+ messages)
` [PATCH v3 1/1] system: optimizing info mtree printing for monitors

[PATCH 0/5] hw/i386/pc: Remove deprecated 2.6 and 2.7 PC machines
 2025-05-01 12:38 UTC  (3+ messages)

[PATCH 0/6] accel/tcg: Build translate-all, tcg-all twice
 2025-05-01 12:37 UTC  (14+ 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 v2 00/15] vfio: preparation for vfio-user
 2025-05-01 11:53 UTC  (17+ 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 v2] target/riscv: Fix fcvt.s.bf16 NaN box checking
 2025-05-01 11:42 UTC 

[PATCH 0/5] Add support for user creatable SMMUv3 device
 2025-05-01  9:37 UTC  (6+ messages)

[PULL v2 0/8] block-job patches 2025-04-29
 2025-05-01  9:25 UTC  (2+ messages)
` [PULL v2 3/8] block: refactor error handling of commit_iteration

[PATCH v7 0/6] Report vfio-ap configuration changes
 2025-05-01  7:40 UTC  (4+ messages)

[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 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 v5 0/1] Optimizing the print format of the QEMU monitor 'info mtree'
 2025-04-30 21:35 UTC  (2+ messages)

[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 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 qemu v2 1/2] accel/tcg: Fixed cross-page overflow for 32 bit guest
 2025-04-30 19:37 UTC  (2+ messages)

[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  (7+ messages)
` [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 

[PULL 0/8] block-job patches 2025-04-29
 2025-04-30 17:36 UTC  (3+ messages)

[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  (17+ messages)
` [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 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


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).