qemu-arm.nongnu.org archive mirror
 help / color / mirror / Atom feed
[PATCH 00/24] target/arm/hvf: Consolidate
 2025-09-03 12:47 UTC  (43+ messages)
` [PATCH 01/24] target/arm/hvf: Release memory allocated by hv_vcpu_config_create()
` [PATCH 02/24] target/arm/hvf: Check hv_vcpus_exit() returned value
` [PATCH 03/24] target/arm/hvf: Check hv_vcpu_set_vtimer_mask() "
` [PATCH 04/24] accel/hvf: Rename hvf_vcpu_exec() -> hvf_arch_vcpu_exec()
` [PATCH 05/24] accel/hvf: Rename hvf_put|get_registers -> hvf_arch_put|get_registers
` [PATCH 06/24] target/arm/hvf: Mention flush_cpu_state() must run on vCPU thread
` [PATCH 07/24] accel/hvf: Mention hvf_arch_init_vcpu() "
` [PATCH 08/24] target/arm/hvf: Mention hvf_wfi() "
` [PATCH 09/24] target/arm/hvf: Mention hvf_sync_vtimer() "
` [PATCH 10/24] target/arm/hvf: Mention hvf_arch_set_traps() "
` [PATCH 11/24] accel/hvf: Mention hvf_arch_update_guest_debug() must run on vCPU
` [PATCH 12/24] target/arm/hvf: Mention hvf_inject_interrupts() must run on vCPU thread
` [PATCH 13/24] accel/hvf: Implement hvf_arch_vcpu_destroy()
` [PATCH 14/24] target/arm/hvf: Hardcode Apple MIDR
` [PATCH 15/24] target/arm/hvf: switch hvf_arm_get_host_cpu_features to not create a vCPU
` [PATCH 16/24] target/arm/hvf: Factor hvf_handle_exception() out
` [PATCH 17/24] target/arm/hvf: Factor hvf_handle_vmexit() out
` [PATCH 18/24] target/arm/hvf: Keep calling hv_vcpu_run() in loop
` [PATCH 19/24] cpus: Trace cpu_exec_start() and cpu_exec_end() calls
` [PATCH 20/24] accel/hvf: Guard hv_vcpu_run() between cpu_exec_start/end() calls
` [PATCH 21/24] target/arm: Call aarch64_add_pauth_properties() once in host_initfn()
` [PATCH 22/24] accel/hvf: Restrict ARM specific fields of AccelCPUState
` [PATCH 23/24] target/arm: Rename init_cpreg_list() -> arm_init_cpreg_list()
` [PATCH 24/24] target/arm: Add arm_destroy_cpreg_list() helper

[PATCH 0/4] arm_load_dtb cleanups
 2025-09-03 10:05 UTC  (13+ messages)
` [PATCH 1/4] hw/arm: use g_autofree for filename in arm_load_dtb
` [PATCH 2/4] hw/arm: use g_autofree for fdt "
` [PATCH 3/4] hw/arm: use g_auto(GStrv) for node_path "
` [PATCH 4/4] hw/arm: expose Error * to arm_load_dtb

[RFC PATCH v2 0/9] support unaligned access to xHCI Capability
 2025-09-03  9:47 UTC  (16+ messages)
