QEMU-Arm Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-07-16 15:50:39 to 2026-07-18 21:57:37 UTC [more...]

[RFC PATCH 000/134] qom: Make composition-tree parenting mandatory
 2026-07-18 21:35 UTC  (74+ messages)
` [RFC PATCH v2 000/137] "
  ` [RFC PATCH v2 001/137] qom: Introduce object_new_child()
  ` [RFC PATCH v2 002/137] qdev: Rename qdev_new()/qdev_try_new() to *_orphan()
  ` [RFC PATCH v2 003/137] qdev: Reintroduce qdev_new() with a mandatory QOM parent
  ` [RFC PATCH v2 004/137] sysbus: Make sysbus_create_simple()/_varargs() take a "
  ` [RFC PATCH v2 005/137] pci: Make pci_new*()/pci_create_simple*() "
  ` [RFC PATCH v2 006/137] isa: Make isa_new()/isa_try_new()/isa_create_simple() "
  ` [RFC PATCH v2 007/137] i2c: Make i2c_slave_new()/i2c_slave_create_simple() "
  ` [RFC PATCH v2 008/137] ssi, usb: Make bus-layer creators "
  ` [RFC PATCH v2 009/137] cpu: Make cpu_create() "
  ` [RFC PATCH v2 010/137] hw/avr: Give onboard devices "
  ` [RFC PATCH v2 011/137] hw/tricore: "
  ` [RFC PATCH v2 012/137] hw/xtensa: "
  ` [RFC PATCH v2 013/137] hw/alpha: "
  ` [RFC PATCH v2 014/137] hw/nitro: "
  ` [RFC PATCH v2 015/137] hw/vmapple: "
  ` [RFC PATCH v2 016/137] hw/hppa: "
  ` [RFC PATCH v2 017/137] hw/microblaze: "
  ` [RFC PATCH v2 018/137] hw/sh4: "
  ` [RFC PATCH v2 019/137] hw/s390x: "
  ` [RFC PATCH v2 020/137] hw/or1k: "
  ` [RFC PATCH v2 021/137] hw/loongarch: "
  ` [RFC PATCH v2 022/137] hw/intc: "
  ` [RFC PATCH v2 023/137] hw/pci-host: "
  ` [RFC PATCH v2 024/137] hw/core: "
  ` [RFC PATCH v2 025/137] hw/remote: "
  ` [RFC PATCH v2 026/137] hw/ufs: "
  ` [RFC PATCH v2 027/137] hw/nvme: "
  ` [RFC PATCH v2 028/137] hw/vfio: "
  ` [RFC PATCH v2 029/137] hw/mem: "
  ` [RFC PATCH v2 030/137] hw/cxl: "
  ` [RFC PATCH v2 031/137] hw/hexagon: "
  ` [RFC PATCH v2 032/137] hw/xen: "
  ` [RFC PATCH v2 033/137] hw/display: "
  ` [RFC PATCH v2 034/137] hw/nvram: "
  ` [RFC PATCH v2 035/137] hw/dma: "
  ` [RFC PATCH v2 036/137] hw/misc: "
  ` [RFC PATCH v2 037/137] hw/scsi: "
  ` [RFC PATCH v2 038/137] hw/net: "
  ` [RFC PATCH v2 039/137] hw/ide: "
  ` [RFC PATCH v2 040/137] hw/i3c: "
  ` [RFC PATCH v2 041/137] hw/core/sysbus: Skip nested devices in foreach_dynamic_sysbus_device()
  ` [RFC PATCH v2 042/137] hw/pci-bridge: Give onboard devices a QOM parent
  ` [RFC PATCH v2 043/137] hw/sparc64: "
  ` [RFC PATCH v2 044/137] hw/sparc: "
  ` [RFC PATCH v2 045/137] hw/m68k: "
  ` [RFC PATCH v2 046/137] hw/rtc: "
  ` [RFC PATCH v2 047/137] hw/i2c: "
  ` [RFC PATCH v2 048/137] hw/block: "
  ` [RFC PATCH v2 049/137] hw/char: "
  ` [RFC PATCH v2 050/137] hw/isa: "
  ` [RFC PATCH v2 051/137] hw/pci: "
  ` [RFC PATCH v2 052/137] hw/riscv: "
  ` [RFC PATCH v2 053/137] hw/mips: "
  ` [RFC PATCH v2 054/137] hw/i386: "
  ` [RFC PATCH v2 055/137] hw/ppc: "
  ` [RFC PATCH v2 056/137] hw/pci, hw/isa: Give VGA and slot-NIC helpers "
  ` [RFC PATCH v2 057/137] hw/arm/virt: Give onboard devices "
  ` [RFC PATCH v2 058/137] hw/arm/sbsa-ref: "
  ` [RFC PATCH v2 059/137] hw/arm/xilinx-zynq: "
  ` [RFC PATCH v2 060/137] hw/arm/xlnx-versal, xlnx-zynqmp: "
  ` [RFC PATCH v2 061/137] hw/arm/realview, integratorcp: "
  ` [RFC PATCH v2 062/137] hw/arm/npcm: "
  ` [RFC PATCH v2 063/137] hw/arm/versatile, vexpress: "
  ` [RFC PATCH v2 064/137] hw/arm/stellaris, musicpal: "
  ` [RFC PATCH v2 065/137] hw/arm/exynos: "
  ` [RFC PATCH v2 066/137] hw/arm/allwinner: "
  ` [RFC PATCH v2 067/137] hw/arm/strongarm: "
  ` [RFC PATCH v2 068/137] hw/arm/omap: "
  ` [RFC PATCH v2 069/137] hw/arm/mps2: "
  ` [RFC PATCH v2 070/137] hw/arm/imx: "
  ` [RFC PATCH v2 071/137] hw/arm/misc: "
  ` [RFC PATCH v2 072/137] hw/arm/aspeed: Give onboard devices a QOM parent (part 1)

[PATCH] hw/net/xilinx_axienet: Fix PHY register 17 link status reporting
 2026-07-18  8:35 UTC  (2+ messages)

[PATCH 00/17] target/arm: Various trap fixes for DC ZVA et al
 2026-07-17 23:23 UTC  (19+ messages)
` [PATCH 01/17] include/user/guest-host: Include exec/abi_ptr.h
` [PATCH for-11.1] target/arm: Fix testing of raw mtx value
` [PATCH 02/17] "
` [PATCH 03/17] target/arm: Move helper_dc_zva to mte_helper.c
` [PATCH 04/17] target/arm: Raise alignment fault for DC_ZVA on Device memory
` [PATCH 05/17] target/arm: Imply probe from allocation_tag_mem_probe
` [PATCH 06/17] target/arm: Simplify invalid page test in allocation_tag_mem_internal
` [PATCH 07/17] target/arm: Return struct from allocation_tag_mem_internal
` [PATCH 08/17] target/arm: Generalize probe argument to allocation_tag_mem_internal
` [PATCH 09/17] target/arm: Drop TLB_MMIO check in allocation_tag_mem_internal
` [PATCH 10/17] target/arm: Probe second page earlier "
` [PATCH 11/17] target/arm: Expand dczid_bs in DisasContext
` [PATCH 12/17] target/arm: Split out helpers for creating MTEDESC
` [PATCH 13/17] accel/tcg: Clean addreses in the user-only probe_access api
` [PATCH 14/17] target/arm: Drop clean_addr_tbi before helper_dc_zva
` [PATCH 15/17] target/arm: Pass MTEDESC to helper_dc_zva
` [PATCH 16/17] target/arm: Create helper_dc_zva_mte
` [PATCH 17/17] target/arm: Rewrite DC_GVA, DC_GZVA, STZGM

[PATCH 0/1] Aarch32 TCG CPU: secure register migration
 2026-07-17 18:15 UTC  (3+ messages)
` [PATCH 1/1] aarch32 cpu secure register tcg migration

