messages from 2025-07-24 11:01:23 to 2025-07-25 12:20:12 UTC [more...]
[PATCH v7 00/24] migration: propagate vTPM errors using Error objects
2025-07-25 12:18 UTC (2+ messages)
` [PATCH v7 03/24] migration: push Error **errp into qemu_loadvm_state_header()
[PATCH] target/i386: Fix #GP error code for INT instructions
2025-07-25 12:01 UTC (3+ messages)
` [PING] "
[PATCH for 10.1 00/13] documentation updates and test tweaks
2025-07-25 11:57 UTC (36+ messages)
` [PATCH for 10.1 01/13] docs/user: clarify user-mode expects the same OS
` [PATCH for 10.1 02/13] docs/system: reword the TAP notes to remove tarball ref
` [PATCH for 10.1 03/13] docs/user: clean up headings
` [PATCH for 10.1 04/13] docs/user: slightly reword section on system calls
` [PATCH for 10.1 05/13] docs/user: expand section on threading
` [PATCH for 10.1 06/13] tests/functional: add hypervisor test for aarch64
` [PATCH for 10.1 07/13] tests/tcg: skip libsyscall.so on softmmu tests
` [PATCH for 10.1 08/13] tests/tcg: remove ADDITIONAL_PLUGINS_TESTS
` [PATCH for 10.1 09/13] tests/tcg: don't include multiarch tests if not supported
` [PATCH for 10.1 10/13] configure: expose PYTHON to test/tcg/config-host.mak
` [PATCH for 10.1 11/13] tests/tcg: reduce the number of plugin tests combinations
` [PATCH for 10.1 12/13] tests/docker: add --arch-only to qemu deps for all-test-cross
` [PATCH for 10.1 13/13] tests/docker: handle host-arch selection "
[PULL 0/8] target-arm queue
2025-07-25 11:41 UTC (9+ messages)
` [PULL 1/8] target/arm: Expand the descriptor for SME/SVE memory ops to i64
` [PULL 2/8] target/arm: Pack mtedesc into upper 32 bits of descriptor
` [PULL 3/8] decodetree: Infer argument set before inferring format
` [PULL 4/8] target/arm: LD1Q, ST1Q are vector + scalar, not scalar + vector
` [PULL 5/8] target/arm: Pass correct esize to sve_st1_z() for LD1Q, ST1Q
` [PULL 6/8] target/arm: Fix LD1W, LD1D to 128-bit elements
` [PULL 7/8] hw/arm/smmu-common: Avoid using inlined functions with external linkage
` [PULL 8/8] target/arm: hvf: stubbing reads to LORC_EL1
[PATCH] pcie_sriov: Fix configuration and state synchronization
2025-07-25 11:27 UTC (2+ messages)
[PATCH] dump: enhance win_dump_available to report properly
2025-07-25 10:21 UTC (2+ messages)
[PATCH] util: win32: Write hex value when can't get error message
2025-07-25 9:59 UTC (7+ messages)
[PATCH v3 0/4] tests/functional: add CLI args
2025-07-25 9:41 UTC (5+ messages)
` [PATCH v3 1/4] tests/functional: add --debug CLI arg
` [PATCH v3 2/4] tests/functional: add --keep-scratch "
` [PATCH v3 3/4] tests/functional: add --list-tests "
` [PATCH v3 4/4] tests/functional: add -k TEST_NAME_PATTERN "
[PATCH 0/2] target/arm: hvf: add timer freq note and stubbing LORC_EL1 reads
2025-07-25 9:41 UTC (3+ messages)
` [PATCH 2/2] target/arm: hvf: stubbing reads to LORC_EL1
[PATCH] hw/arm/smmu-common: Avoid using inlined functions with external linkage
2025-07-25 9:36 UTC (4+ messages)
` [PATCH-for-10.1] "
[RFC 0/6] virtio-net: initial iterative live migration support
2025-07-25 9:33 UTC (9+ messages)
` [RFC 4/6] virtio-net: iter live migration - migrate vmstate
[PATCH 0/2] Do not abort on log-start/stop errors
2025-07-25 9:30 UTC (9+ messages)
` [PATCH 1/2] vhost: Do not abort on log-start error
` [PATCH 2/2] vhost: Do not abort on log-stop error
[PATCH v2 0/9] HVF: Add support for platform vGIC and nested virtualisation
2025-07-25 9:27 UTC (11+ messages)
` [PATCH v2 1/9] target/arm: hvf: stubbing writes to LORC_EL1
` [PATCH v2 2/9] accel, hw/arm, include/system/hvf: plumbing changes for HVF vGIC
` [PATCH v2 3/9] target/arm: hvf: instantiate GIC early
` [PATCH v2 4/9] target/arm: add asserts for code paths not leveraged when using the vGIC
` [PATCH v2 5/9] hw/intc: Add hvf vGIC interrupt controller support
` [PATCH v2 6/9] hw/arm, target/arm: nested virtualisation on HVF
` [PATCH v2 7/9] target/arm: hvf: pass through CNTHCTL_EL2 and MDCCINT_EL1
` [PATCH v2 8/9] hw/arm: virt: add GICv2m for the case when ITS is not available
` [PATCH v2 9/9] target/arm: hvf: use LOG_UNIMP for CNTP_CVAL_EL0/SYSREG_CNTP_CTL_EL0
[PATCH v2] tests/functional: add --debug CLI arg
2025-07-25 9:26 UTC (3+ messages)
[RFC PATCH v4 00/14] virtio: introduce support for GSO over UDP tunnel
2025-07-25 9:24 UTC (6+ messages)
` [RFC PATCH v4 04/14] virtio: introduce extended features type
` [RFC PATCH v4 06/14] virtio: add support for negotiating extended features
[PATCH v2] target/arm: add support for 64-bit PMCCNTR in AArch32 mode
2025-07-25 9:18 UTC (2+ messages)
[PATCH v2 0/3] tests/functional: add more CLI args
2025-07-25 9:00 UTC (8+ messages)
` [PATCH v2 1/3] tests/functional: add --keep-scratch CLI arg
` [PATCH v2 2/3] tests/functional: add --list-tests "
` [PATCH v2 3/3] tests/functional: add -k TEST_NAME_PATTERN "
[PATCH 0/9] HVF: Add support for platform vGIC and nested virtualisation
2025-07-25 8:34 UTC (10+ messages)
` [PATCH 1/9] target/arm: hvf: stubbing writes to LORC_EL1
` [PATCH 2/9] accel, hw/arm, include/system/hvf: plumbing changes for HVF vGIC
` [PATCH 3/9] target/arm: hvf: instantiate GIC early
` [PATCH 4/9] target/arm: add asserts for code paths not leveraged when using the vGIC
` [PATCH 5/9] hw/intc: Add hvf vGIC interrupt controller support
` [PATCH 6/9] hw/arm, target/arm: nested virtualisation on HVF
` [PATCH 7/9] target/arm: hvf: pass through CNTHCTL_EL2 and MDCCINT_EL1
` [PATCH 8/9] hw/arm: virt: add GICv2m for the case when ITS is not available
` [PATCH 9/9] target/arm: hvf: use LOG_UNIMP for CNTP_CVAL_EL0/SYSREG_CNTP_CTL_EL0
[PATCH] hw/intc/loongarch_ipi: Fix start fail with smp cpu < smp maxcpus on KVM
2025-07-25 8:12 UTC
[PATCH v2] hw/intc/loongarch_ipi: use logical CPU ID for kvm_ipi_access_regs
2025-07-25 7:32 UTC (3+ messages)
[PATCH v6 00/24] migration: propagate vTPM errors using Error objects
2025-07-25 7:15 UTC (30+ messages)
` [PATCH v6 01/24] migration: push Error **errp into vmstate_subsection_load()
` [PATCH v6 02/24] migration: push Error **errp into vmstate_load_state()
` [PATCH v6 03/24] migration: push Error **errp into qemu_loadvm_state_header()
` [PATCH v6 08/24] migration: push Error **errp into loadvm_process_command()
` [PATCH v6 11/24] migration: push Error **errp into loadvm_postcopy_handle_advise()
` [PATCH v6 15/24] migration: make loadvm_postcopy_handle_resume() void
` [PATCH v6 20/24] migration: push Error **errp into qemu_loadvm_state()
` [PATCH v6 23/24] migration: Add error-parameterized function variants in VMSD struct
[PATCH] docs/qapi-code-gen: change recommendations for cross-reference syntax
2025-07-25 6:48 UTC (2+ messages)
[PATCH] target/i386: fix width of third operand of VINSERTx128
2025-07-25 6:47 UTC (2+ messages)
[ANNOUNCE] QEMU 10.0.3 Stable released
2025-07-25 6:44 UTC (3+ messages)
[PATCH] hw/display/qxl-render.c: fix qxl_unpack_chunks() chunk size calculation
2025-07-25 6:24 UTC (2+ messages)
[PATCH v2 0/3] RISC-V: ACPI: Update FADT and MADT versions
2025-07-25 4:03 UTC (10+ messages)
` [PATCH v2 1/3] bios-tables-test-allowed-diff.h: Allow RISC-V FADT and MADT changes
` [PATCH v2 2/3] hw/riscv/virt-acpi-build.c: Update FADT and MADT versions
` [PATCH v2 3/3] tests/data/acpi/riscv64: Update expected FADT and MADT
[PATCH v6] target/loongarch: Guard 64-bit-only insn translation with TRANS64 macro
2025-07-25 3:40 UTC (2+ messages)
[PATCH v5] target/loongarch: Guard 64-bit-only insn translation with TRANS64 macro
2025-07-25 2:59 UTC (3+ messages)
[PATCH v1] intc/riscv_aplic: Fix target register read when source is inactive
2025-07-25 2:25 UTC (4+ messages)
` 回复: "
` [PATCH v2] "
[PATCH v3 00/17] target/loongarch: Enhancement about tcg mmu
2025-07-25 1:48 UTC (18+ messages)
` [PATCH v3 01/17] target/loongarch: Move some function definition to kvm directory
` [PATCH v3 02/17] target/loongarch: Define function loongarch_cpu_post_init as static
` [PATCH v3 03/17] target/loongarch: Set page size in TLB misc with STLB
` [PATCH v3 04/17] target/loongarch: Add header file cpu-mmu.h
` [PATCH v3 05/17] target/loongarch: Add common function loongarch_check_pte()
` [PATCH v3 06/17] target/loongarch: Use loongarch_check_pte() with page table walking
` [PATCH v3 07/17] target/loongarch: Add parameter mmu_context with loongarch_page_table_walker
` [PATCH v3 08/17] target/loongarch: Add parameter mmu_context with loongarch_map_tlb_entry
` [PATCH v3 09/17] target/loongarch: Add parameter mmu_context with loongarch_get_addr_from_tlb
` [PATCH v3 10/17] target/loongarch: Add parameter mmu_context with loongarch_map_address
` [PATCH v3 11/17] target/loongarch: Add parameter mmu_context with get_physical_address
` [PATCH v3 12/17] target/loongarch: Track user mode address accessed in kernel mode
` [PATCH v3 13/17] target/loongarch: Use correct address when flush tlb
` [PATCH v3 14/17] target/loongarch: Use mmu idx bitmap method "
` [PATCH v3 15/17] target/loongarch: Add parameter tlb pointer with fill_tlb_entry
` [PATCH v3 16/17] target/loongarch: Reduce TLB flush with helper_tlbwr
` [PATCH v3 17/17] target/loongarch: Update TLB index selection method
[PATCH] target/arm: Clean up of register field definitions
2025-07-25 1:47 UTC
[QEMU bug] [x86_64] Incorrect emulation of vinserti128 instruction
2025-07-24 23:16 UTC (2+ messages)
[PATCH] riscv: Revert "Generate strided vector loads/stores with tcg nodes."
2025-07-24 23:08 UTC (2+ messages)
[PATCH v3 0/6] contrib/plugins: uftrace
2025-07-24 20:48 UTC (2+ messages)
[PATCH v4 0/7] contrib/plugins: uftrace
2025-07-24 20:45 UTC (8+ messages)
` [PATCH v4 1/7] contrib/plugins/uftrace: new uftrace plugin
` [PATCH v4 2/7] contrib/plugins/uftrace: add trace-sample option
` [PATCH v4 3/7] contrib/plugins/uftrace: add trace-privilege-level option
` [PATCH v4 4/7] contrib/plugins/uftrace: add timestamp-based-on-real-time option
` [PATCH v4 5/7] contrib/plugins/uftrace_symbols.py
` [PATCH v4 6/7] contrib/plugins/uftrace: add documentation
` [PATCH v4 7/7] contrib/plugins/uftrace: add support for x64
[RFC 0/3] aio-posix: enable io_uring SINGLE_ISSUER and TASKRUN flags
2025-07-24 20:47 UTC (4+ messages)
` [RFC 1/3] iothread: create AioContext in iothread_run()
` [RFC 2/3] aio-posix: enable IORING_SETUP_SINGLE_ISSUER
` [RFC 3/3] aio-posix: enable IORING_SETUP_COOP_TASKRUN | IORING_SETUP_TASKRUN_FLAG
[PATCH RFC 0/1] block/export: FUSE-over-io_uring Support for QEMU FUSE Exports
2025-07-24 20:36 UTC (4+ messages)
` [PATCH RFC 1/1] "
[PATCH v2] hw/smbios: allow clearing the VM bit in SMBIOS table 0
2025-07-24 19:54 UTC
[PATCH] hw/smbios: allow clearing the VM bit in SMBIOS table 0
2025-07-24 19:47 UTC
[PATCH] tests/functional: add --debug CLI arg
2025-07-24 19:47 UTC (4+ messages)
[PATCH v2] i386/kvm: Disable hypercall patching quirk by default
2025-07-24 19:21 UTC (6+ messages)
[PATCH] system/physmem: fix use-after-free with dispatch
2025-07-24 19:01 UTC (4+ messages)
[PULL 0/1] Tracing patches
2025-07-24 14:46 UTC (2+ messages)
` [PULL 1/1] log: make '-msg timestamp=on' apply to all qemu_log usage
[PATCH] log: make '-msg timestamp=on' apply to all qemu_log usage
2025-07-24 14:12 UTC (2+ messages)
[PATCH] hw/sd/sdcard: fix SEND_STATUS for SPI cards
2025-07-24 13:38 UTC
[PATCH v2] tests/functional: add hypervisor test for aarch64
2025-07-24 13:38 UTC (3+ messages)
[PULL 0/7] ppc queue
2025-07-24 13:31 UTC (8+ messages)
` [PULL 1/7] MAINTAINERS: Adding myself as a co-maintainer for ppc/spapr
` [PULL 2/7] MAINTAINERS: Adding myself as reviewer for PPC KVM cpus
` [PULL 3/7] MAINTAINERS: Add myself as reviewer for PowerPC TCG CPUs
` [PULL 4/7] MAINTAINERS: Add myself as a reviewer of PowerNV emulation
` [PULL 5/7] MAINTAINERS: Add myself as a reviewer for XIVE
` [PULL 6/7] MAINTAINERS: Remove Frédéric as reviewer
` [PULL 7/7] MAINTAINERS: remove myself as ppc maintainer/reviewer
[PATCH] MAINTAINERS: Remove Frédéric as reviewer
2025-07-24 12:35 UTC (4+ messages)
[PATCH 00/14] python: misc cleanups for python code
2025-07-24 12:44 UTC (3+ messages)
` [PATCH 03/14] python: drop 'is_closing' back compat helper
[PATCH] MAINTAINERS: remove myself as ppc maintainer/reviewer
2025-07-24 12:39 UTC (2+ messages)
[PATCH v2 0/5] MAINTAINERS updates for ppc/spapr/pnv/xive
2025-07-24 12:35 UTC (2+ 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).