` [RFC PATCH v2 1/9] doc/devel/memory.rst: additional explanation for unaligned access
` [RFC PATCH v2 3/9] hw: npcm7xx_fiu and mx_pic change .impl.unaligned = true
` [RFC PATCH v2 5/9] system/memory: support unaligned access
` [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
` [Withdrawn] [RFC PATCH v2 0/9] support unaligned access to xHCI Capability

[PATCH v1 00/21] Control coprocessor reset for AST2700
 2025-09-03  8:48 UTC  (25+ messages)
` [PATCH v1 01/21] hw/arm/aspeed_ast27x0-fc: Support VBootRom
  ` [SPAM] "
` [PATCH v1 02/21] hw/arm/ast27x0: Move SSP coprocessor initialization from machine to SoC leve
  ` [SPAM] "
` [PATCH v1 04/21] hw/arm/aspeed_ast27x0-ssp: Switch SSP memory to SDRAM and use dram_container for remap support
  ` [SPAM] "
` [PATCH v1 06/21] hw/arm/ast27x0: Add SRAM alias for SSP and ensure correct device realization order
  ` [SPAM] "
` [PATCH v1 08/21] hw/arm/ast27x0: Add SCU "
  ` [SPAM] "
` [PATCH v1 10/21] hw/arm/ast27x0: Move DRAM and SDMC initialization earlier to support memory aliasing
  ` [SPAM] "

[PATCH v13 00/27] migration: propagate vTPM errors using Error objects
 2025-09-03  6:47 UTC  (8+ messages)
` [PATCH v13 07/27] migration: push Error **errp into qemu_loadvm_state()

[RFC PATCH 00/61] target/arm: Implement FEAT_SYSREG128
 2025-09-03  4:48 UTC  (4+ messages)
` [PATCH 14/61] target/arm: Replace cpreg_field_is_64bit with cpreg_field_type

[PATCH v1 00/11] Support PCIe RC to AST2600 and AST2700
 2025-09-03  2:15 UTC  (5+ messages)
` [PATCH v1 01/11] hw/pci/pci_ids Add PCI vendor ID for ASPEED
  ` [SPAM] "
` [SPAM] [PATCH v1 00/11] Support PCIe RC to AST2600 and AST2700

[PATCH v2] hw/sensor: added MAX16600 device model
 2025-09-02 22:03 UTC 

[PATCH] hw/sensor: added MAX16600 device model
 2025-09-02 21:55 UTC  (2+ messages)

[PATCH] hw/arm/raspi4b: remove redundant check in raspi_add_memory_node
 2025-09-02 21:08 UTC  (2+ messages)

[PATCH] hw/arm/raspi4b: replace fprintf with error_report
 2025-09-02 20:12 UTC  (3+ messages)

[PATCH] hw/sd/sdcard: Fix size check for backing block image, part II
 2025-09-02 18:21 UTC  (3+ messages)

[PATCH] hw/sd/sdcard: Fix size check for backing block image, part II
 2025-09-02 18:07 UTC 

[PATCH v2 1/8] hw/sd/sdcard: Fix size check for backing block image
 2025-09-02 18:07 UTC  (30+ messages)

[PATCH v6 2/3] target/arm: Added support for SME register exposure to GDB
 2025-09-02 17:52 UTC  (3+ messages)

[PATCH v2] arm/kvm: report registers we failed to set
 2025-09-02 15:49 UTC  (2+ messages)

[PATCH v1] hw/arm/aspeed Move ast2700-evb alias to ast2700a1-evb
 2025-09-02 14:02 UTC  (2+ messages)
` [SPAM] "

[PATCH 0/7] target/arm/hvf cleanups
 2025-09-02 13:40 UTC  (8+ messages)
` [PATCH 4/7] target/arm/hvf: Add KVMID_TO_HVF, HVF_TO_KVMID

[PATCH RFC V5 00/30] Support of Virtual CPU Hotplug for ARMv8 Arch
 2025-09-02 13:26 UTC  (3+ messages)
` [PATCH RFC V5 11/30] arm/virt: Init PMU at host for all possible vCPUs

[RFC PATCH 0/7] accel: Add per-accelerator vCPUs queue
 2025-09-02 13:25 UTC  (2+ messages)

Tech support request : Adding Additional Network Interfaces in QNX VM on QEMU
 2025-09-02  9:05 UTC 

[PATCH] system: drop the -old-param option
 2025-09-02 10:58 UTC  (3+ messages)

[PATCH v2 0/8] vfio: Remove 'vfio-platform'
 2025-09-02 10:48 UTC  (8+ messages)
` [PATCH v2 2/8] hw/isa/superio: Include 'system/system.h'
` [PATCH v2 3/8] hw/mips/loongson3_virt: "
` [PATCH v2 4/8] hw/mips/malta: "

[PATCH v6 0/3] target/arm: Added support for SME register exposure to GDB
 2025-09-02 10:29 UTC  (3+ messages)
` [PATCH v6 3/3] target/arm: Added test case "

[PATCH] hw/arm/boot: Correctly free the MemoryDeviceInfoList
 2025-09-02 10:27 UTC  (2+ messages)

[PATCH 00/10] Designware PCIe host fixes
 2025-09-02  9:53 UTC  (5+ messages)
` [PATCH 02/10] hw/pci-host/designware: Create viewport memory regions on demand
` [PATCH 06/10] hw/pci-host/designware: Fix I/O range

[PATCH] hw/arm/boot: replace fprintf with error_report
 2025-09-02  9:22 UTC  (6+ messages)

[PATCH v4 00/47] AMD Versal Gen 2 support
 2025-09-02  7:21 UTC  (7+ messages)
` [PATCH v4 05/47] hw/arm/xlnx-versal: sdhci: refactor creation
` [PATCH v4 36/47] hw/misc/xlnx-versal-crl: add the versal2 version

[PATCH v5 00/10] aspeed: OTP model, SBC integration, tests, and docs
 2025-09-02  6:05 UTC  (16+ messages)
` [PATCH v5 05/10] hw/nvram/aspeed_otp: Add OTP programming semantics and tracing
  ` [SPAM] "
` [PATCH v5 06/10] hw/arm: Integrate ASPEED OTP memory support into AST1030 SoCs
  ` [SPAM] "
` [PATCH v5 07/10] hw/misc/aspeed_sbc: Add CAMP2 support for OTP data reads
  ` [SPAM] "
` [PATCH v5 08/10] hw/misc/aspeed_sbc: Handle OTP write command for voltage mode registers
  ` [SPAM] "
` [PATCH v5 09/10] tests/function/aspeed: Add OTP functional test
  ` [SPAM] "
` [PATCH v5 10/10] docs/system/arm/aspeed: Document OTP memory options
  ` [SPAM] "
` [SPAM] [PATCH v5 00/10] aspeed: OTP model, SBC integration, tests, and docs

[PATCH v2 0/2] single-binary: compile hw/intc/arm* files once
 2025-09-01 20:50 UTC  (5+ messages)

[PATCH v4 6/8] add cpu_test_interrupt()/cpu_set_interrupt() helpers and use them tree wide
 2025-09-01 12:06 UTC  (10+ messages)
` [PATCH v5 "

[PATCH v2] hw/arm/virt: Remove the lower bound of HighMem IO Regions
 2025-09-01 12:00 UTC 

[PATCH v3 00/35] wasm: Add Wasm TCG backend based on wasm64
 2025-09-01 11:44 UTC  (27+ messages)
` [PATCH v3 02/35] configure: Enable to propagate -sMEMORY64 flag to Emscripten
` [PATCH v3 05/35] tcg/wasm: Add tcg-target.h and tcg-target-reg-bits.h
` [PATCH v3 07/35] tcg/wasm: Add constraint definitions
` [PATCH v3 09/35] tcg/wasm: Add and/or/xor instructions
` [PATCH v3 12/35] tcg/wasm: Add setcond/negsetcond/movcond instructions
` [PATCH v3 14/35] tcg/wasm: Add load and store instructions
` [PATCH v3 16/35] tcg/wasm: Add ext instructions
` [PATCH v3 17/35] tcg/wasm: Add div/rem instructions
` [PATCH v3 18/35] tcg/wasm: Add neg/ctpop instructions
` [PATCH v3 19/35] tcg/wasm: Add rot/clz/ctz instructions
` [PATCH v3 20/35] tcg/wasm: Add br/brcond instructions
` [PATCH v3 21/35] tcg/wasm: Add exit_tb/goto_tb/goto_ptr instructions
` [PATCH v3 22/35] tcg/wasm: Add call instruction
` [PATCH v3 23/35] tcg/wasm: Add qemu_ld/qemu_st instructions
` [PATCH v3 24/35] tcg/wasm: Add mb instruction
` [PATCH v3 25/35] tcg/wasm: Mark unimplemented instructions
` [PATCH v3 26/35] tcg/wasm: Add initialization of fundamental registers
` [PATCH v3 27/35] tcg/wasm: Write wasm binary to TB
` [PATCH v3 28/35] tcg/wasm: Implement instantiation of Wasm binary
` [PATCH v3 29/35] tcg/wasm: Allow switching coroutine from a helper
` [PATCH v3 30/35] tcg/wasm: Enable instantiation of TBs executed many times
` [PATCH v3 31/35] tcg/wasm: Enable TLB lookup
` [PATCH v3 32/35] tcg/wasm: Add tcg_target_init function
` [PATCH v3 33/35] meson.build: enable to build Wasm backend
` [PATCH v3 34/35] meson.build: Propagate optimization flag for linking on Emscripten
` [PATCH v3 35/35] .gitlab-ci.d: build wasm backend in CI


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