[PATCH v3 00/51] accel/tcg: Use IntervalTree for breakpoints and watchpoints
 2026-07-17 17:00 UTC  (22+ messages)
` [PATCH v3 19/51] exec/breakpoint: Return the new bp from cpu_breakpoint_insert
` [PATCH v3 20/51] system: Remove cpu_watchpoint_insert error return path
` [PATCH v3 21/51] exec/breakpoint: Return the new wp from cpu_watchpoint_insert
` [PATCH v3 22/51] system: Validate flags in cpu_watchpoint_insert
` [PATCH v3 23/51] cpu-common: Validate flags in cpu_breakpoint_insert
` [PATCH v3 24/51] exec/breakpoint: Add CPUWatchpoint.hitlast
` [PATCH v3 25/51] exec/breakpoint: Merge CPUBreakpoint and CPUWatchpoint
` [PATCH v3 26/51] accel/tcg: Pass watchpoint hit to debug_excp_handler
` [PATCH v3 27/51] accel/tcg: Pass breakpoint "
` [PATCH v3 47/51] accel/tcg: Use addr/last in tlb_flush_range_locked

[PATCH for-11.1] target/arm: Fix testing of raw mtx value
 2026-07-17 16:14 UTC 

[PATCH v5 0/8] hw/sensor: Add new device emulation for TI ADC128D818
 2026-07-17 14:03 UTC  (10+ messages)
