messages from 2025-09-01 13:05:13 to 2025-09-02 04:09:00 UTC [more...]
[PATCH v2 00/40] hexagon system emulation v2, part 1/3
2025-09-02 3:47 UTC (36+ messages)
` [PATCH v2 01/40] docs: Add hexagon sysemu docs
` [PATCH v2 02/40] docs/system: Add hexagon CPU emulation
` [PATCH v2 03/40] target/hexagon: Fix badva reference, delete CAUSE
` [PATCH v2 04/40] target/hexagon: Add missing A_CALL attr, hintjumpr to multi_cof
` [PATCH v2 05/40] target/hexagon: Handle system/guest registers in gen_analyze_funcs.py and hex_common.py
` [PATCH v2 06/40] target/hexagon: Make gen_exception_end_tb non-static
` [PATCH v2 07/40] target/hexagon: Switch to tag_ignore(), generate via get_{user, sys}_tags()
` [PATCH v2 08/40] target/hexagon: Add system event, cause codes
` [PATCH v2 09/40] target/hexagon: Add privilege check, use tag_ignore()
` [PATCH v2 10/40] target/hexagon: Add memory order definition
` [PATCH v2 11/40] target/hexagon: Add a placeholder fp exception
` [PATCH v2 12/40] target/hexagon: Add guest, system reg number defs
` [PATCH v2 13/40] target/hexagon: Add guest, system reg number state
` [PATCH v2 14/40] target/hexagon: Add TCG values for sreg, greg
` [PATCH v2 15/40] target/hexagon: Add guest/sys reg writes to DisasContext
` [PATCH v2 16/40] target/hexagon: Add imported macro, attr defs for sysemu
` [PATCH v2 17/40] target/hexagon: Define DCache states
` [PATCH v2 19/40] target/hexagon: Add handlers for guest/sysreg r/w
` [PATCH v2 22/40] target/hexagon: Make A_PRIV, "J2_trap*" insts need_env()
` [PATCH v2 23/40] target/hexagon: Define register fields for system regs
` [PATCH v2 24/40] target/hexagon: Implement do_raise_exception()
` [PATCH v2 25/40] target/hexagon: Add system reg insns
` [PATCH v2 26/40] target/hexagon: Add sysemu TCG overrides
` [PATCH v2 27/40] target/hexagon: Add implicit attributes to sysemu macros
` [PATCH v2 28/40] target/hexagon: Add TCG overrides for int handler insts
` [PATCH v2 29/40] target/hexagon: Add TCG overrides for thread ctl
` [PATCH v2 30/40] target/hexagon: Add TCG overrides for rte, nmi
` [PATCH v2 31/40] target/hexagon: Add sreg_{read,write} helpers
` [PATCH v2 34/40] target/hexagon: Add {TLB, k0}lock, cause code, wait_next_pc
` [PATCH v2 35/40] target/hexagon: Add stubs for modify_ssr/get_exe_mode
` [PATCH v2 36/40] target/hexagon: Add gdb support for sys regs
` [PATCH v2 37/40] target/hexagon: Add initial MMU model
` [PATCH v2 38/40] target/hexagon: Add clear_wait_mode() definition
` [PATCH v2 39/40] target/hexagon: Define f{S,G}ET_FIELD macros
` [PATCH v2 40/40] target/hexagon: Add hex_interrupts support
[PATCH v2 00/39] hexagon system emulation v2, part 2/3
2025-09-02 3:48 UTC (34+ messages)
` [PATCH v2 01/39] target/hexagon: Implement ciad helper
` [PATCH v2 03/39] target/hexagon: Implement iassign{r,w} helpers
` [PATCH v2 06/39] target/hexagon: Implement {g,s}etimask helpers
` [PATCH v2 07/39] target/hexagon: Implement wait helper
` [PATCH v2 09/39] target/hexagon: Implement arch_get_system_reg()
` [PATCH v2 10/39] target/hexagon: Implement arch_{s, g}et_{thread, system}_reg()
` [PATCH v2 12/39] target/hexagon: Add implementation of cycle counters
` [PATCH v2 13/39] target/hexagon: Implement modify_syscfg()
` [PATCH v2 14/39] target/hexagon: Implement hex_tlb_entry_get_perm()
` [PATCH v2 15/39] target/hexagon: Implement hex_tlb_lookup_by_asid()
` [PATCH v2 16/39] target/hexagon: Implement software interrupt
` [PATCH v2 17/39] target/hexagon: Implement exec_interrupt, set_irq
` [PATCH v2 18/39] target/hexagon: add simple cpu_exec_reset and pointer_wrap
` [PATCH v2 19/39] target/hexagon: Implement hexagon_tlb_fill()
` [PATCH v2 20/39] target/hexagon: Implement siad inst
` [PATCH v2 21/39] target/hexagon: Implement hexagon_resume_threads()
` [PATCH v2 22/39] target/hexagon: Implement setprio, resched
` [PATCH v2 23/39] target/hexagon: Add sysemu_ops, cpu_get_phys_page_debug()
` [PATCH v2 24/39] target/hexagon: Add exec-start-addr prop
` [PATCH v2 25/39] target/hexagon: extend hexagon_cpu_mmu_index() for sysemu
` [PATCH v2 26/39] target/hexagon: Decode trap1, rte as COF
` [PATCH v2 27/39] target/hexagon: Implement hexagon_find_last_irq()
` [PATCH v2 28/39] target/hexagon: Implement modify_ssr, resched, pending_interrupt
` [PATCH v2 29/39] target/hexagon: Add pkt_ends_tb to translation
` [PATCH v2 30/39] target/hexagon: Add next_PC, {s,g}reg writes
` [PATCH v2 31/39] target/hexagon: Add implicit sysreg writes
` [PATCH v2 32/39] target/hexagon: Define system, guest reg names
` [PATCH v2 33/39] target/hexagon: initialize sys/guest reg TCGvs
` [PATCH v2 35/39] target/hexagon: Define gen_precise_exception()
` [PATCH v2 36/39] target/hexagon: Add TCG overrides for transfer insts
` [PATCH v2 37/39] target/hexagon: Add support for loadw_phys
` [PATCH v2 38/39] target/hexagon: Add guest reg reading functionality
` [PATCH v2 39/39] target/hexagon: Add pcycle setting functionality
[PATCH 00/38] hexagon system emu, part 1/3
2025-09-02 1:20 UTC (49+ messages)
` [PATCH 06/38] target/hexagon: Add privilege check, use tag_ignore()
` [PATCH 08/38] target/hexagon: Add guest, system reg number defs
` [PATCH 10/38] target/hexagon: Add TCG values for sreg, greg
` [PATCH 12/38] target/hexagon: Add imported macro, attr defs for sysemu
` [PATCH 14/38] target/hexagon: Add new macro definitions "
` [PATCH 15/38] target/hexagon: Add handlers for guest/sysreg r/w
` [PATCH 20/38] target/hexagon: Implement do_raise_exception()
` [PATCH 21/38] target/hexagon: Add system reg insns
` [PATCH 22/38] target/hexagon: Add sysemu TCG overrides
` [PATCH 23/38] target/hexagon: Add implicit attributes to sysemu macros
` [PATCH 27/38] target/hexagon: Add sreg_{read,write} helpers
` [PATCH 28/38] target/hexagon: Initialize htid, modectl regs
` [PATCH 33/38] target/hexagon: Add gdb support for sys regs
` [PATCH 34/38] target/hexagon: Add initial MMU model
[PATCH 00/39] hexagon system emu, part 2/3
2025-09-02 1:33 UTC (7+ messages)
` [PATCH 01/39] target/hexagon: Implement ciad helper
` [PATCH 04/39] target/hexagon: Implement start/stop helpers
[PATCH v2 00/11] hexagon system emulation v2, part 3/3
2025-09-02 3:49 UTC (11+ messages)
` [PATCH v2 01/11] hw/hexagon: Add globalreg model
` [PATCH v2 03/11] hw/hexagon: Add machine configs for sysemu
` [PATCH v2 04/11] hw/hexagon: Add v68, sa8775-cdsp0 defs
` [PATCH v2 05/11] hw/hexagon: Add support for cfgbase
` [PATCH v2 06/11] hw/hexagon: Modify "Standalone" symbols
` [PATCH v2 07/11] target/hexagon: add build config for softmmu
` [PATCH v2 08/11] hw/hexagon: Define hexagon "virt" machine
` [PATCH v2 09/11] tests/qtest: Add hexagon boot-serial-test
` [PATCH v2 10/11] hw/timer: Add QTimer device
` [PATCH v2 11/11] hw/intc: Add l2vic interrupt controller
[PATCH v2] hw/loongarch/virt: Add reset interface for virt-machine
2025-09-02 2:27 UTC (3+ messages)
[PATCH v5 00/21] intel_iommu: Enable stage-1 translation for passthrough device
2025-09-02 2:12 UTC (4+ messages)
` [PATCH v5 04/21] vfio: Introduce helper vfio_pci_from_vfio_device()
[PATCH] hw/loongarch/virt: Fix the cpu hotplug issue
2025-09-02 2:07 UTC (4+ messages)
[PATCH] hw/arm/boot: replace fprintf with error_report
2025-09-01 21:58 UTC (4+ messages)
[PATCH] hw/arm/raspi4b: replace fprintf with error_report
2025-09-01 21:35 UTC
PGP keysigning at KVM Forum 2025
2025-09-01 21:30 UTC (2+ messages)
[PATCH] hw/scsi/mptsas: Avoid silent integer truncation in MPI_FUNC_IOC_INIT
2025-09-01 20:59 UTC (2+ messages)
[PATCH v2 0/8] sd: Add RPMB emulation to eMMC model
2025-09-01 20:58 UTC (6+ messages)
` [PATCH v2 2/8] hw/sd/sdcard: Add validation for boot-partition-size
` [PATCH v2 8/8] scripts: Add helper script to generate eMMC block device images
[PATCH] docs/about/removed-features: Clarify 'device_add' is removed
2025-09-01 20:59 UTC (2+ messages)
[PATCH v2 0/3] single-binary: compile some top level files once
2025-09-01 20:51 UTC (4+ messages)
` [PATCH v2 3/3] system/main.c: compile only once
[PATCH v2 0/2] single-binary: compile hw/intc/arm* files once
2025-09-01 20:50 UTC (5+ messages)
[PATCH v3] hw/i386/pc_piix.c: remove unnecessary if() from pc_init1()
2025-09-01 20:44 UTC (2+ messages)
[PATCH v2] hw/i386/pc_piix.c: remove unnecessary if() from pc_init1()
2025-09-01 20:36 UTC (3+ messages)
[PATCH 00/19] python: 3.14 compatibility and python-qemu-qmp synchronization
2025-09-01 20:27 UTC (20+ messages)
` [PATCH 01/19] python: backport 'Change error classes to have better repr methods'
` [PATCH 02/19] python: backport 'EventListener: add __repr__ method'
` [PATCH 03/19] python: backport 'kick event queue on legacy event_pull()'
` [PATCH 04/19] python: backport 'protocol: adjust logging name when changing client name'
` [PATCH 05/19] python: backport 'drop Python3.6 workarounds'
` [PATCH 06/19] python: backport 'qmp-shell: add common_parser()'
` [PATCH 07/19] python: backport 'feat: allow setting read buffer limit'
` [PATCH 08/19] python: backport 'make require() preserve async-ness'
` [PATCH 09/19] python: backport 'qmp-shell-wrap: handle missing binary gracefully'
` [PATCH 10/19] python: backport 'qmp-tui: Do not crash if optional dependencies are not met'
` [PATCH 11/19] python: backport 'Remove deprecated get_event_loop calls'
` [PATCH 12/19] python: backport '*really* remove get_event_loop'
` [PATCH 13/19] python: backport 'python: avoid creating additional event loops per thread'
` [PATCH 14/19] python: synchronize qemu.qmp documentation
` [PATCH 15/19] iotests: drop compat for old version context manager
` [PATCH 16/19] python: ensure QEMUQtestProtocol closes its socket
` [PATCH 17/19] iotests/147: ensure temporary sockets are closed before exiting
` [PATCH 18/19] iotests/151: ensure subprocesses are cleaned up
` [PATCH 19/19] iotests/check: always enable all python warnings
[RFC PATCH 0/4] migration: Introduce postcopy-setup capability and state
2025-09-01 17:57 UTC (7+ messages)
[RFC PATCH v2 0/9] support unaligned access to xHCI Capability
2025-09-01 17:22 UTC (10+ messages)
` [RFC PATCH v2 1/9] doc/devel/memory.rst: additional explanation for unaligned access
` [RFC PATCH v2 5/9] system/memory: support "
` [RFC PATCH v2 8/9] hw/misc: add test device for memory access
` [PATCH RFC v2 9/9] tests/qtest: add test for memory region access
[PATCH] contrib/plugins/execlog: Explicitly check for qemu_plugin_read_register() failure
2025-09-01 17:09 UTC (4+ messages)
[PATCH v6 0/9] contrib/plugins: uftrace
2025-09-01 17:07 UTC (3+ messages)
[PATCH] hw/usb/network: Remove hardcoded 0x40 prefix
2025-09-01 17:07 UTC (5+ messages)
[PATCH] tests, scripts: Don't import print_function from __future__
2025-09-01 16:16 UTC (2+ messages)
[PATCH v3] qapi: net/tap: deprecate vhostforce option
2025-09-01 15:39 UTC
[PATCH v2] qapi: net/tap: deprecate vhostforce option
2025-09-01 15:25 UTC (2+ messages)
[PATCH v2] pcie_sriov: Fix broken MMIO accesses from SR-IOV VFs
2025-09-01 15:14 UTC
[PATCH 0/7] target/arm/hvf cleanups
2025-09-01 15:02 UTC (7+ messages)
` [PATCH 4/7] target/arm/hvf: Add KVMID_TO_HVF, HVF_TO_KVMID
[PATCH v5 00/13] virtio: introduce support for GSO over UDP tunnel
2025-09-01 14:54 UTC (2+ messages)
[PATCH v2 0/3] system: Forbid alloca()
2025-09-01 14:41 UTC (9+ messages)
` [PATCH v2 1/3] target/ppc/kvm: Avoid using alloca()
` [PATCH v2 2/3] buildsys: Prohibit alloca() use on system code
` [PATCH v2 3/3] docs/devel/style: Mention alloca() family API is forbidden
[PATCH v2 00/20] TAP initialization refactoring
2025-09-01 14:28 UTC (2+ messages)
[RFC 0/6] virtio-net: initial iterative live migration support
2025-09-01 14:10 UTC (31+ messages)
` [RFC 1/6] migration: Add virtio-iterative capability
` [RFC 5/6] virtio,virtio-net: skip consistency check in virtio_load for iterative migration
[PATCH] hw/i386/pc_piix.c: remove unnecessary if() from pc_init1()
2025-09-01 14:05 UTC (4+ messages)
[PATCH 00/16] memory: Stop piggybacking on memory region owners
2025-09-01 13:42 UTC (4+ messages)
[PATCH] qapi: net/tap: deprecate vhostforce option
2025-09-01 13:41 UTC (5+ messages)
[RFC PATCH 0/3] Support RISC-V Zvqdotq vector dot-product extension
2025-09-01 13:38 UTC (4+ messages)
` [RFC PATCH 1/3] target/riscv: Add Zvqdotq cfg property
` [RFC PATCH 2/3] target/riscv: rvv: Add Zvqdotq support
` [RFC PATCH 3/3] target/riscv: Expose Zvqdotq extension as a cpu property
[PATCH v2 00/18] accel, cpus: clean up cpu->exit_request
2025-09-01 13:33 UTC (19+ messages)
` [PATCH 03/18] target/i386: limit a20 to system emulation
` [PATCH 09/18] accel: use store_release/load_acquire for cross-thread exit_request
` [PATCH 10/18] accel: use atomic accesses for exit_request
` [PATCH 11/18] accel/tcg: create a thread-kick function for TCG
` [PATCH 12/18] accel/tcg: inline cpu_exit()
` [PATCH 13/18] cpus: remove TCG-ism from cpu_exit()
` [PATCH 16/18] cpus: clear exit_request in qemu_wait_io_event
` [PATCH 17/18] accel: make all calls to qemu_wait_io_event look the same
` [PATCH 18/18] tcg/user: do not set exit_request gratuitously
[PULL 00/28] i386, accel, memory patches for 2025-08-29
2025-09-01 13:27 UTC (4+ messages)
` [PULL 15/28] hw/i386/pc_piix.c: assume pcmc->pci_enabled is always true in pc_init1()
[PATCH 0/5] intel_iommu: Add PRI support
2025-09-01 11:17 UTC (6+ messages)
` [PATCH 1/5] pcie: Add a way to get the outstanding page request allocation (pri) from the config space
` [PATCH 2/5] intel_iommu: Bypass barrier wait descriptor
` [PATCH 3/5] intel_iommu: Declare PRI constants and structures
` [PATCH 4/5] intel_iommu: Declare registers for PRI
` [PATCH 5/5] intel_iommu: Add PRI operations support
[PATCH 0/4] arm_load_dtb cleanups
2025-09-01 13:05 UTC (5+ messages)
` [PATCH 1/4] hw/arm: use g_autofree for filename in arm_load_dtb
` [PATCH 3/4] hw/arm: use g_auto(GStrv) for node_path "
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).