messages from 2025-09-26 14:18:17 to 2025-09-28 23:36:08 UTC [more...]
[PATCH 0/7] Register API leaks fixes
2025-09-28 23:34 UTC (5+ messages)
` [PATCH 1/7] hw/core/register: remove the REGISTER device type
` [PATCH 2/7] hw/core/register: add the REGISTER_ARRAY type
[PATCH 0/2] linux-user: Support MADV_DONTDUMP, MADV_DODUMP
2025-09-28 23:23 UTC (3+ messages)
` [PATCH] accel/tcg: Properly unlink a TB linked to itself
[PATCH] target/riscv/kvm: Use riscv_cpu_is_32bit() when handling SBI_DBCN reg
2025-09-28 23:17 UTC (2+ messages)
[RFC PATCH 00/34] single-binary: Make riscv cpu.h target independent
2025-09-28 23:15 UTC (4+ messages)
` [RFC PATCH 02/34] target/riscv: Fix size of trivial CPUArchState fields
[PATCH v2 00/12] accel/tcg: Improve tb_flush usage
2025-09-28 23:10 UTC (3+ messages)
` [PATCH v2 04/12] target/riscv: Record misa_ext in TCGTBCPUState.cs_base
[PATCH] hw/xtensa/xtfpga: Have xtfpga_init() only initialize MMU
2025-09-28 22:41 UTC (2+ messages)
[PULL 00/27] ppc-for-20250928 queue
2025-09-28 19:26 UTC (28+ messages)
` [PULL 01/27] ppc/pnv: Introduce Pnv11Chip
` [PULL 02/27] ppc/pnv: Introduce Power11 PowerNV machine
` [PULL 03/27] ppc/pnv: Add PnvChipClass handler to get reference to interrupt controller
` [PULL 04/27] ppc/pnv: Add XIVE2 controller to Power11
` [PULL 05/27] ppc/pnv: Add PHB5 PCIe Host bridge "
` [PULL 06/27] ppc/pnv: Add ChipTOD model for Power11
` [PULL 07/27] tests/powernv: Switch to buildroot images instead of op-build
` [PULL 08/27] tests/powernv: Add PowerNV test for Power11
` [PULL 09/27] target/ppc: IBM PPE42 general regs and flags
` [PULL 10/27] target/ppc: Add IBM PPE42 family of processors
` [PULL 11/27] target/ppc: IBM PPE42 exception flags and regs
` [PULL 12/27] target/ppc: Add IBM PPE42 exception model
` [PULL 13/27] target/ppc: Support for IBM PPE42 MMU
` [PULL 14/27] target/ppc: Add IBM PPE42 special instructions
` [PULL 15/27] hw/ppc: Support for an IBM PPE42 CPU decrementer
` [PULL 16/27] hw/ppc: Add a test machine for the IBM PPE42 CPU
` [PULL 17/27] tests/functional: Add test for IBM PPE42 instructions
` [PULL 18/27] hw/intc/xics: Add missing call to register vmstate_icp_server
` [PULL 19/27] ppc/spapr: init lrdr-capapcity phys with ram size if maxmem not provided
` [PULL 20/27] ppc/xive2: Fix integer overflow warning in xive2_redistribute()
` [PULL 21/27] target/ppc: Move floating-point rounding and conversion instructions to decodetree
` [PULL 22/27] target/ppc: Move floating-point compare "
` [PULL 23/27] target/ppc: Move floating-point move "
` [PULL 24/27] target/ppc: Move remaining "
` [PULL 25/27] target/ppc: Introduce macro for deprecating PowerPC CPUs
` [PULL 26/27] target/ppc: Deprecate Power8E and Power8NVL
` [PULL 27/27] target/ppc: use MAKE_64BIT_MASK for mcrfs exception clear mask
[PATCH v6 0/9] Add IBM PPE42 CPU support
2025-09-28 19:33 UTC (7+ messages)
` [PATCH v6 2/9] target/ppc: Add IBM PPE42 family of processors
` [PATCH v6 7/9] hw/ppc: Support for an IBM PPE42 CPU decrementer
[PULL 00/13] loongarch queue
2025-09-28 19:25 UTC (15+ messages)
` [PULL 01/13] target/loongarch: Use mmu idx bitmap method when flush TLB
` [PULL 02/13] target/loongarch: Add parameter tlb pointer with fill_tlb_entry
` [PULL 03/13] target/loongarch: Reduce TLB flush with helper_tlbwr
` [PULL 04/13] target/loongarch: Update TLB index selection method
` [PULL 05/13] target/loongarch: Fix page size set issue with CSR_STLBPS
` [PULL 06/13] target/loongarch: Add tlb search callback in loongarch_tlb_search()
` [PULL 07/13] target/loongarch: Add common API loongarch_tlb_search_cb()
` [PULL 08/13] target/loongarch: Change return value type with loongarch_tlb_search_cb()
` [PULL 09/13] target/loongarch: Use loongarch_tlb_search_cb in helper_invtlb_page_asid_or_g
` [PULL 10/13] target/loongarch: Use loongarch_tlb_search_cb in helper_invtlb_page_asid
` [PULL 11/13] target/loongarch: Invalid tlb entry in invalidate_tlb()
` [PULL 12/13] target/loongarch: Only flush one TLB entry in helper_invtlb_page_asid_or_g()
` [PULL 13/13] target/loongarch: Only flush one TLB entry in helper_invtlb_page_asid()
[PULL v2 00/11] loongarch-to-apply queue
2025-09-28 19:25 UTC (13+ messages)
` [PULL v2 01/11] target/loongarch: move some machine define to virt.h
` [PULL v2 02/11] hw/loongarch: add virt feature dmsi support
` [PULL v2 03/11] hw/loongarch: add misc register support dmsi
` [PULL v2 04/11] loongarch: add a direct interrupt controller device
` [PULL v2 05/11] target/loongarch: add msg interrupt CSR registers
` [PULL v2 06/11] hw/loongarch: DINTC add a MemoryRegion
` [PULL v2 07/11] hw/loongarch: Implement dintc realize and unrealize
` [PULL v2 08/11] hw/loongarch: Implement dintc set irq
` [PULL v2 09/11] target/loongarch: Add CSR_ESTAT.bit15 and CSR_ECFG.bit15 for msg interrupts
` [PULL v2 10/11] target/loongarch:Implement csrrd CSR_MSGIR register
` [PULL v2 11/11] hw/loongarch: Implement DINTC plug/unplug interfaces
[PATCH v10 0/8] Power11 support for QEMU [PowerNV]
2025-09-28 16:34 UTC (7+ messages)
` [PATCH v10 3/8] ppc/pnv: Add PnvChipClass handler to get reference to interrupt controller
[PATCH 0/5] tcg: Delay lowering unsupported deposit/extract2
2025-09-28 16:31 UTC (6+ messages)
` [PATCH 1/5] tcg: Simplify extract2 usage in tcg_gen_shifti_i64
` [PATCH 2/5] tcg/optimize: Lower unsupported deposit during optimize
` [PATCH 3/5] tcg/optimize: Lower unsupported extract2 "
` [PATCH 4/5] tcg: Expand missing rotri with extract2
` [PATCH 5/5] tcg: Expand extract2_i64 with extract2_i32 on 32-bit host
[PATCH v2 00/14] hw/arm/smmuv3: Add initial support for Secure State
2025-09-28 14:26 UTC (11+ messages)
` [PATCH v2 03/14] hw/arm/smmuv3: Introduce secure registers and commands
` [PATCH v2 04/14] refactor: Move ARMSecuritySpace to a common header
` [PATCH v2 05/14] hw/arm/smmuv3: Introduce banked registers for SMMUv3 state
[RFT PATCH v2 0/2] Fix cross migration issue with missing features: pdcm, arch-capabilities
2025-09-28 9:46 UTC (2+ messages)
[RFT PATCH v2 0/2] Fix cross migration issue with missing features: pdcm, arch-capabilities
2025-09-28 9:41 UTC (3+ messages)
[PATCH v2 0/6] VFIO: cpr-transfer fixes
2025-09-28 8:54 UTC (7+ messages)
` [PATCH v2 1/6] vfio/container: Remap only populated parts in a section
` [PATCH v2 2/6] vfio/cpr-legacy: drop an erroneous assert
` [PATCH v2 3/6] vfio/iommufd: Set cpr.ioas_id on source side for CPR transfer
` [PATCH v2 4/6] vfio/iommufd: Restore vbasedev's reference to hwpt after "
` [PATCH v2 5/6] accel/kvm: Fix an erroneous check on coalesced_mmio_ring
` [PATCH v2 6/6] accel/kvm: Fix SIGSEGV when execute "query-balloon" after CPR transfer
[PATCH 0/5] VFIO: cpr-transfer fixes
2025-09-28 8:15 UTC (5+ messages)
` [PATCH 4/5] vfio/iommufd: Restore vbasedev's reference to hwpt after CPR transfer
[PATCH 5/5] accel/kvm: Fix SIGSEGV when execute "query-balloon" after CPR transfer
2025-09-28 8:13 UTC (3+ messages)
[PATCH] vfio: Remove workaround for kernel DMA unmap overflow bug
2025-09-28 8:05 UTC (4+ messages)
[PULL 00/61] CPU, Rust, x86 changes for 2025-09-13
2025-09-28 6:51 UTC (4+ messages)
` [PULL 54/61] i386/cpu: Enable SMM cpu address space under KVM
[PATCH 0/3] LoongArch: Align VIRT_GED_CPUHP_ADDR
2025-09-28 3:15 UTC (3+ messages)
` [PATCH 1/3] bios-tables-test-allowed-diff.h: Allow LoongArch DSDT.*
[PATCH v8 for v10.0.0 0/2] target/riscv:Fix riscv64 kvm migration
2025-09-28 2:46 UTC (3+ messages)
` "
[PATCH v2 0/7] fs/9p: Reuse inode based on path (in addition to qid)
2025-09-27 22:53 UTC (3+ messages)
[PATCH v2 00/27] CI/build-sys fixes to enable Rust more widely
2025-09-27 17:17 UTC (14+ messages)
` [PATCH v2 01/27] build-sys: require -lrt when no shm_open() in std libs
` [PATCH v2 03/27] scripts/archive-source: speed up downloading subprojects
` [PATCH v2 04/27] scripts/archive-source: silence subprojects downloads
` [PATCH v2 05/27] scripts/archive-source: use a bash array
` [PATCH v2 16/27] tests/lcitool: update to debian13
` [PATCH v2 22/27] RFC: tests/docker: add rust to debian-legacy-test-cross
[PULL 00/44] target-arm queue
2025-09-27 15:42 UTC (26+ messages)
` [PULL 01/44] hw/usb/hcd-uhci: don't assert for SETUP to non-0 endpoint
` [PULL 02/44] net/passt: Fix build failure due to missing GIO dependency
` [PULL 03/44] target/arm: Introduce KVMID_AA64_SYS_REG64
` [PULL 08/44] target/arm/hvf: Remove hvf_sreg_match.key
` [PULL 11/44] target/arm/hvf: Use raw_read, raw_write to access
` [PULL 14/44] target/arm: Drop define_one_arm_cp_reg_with_opaque
` [PULL 15/44] target/arm: Restrict the scope of CPREG_FIELD32, CPREG_FIELD64
` [PULL 17/44] target/arm: Add CP_REG_AA32_64BIT_{SHIFT,MASK}
` [PULL 19/44] target/arm: Convert init_cpreg_list to g_hash_table_foreach
` [PULL 20/44] target/arm: Remove cp argument to ENCODE_AA64_CP_REG
` [PULL 23/44] target/arm: Improve asserts in define_one_arm_cp_reg
` [PULL 25/44] target/arm: Move cpreg elimination to define_one_arm_cp_reg
` [PULL 27/44] target/arm: Split out alloc_cpreg
` [PULL 30/44] target/arm: Move alias setting for wildcards
` [PULL 31/44] target/arm: Move writeback of CP_ANY fields
` [PULL 32/44] target/arm: Move endianness fixup for 32-bit registers
` [PULL 34/44] target/arm: Split out redirect_cpreg
` [PULL 35/44] target/arm: Redirect VHE FOO_EL1 -> FOO_EL2 during translation
` [PULL 36/44] target/arm: Redirect VHE FOO_EL12 to FOO_EL1 "
` [PULL 37/44] target/arm: Rename some cpreg to their aarch64 names
` [PULL 38/44] target/arm: Remove define_arm_vh_e2h_redirects_aliases
` [PULL 39/44] target/arm: Replace magic GIC values by proper definitions
` [PULL 42/44] target/arm: Trace vCPU reset call
` [PULL 43/44] target/arm: Move ID register field defs to cpu-features.h
[PULL 00/29] vfio queue
2025-09-27 15:41 UTC (2+ messages)
[PULL 00/24] maintainer updates (scripts, semihosting, plugins)
2025-09-27 15:42 UTC (2+ messages)
[PATCH] migration: Fix state transition in postcopy_start() error handling
2025-09-27 14:01 UTC (2+ messages)
[PATCH] target/riscv: use riscv_csrr in riscv_csr_read
2025-09-27 14:00 UTC (3+ messages)
[PATCH] pcie_sriov: make pcie_sriov_pf_exit() safe on non-SR-IOV devices
2025-09-27 13:58 UTC (3+ messages)
[PATCH V3] hw/riscv/riscv-iommu: Fixup PDT Nested Walk
2025-09-27 13:03 UTC (2+ messages)
[PATCH] ui/spice: fix crash when disabling GL scanout on
2025-09-27 13:01 UTC (2+ messages)
[PATCH] docs/devel: Correct uefi-vars-x64 device name
2025-09-27 11:41 UTC (4+ messages)
[PATCH] ui/spice: Fix abort on SPICE client connect
2025-09-27 9:26 UTC (3+ messages)
[Stable-7.2.21 00/16] Patch Round-up for stable 7.2.21, freeze on 2025-10-06
2025-09-27 9:05 UTC (18+ messages)
` [Stable-7.2.21 01/16] hw/usb/hcd-ohci: Fix #1510, #303: pid not IN or OUT
` [Stable-7.2.21 02/16] .gitmodules: move u-boot mirrors to qemu-project-mirrors
` [Stable-7.2.21 03/16] tests: vhost-user-test: release mutex on protocol violation
` [Stable-7.2.21 04/16] vhost-user-test: no set non-blocking for cal fd less than 0
` [Stable-7.2.21 05/16] Revert "tests/qtest: use qos_printf instead of g_test_message"
` [Stable-7.2.21 06/16] tests/qtest: Do not run lsi53c895a test if device is not present
` [Stable-7.2.21 07/16] tests: Ensure TAP version is printed before other messages
` [Stable-7.2.21 08/16] hw/usb/network: Remove hardcoded 0x40 prefix in STRING_ETHADDR response
` [Stable-7.2.21 09/16] use fedora:37 for python container instead of :latest
` [Stable-7.2.21 10/16] python/machine: Fix AF_UNIX path too long on macOS
` [Stable-7.2.21 11/16] python/qmp/protocol: add open_with_socket()
` [Stable-7.2.21 12/16] python/qmp/legacy: make QEMUMonitorProtocol accept a socket
` [Stable-7.2.21 13/16] python/qemu/machine: use socketpair() for QMP by default
` [Stable-7.2.21 14/16] multiboot: Fix the split lock
` [Stable-7.2.21 15/16] accel/tcg: Properly unlink a TB linked to itself
` [Stable-7.2.21 16/16] tests/tcg/multiarch: Add tb-link test
[PATCH v3 0/5] Error recovery for zPCI passthrough devices
2025-09-27 7:05 UTC (8+ messages)
` [PATCH v3 2/5] vfio/pci: Add an error handler callback
[PATCH] mips: pass code of conditional trap
2025-09-27 5:33 UTC (5+ messages)
[RESEND PATCH] hw/arm/xlnx-zynqmp: wire a second GIC for the Cortex-R5
2025-09-27 1:10 UTC (2+ messages)
[QEMU PATCH 0/1] CXL: Enable FMAPI Add for MHSLDs
2025-09-27 0:18 UTC (2+ messages)
` [QEMU PATCH 1/1] hw/cxl/cxl-mailbox-utils: Enable FMAPI Initiate Add for MHSLD
[PATCH v1 0/5] Add Aspeed GPIO test and Support Nuvoton Serial GPIO Expansion (SGPIO) device
2025-09-26 21:49 UTC (7+ messages)
` [PATCH v1 3/5] hw/arm/npcm8xx.c: Add all IRQ ENUMs
` [PATCH v1 5/5] hw/gpio/npcm8xx: Implement npcm sgpio device input pin logic
[PATCH] qga: Support guest shutdown of BusyBox-based systems
2025-09-26 21:40 UTC
[PULL 00/11] loongarch-to-apply queue
2025-09-26 20:25 UTC (3+ messages)
` [PULL 03/11] hw/loongarch: add misc register support dmsi
[PATCH] docs/code-provenance: add an exception for non-creative AI changes
2025-09-26 19:26 UTC (3+ messages)
[PATCH v4 0/9] tests/functional: Adapt reverse_debugging to run w/o Avocado
2025-09-26 18:15 UTC (17+ messages)
` [PATCH v4 1/9] tests/functional: Re-activate the check-venv target
` [PATCH v4 3/9] tests/functional: Provide GDB to the functional tests
` [PATCH v4 8/9] tests/functional: Adapt reverse_debugging to run w/o Avocado
[PATCH] migration/multifd/tls: Cleanup BYE message processing on sender side
2025-09-26 17:40 UTC (2+ messages)
[PATCH v2 0/3] memory: Stop piggybacking on memory region owners
2025-09-26 17:10 UTC (14+ messages)
` [PATCH v2 3/3] "
[PATCH v2 0/2] isapc: remove support for -cpu host and -cpu max
2025-09-26 15:22 UTC (9+ messages)
` [PATCH v2 1/2] hw/i386/isapc.c: "
[PATCH] KVM: x86: Restrict writeback of SMI VCPU state
2025-09-26 14:54 UTC (2+ messages)
[PATCH v4 00/23] util: sync error_report & qemu_log output more closely
2025-09-26 14:31 UTC (7+ messages)
` [PATCH v4 09/23] util: introduce some API docs for logging APIs
` [PATCH v4 16/23] util: fix interleaving of error & trace output
[PATCH v2 00/32] Encode object type security status in code
2025-09-26 14:01 UTC (4+ messages)
` [PATCH v2 03/32] qapi: add 'insecure-types' option for -compat argument
` [PATCH v2 22/32] hw/vfio: mark all VFIO object classes as secure
` [PATCH v2 25/32] hw/usb: mark most USB devices/hosts "
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).