` [PATCH v5 6/8] hw/i2c: parent slaves created with i2c_slave_create_simple

[PATCH v3 1/2] system/memory: Use qemu_ram_{copy, move}() in ram device region accessors
 2026-07-17 13:55 UTC  (14+ messages)

[PATCH 0/1] imx_serial: add missing migration state
 2026-07-17 11:28 UTC  (2+ messages)

[PATCH 00/29] hw/arm: improve Aspeed Catalina BMC emulation
 2026-07-17 11:04 UTC  (2+ messages)

[PATCH v6 0/9] Add new device emulation for TI ADC128D818
 2026-07-17 10:57 UTC  (2+ messages)

[PATCH v5 00/13] Add ARM64 support for MSHV accelerator
 2026-07-17 10:27 UTC  (14+ messages)
` [PATCH v5 01/13] accel/mshv: extract common CPU register helpers
` [PATCH v5 02/13] accel/mshv: add arch-specific accelerator init hook
` [PATCH v5 03/13] meson, target/arm/mshv: Enable arm64 build & add initial MSHV support
` [PATCH v5 04/13] target/arm/mshv: implement vcpu state operations for ARM64
` [PATCH v5 05/13] target/arm: convert host CPU feature ifdef ladder to runtime checks
` [PATCH v5 06/13] target/arm/mshv: implement -cpu host for MSHV
` [PATCH v5 07/13] accel/mshv: Add access_vp_regs synthetic proc features
` [PATCH v5 08/13] target/arm: cpu: Mark MSHV supporting PSCI 1.3
` [PATCH v5 09/13] target/arm: extract MMIO emulation logic for HVF & WHPX
` [PATCH v5 10/13] target/arm/mshv: add vCPU run loop
` [PATCH v5 11/13] include/hw/hyperv: adjust hv_interrupt_control structure for arm64
` [PATCH v5 12/13] hw/intc,target/arm/mshv: add MSHV vGICv3 implementation
` [PATCH v5 13/13] MAINTAINERS: updates for MSHV arm64 code

[PATCH v4 0/9] Refactor AST2700 SCU preparation for coprocessors
 2026-07-17 10:06 UTC  (12+ messages)
` [PATCH v4 1/9] hw/misc/aspeed_scu: Introduce Aspeed2700SCUState
` [PATCH v4 2/9] hw/arm/aspeed: Use Aspeed2700SCUState for AST2700 users
` [PATCH v4 3/9] hw/arm/aspeed_ast27x0: Move SCU link into AST27x0 coprocessors
` [PATCH v4 4/9] hw/misc/aspeed_scu: Add separate reset handler for AST2700 SCUIO
` [PATCH v4 5/9] hw/arm/aspeed_ast27x0: Pass realized PSP SoC to SSP/TSP initialization
` [PATCH v4 6/9] hw/arm/ast27x0: Share single SCUIO instance across PSP, SSP, and TSP
` [PATCH v4 7/9] hw/arm/ast27x0: Share FMC controller with SSP "
` [PATCH v4 8/9] hw/ssi/aspeed_smc: Add Data FIFO-based flash access support for AST2700
` [PATCH v4 9/9] tests/qtest/ast2700-smc-test: Add Data FIFO mode test

[PATCH] target/arm/hvf: panic the guest if an unhandled exception occurs
 2026-07-17  9:04 UTC  (6+ messages)

[PATCH v3 0/9] Refactor AST2700 SCU preparation for coprocessors
 2026-07-17  8:46 UTC  (12+ messages)
` [PATCH v3 1/9] hw/misc/aspeed_scu: Introduce Aspeed2700SCUState
` [PATCH v3 2/9] hw/arm/aspeed: Use Aspeed2700SCUState for AST2700 users
` [PATCH v3 3/9] hw/arm/aspeed_ast27x0: Move SCU link into AST27x0 coprocessors
` [PATCH v3 4/9] hw/misc/aspeed_scu: Add separate reset handler for AST2700 SCUIO
` [PATCH v3 5/9] hw/arm/aspeed_ast27x0: Pass realized PSP SoC to SSP/TSP initialization
` [PATCH v3 6/9] hw/arm/ast27x0: Share single SCUIO instance across PSP, SSP, and TSP
` [PATCH v3 7/9] hw/arm/ast27x0: Share FMC controller with SSP "
` [PATCH v3 8/9] hw/ssi/aspeed_smc: Add Data FIFO-based flash access support for AST2700
` [PATCH v3 9/9] tests/qtest/ast2700-smc-test: Add Data FIFO mode test

[PATCH v1 0/3] tests/qtest/aspeed: Add Data FIFO qtest coverage for AST2700 SMC
 2026-07-17  7:28 UTC  (6+ messages)
` [PATCH v1 1/3] tests/qtest/ast2700-smc-test: Add Data FIFO mode test
` [PATCH v1 2/3] hw/arm/aspeed_coprocessor: Clarify SCU/SCUIO/FMC fields are shared with PSP SoC to AST2700
` [PATCH v1 3/3] hw/ssi/aspeed_smc: Bump vmstate version after ASPEED_SMC_R_MAX increase

[RFC v1 00/25] Add Realm support to QEMU-VMM
 2026-07-16 22:04 UTC  (13+ messages)
` [RFC v1 07/25] target/arm/kvm: Create scratch Realm VM when requested
` [RFC v1 08/25] target/arm/kvm: Use kvm_vm_check_extension() where necessary
` [RFC v1 09/25] target/arm/kvm-rme: Initialise Realm Initial Address space
` [RFC v1 10/25] hw/core/loader: Add a ROM loader notifier

[RFC PATCH v3 00/19] named CPU models for Arm64 on KVM
 2026-07-16 21:38 UTC  (20+ messages)
` [RFC PATCH v3 01/19] target/arm/sysreg: regenerate cpu-sysregs.h.inc
` [RFC PATCH v3 02/19] scripts: bug fixes in update-aarch64-cpu-sysreg-properties
` [RFC PATCH v3 03/19] target/arm: regenerate cpu-idregs.h.inc
` [RFC PATCH v3 04/19] target/arm: expose all ID regs fields as properties
` [RFC PATCH v3 05/19] target/arm/kvm: enable writable implementation ID registers
` [RFC PATCH v3 06/19] target/arm/kvm: Read all ID registers from KVM
` [RFC PATCH v3 07/19] target/arm/kvm: handle special ID registers cases when reading "
` [RFC PATCH v3 08/19] target/arm/kvm: Handle writeback for special ID register fields
` [RFC PATCH v3 09/19] target/arm: Add named cpu model infra + graviton3 named model
` [RFC PATCH v3 10/19] target/arm: Add Nvidia Grace "
` [RFC PATCH v3 11/19] target/arm: fix sve and pauth finalize for named cpu models
` [RFC PATCH v3 12/19] target/arm: Introduce stub files required for qmp support
` [RFC PATCH v3 13/19] target/arm/qmp: add named models and properties to cpu-model-expansion
` [RFC PATCH v3 14/19] target/arm/kvm: compute supported values for ID register fields
` [RFC PATCH v3 15/19] target/arm/kvm: introduce kvm_arm_get_host_isar helper
` [RFC PATCH v3 16/19] qmp: add query-cpu-props-info command
` [RFC PATCH v3 17/19] target/arm: Report 0 as supported for ID fields gated by vCPU init flags
` [RFC PATCH v3 18/19] target/arm/qmp: hook blockers in query-cpu-definitions
` [RFC PATCH v3 19/19] target/arm/kvm: fix host model writeback when kernel supports EL2

[PATCH v2 07/14] semihosting: add callback to set error
 2026-07-16 18:06 UTC 

[PATCH 20/29] tests/qtest: pca9554: test output-to-input reflection and pull-ups
 2026-07-16 17:05 UTC  (16+ messages)
` [PATCH 21/29] tests/qtest: pca9554: test polarity inversion
` [PATCH 22/29] tests/qtest: pca9554: test absence of command auto-increment
` [PATCH 23/29] tests/qtest: pca9554: test the PCA9536 4-bit variant
` [PATCH 24/29] hw/arm: catalina: model PCA9555 IO expanders with their own type
` [PATCH 25/29] hw/arm: catalina: add NIC and FIO temperature sensors
` [PATCH 26/29] hw/i2c: parent slaves created with i2c_slave_create_simple
` [PATCH 28/29] hw/arm: catalina: drive pca9554 io expander input pins externally


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox