QEMU-Arm Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-04-03 20:40:37 to 2025-04-12 10:38:44 UTC [more...]

[PATCH 00/10] Enable QEMU to run on browsers
 2025-04-12 10:38 UTC  (45+ messages)
` [PATCH 01/10] various: Fix type conflict of GLib function pointers
` [PATCH 02/10] various: Define macros for dependencies on emscripten
` [PATCH 03/10] util/mmap-alloc: Add qemu_ram_mmap implementation for emscripten
` [PATCH 04/10] util: Add coroutine backend "
` [PATCH 05/10] meson: Add wasm build in build scripts
` [PATCH 06/10] include/exec: Allow using 64bit guest addresses on emscripten
` [PATCH 07/10] tcg: Add a TCG backend for WebAssembly
` [PATCH 08/10] hw/9pfs: Allow using hw/9pfs with emscripten
` [PATCH 09/10] gitlab: Enable CI for wasm build
` [PATCH 10/10] MAINTAINERS: Update MAINTAINERS file for wasm-related files

[PATCH 0/4] target/arm: fix arm_cpu_get_phys_page_attrs_debug
 2025-04-11 16:43 UTC  (8+ messages)
` [PATCH 1/4] target/arm/ptw: extract arm_mmu_idx_to_security_space
` [PATCH 2/4] target/arm/ptw: get current security_space for current mmu_idx
` [PATCH 3/4] target/arm/ptw: extract arm_cpu_get_phys_page
` [PATCH 4/4] target/arm/ptw: fix arm_cpu_get_phys_page_attrs_debug

[PATCH v2 00/10] Support vbootrom for AST2700
 2025-04-11 16:07 UTC  (18+ messages)
` [PATCH v2 01/10] hw/arm/aspeed: Introduced ASPEED_DEV_VBOOTROM in the device enumeration
` [PATCH v2 02/10] hw/arm/aspeed_ast27x0: Add "vbootrom_size" field to AspeedSoCClass
` [PATCH v2 03/10] hw/arm/aspeed_ast27x0: Rename variable sram_name to name in ast2700 realize
` [PATCH v2 04/10] hw/arm/aspeed_ast27x0 Introduce vbootrom memory region
` [PATCH v2 05/10] hw/arm/aspeed: Enable vbootrom support by default on AST2700 EVB machines
` [PATCH v2 06/10] hw/arm/aspeed: Reuse rom_size variable for vbootrom setup
` [PATCH v2 07/10] hw/arm/aspeed: Add support for loading vbootrom image via "-bios"
` [PATCH v2 08/10] pc-bios: Add AST27x0 vBootrom
` [PATCH v2 09/10] tests/functional/aspeed: Update AST2700 functional test to use vbootrom
` [PATCH v2 10/10] docs/system/arm/aspeed: Support vbootrom for AST2700

[PATCH v1 0/1] hw/misc/aspeed_sbc: Implement OTP memory and controller
 2025-04-11  9:36 UTC  (10+ messages)
          ` Configuring onboard devices, in particular memory contents (was: [PATCH v1 0/1] hw/misc/aspeed_sbc: Implement OTP memory and controller)
              ` Configuring onboard devices, in particular memory contents

[PATCH 0/5] accel/kvm: Support KVM PMU filter
 2025-04-11  6:34 UTC  (10+ messages)
` [PATCH 1/5] qapi/qom: Introduce kvm-pmu-filter object
` [PATCH 2/5] i386/kvm: Support basic KVM PMU filter
` [PATCH 3/5] i386/kvm: Support event with select & umask format in "
` [PATCH 4/5] i386/kvm: Support event with masked entry "
` [PATCH 5/5] i386/kvm: Support fixed counter "

[PATCH v3 00/10] target/i386/kvm/pmu: PMU Enhancement, Bugfix and Cleanup
 2025-04-10 22:25 UTC  (15+ messages)
` [PATCH v3 05/10] target/i386/kvm: extract unrelated code out of kvm_x86_build_cpuid()
` [PATCH v3 07/10] target/i386/kvm: query kvm.enable_pmu parameter
` [PATCH v3 08/10] target/i386/kvm: reset AMD PMU registers during VM reset
` [PATCH v3 09/10] target/i386/kvm: support perfmon-v2 for reset
` [PATCH v3 10/10] target/i386/kvm: don't stop Intel PMU counters

[PATCH-for-10.1 v3 0/9] hw/arm: GIC ITS=off ACPI tables fixes
 2025-04-10 16:22 UTC  (25+ messages)
` [PATCH-for-10.1 v3 1/9] hw/arm/virt: Remove pointless VirtMachineState::tcg_its field
` [PATCH-for-10.1 v3 2/9] hw/intc/gicv3_its: Do not check its_class_name() for NULL
` [PATCH-for-10.1 v3 3/9] hw/arm/virt: Simplify create_its()
` [PATCH-for-10.1 v3 4/9] hw/arm/virt-acpi: Factor its_enabled() helper out
` [PATCH-for-10.1 v3 5/9] qtest/bios-tables-test: Add test for -M virt,its=off
` [PATCH-for-10.1 v3 6/9] qtest/bios-tables-test: Whitelist aarch64/virt 'its_off' variant blobs
` [PATCH-for-10.1 v3 7/9] hw/arm/virt-acpi: Always build IORT table (even with GIC ITS disabled)
` [PATCH-for-10.1 v3 8/9] hw/arm/virt-acpi: Do not advertise disabled GIC ITS
` [PATCH-for-10.1 v3 9/9] qtest/bios-tables-test: Update aarch64/virt 'its_off' variant blobs

[PATCH-for-10.0? v2] tests/functional: Add test for imx8mp-evk board with USDHC coverage
 2025-04-10  6:05 UTC  (2+ messages)

[PATCH v1 0/9] Support vbootrom for AST2700
 2025-04-10  2:32 UTC  (11+ messages)
` [PATCH v1 1/9] hw/arm/aspeed_ast27x0: Add "vbootrom_size" field to AspeedSoCClass
` [PATCH v1 2/9] hw/arm/aspeed_ast27x0: Rename variable sram_name to name in ast2700 realize
` [PATCH v1 3/9] hw/arm/aspeed_ast27x0 Introduce vbootrom memory region
` [PATCH v1 4/9] hw/arm/aspeed: Enable vbootrom support by default on AST2700 EVB machines
` [PATCH v1 5/9] hw/arm/aspeed: Reuse rom_size variable for vbootrom setup
` [PATCH v1 6/9] hw/arm/aspeed: Add support for loading vbootrom image via "-bios"
` [PATCH v1 7/9] pc-bios: Add AST27x0 vBootrom
` [PATCH v1 8/9] tests/functional/aspeed: Update AST2700 functional test to use vbootrom
` [PATCH v1 9/9] docs/system/arm/aspeed: Support vbootrom for AST2700

[PATCH for-10.1 v5 00/13] arm: rework id register storage
 2025-04-09 14:43 UTC  (14+ messages)
` [PATCH for-10.1 v5 01/13] arm/cpu: Add sysreg definitions in cpu-sysregs.h
` [PATCH for-10.1 v5 02/13] arm/cpu: Store aa64isar0/aa64zfr0 into the idregs arrays
` [PATCH for-10.1 v5 03/13] arm/cpu: Store aa64isar1/2 into the idregs array
` [PATCH for-10.1 v5 04/13] arm/cpu: Store aa64pfr0/1 "
` [PATCH for-10.1 v5 05/13] arm/cpu: Store aa64mmfr0-3 "
` [PATCH for-10.1 v5 06/13] arm/cpu: Store aa64dfr0/1 "
` [PATCH for-10.1 v5 07/13] arm/cpu: Store aa64smfr0 "
` [PATCH for-10.1 v5 08/13] arm/cpu: Store id_isar0-7 "
` [PATCH for-10.1 v5 09/13] arm/cpu: Store id_pfr0/1/2 "
` [PATCH for-10.1 v5 10/13] arm/cpu: Store id_dfr0/1 "
` [PATCH for-10.1 v5 11/13] arm/cpu: Store id_mmfr0-5 "
` [PATCH for-10.1 v5 12/13] arm/cpu: Add sysreg generation scripts
` [PATCH for-10.1 v5 13/13] arm/cpu: switch to a generated cpu-sysregs.h.inc

[PULL 1/3] tests/tcg: fix semihosting SYS_EXIT for aarch64 in boot.S
 2025-04-09 13:19 UTC 

[PATCH v2] hw/i2c/aspeed: Fix wrong I2CC_DMA_LEN when I2CM_DMA_TX/RX_ADDR set first
 2025-04-09 12:33 UTC  (5+ messages)

[PATCH for-10.1 v4 00/13] arm: rework id register storage
 2025-04-09 10:14 UTC  (3+ messages)
` [PATCH for-10.1 v4 04/13] arm/cpu: Store aa64pfr0/1 into the idregs array

[PATCH PoC 0/7] Interact with QEMU GPIO models via gpiodev
 2025-04-09  6:56 UTC  (6+ messages)
` [PATCH PoC 1/7] QAPI: gpio JSON
` [PATCH PoC 7/7] gpiodev: Add gpiobackend over GUSE

[PATCH-for-10.0 0/3] More imx8mp-evk improvements
 2025-04-08 20:39 UTC  (8+ messages)
` [PATCH-for-10.0 1/3] tests/functional: Add test for imx8mp-evk board with USDHC coverage
` [PATCH-for-10.0 2/3] hw/arm/imx8mp-evk: Remove unimplemented cpu-idle-states properties from devicetree
` [PATCH-for-10.0 3/3] hw/arm/imx8mp-evk: Remove unimplemented nxp, imx8mp-fspi node "

[PATCH v8 0/6] Specifying cache topology on ARM
 2025-04-08  8:59 UTC  (9+ messages)
` [PATCH v8 1/6] target/arm/tcg: increase cache level for cpu=max
` [PATCH v8 5/6] tests/qtest/bios-table-test: testing new ARM ACPI PPTT topology

[PATCH v2 00/13] Introduce AST27x0 multi-SoC machine
 2025-04-08  6:46 UTC  (14+ messages)
` [PATCH 03/13] hw/intc/aspeed: Add support for AST2700 SSP INTC
` [PATCH 04/13] hw/intc/aspeed: Add support for AST2700 TSP INTC
` [PATCH 05/13] hw/arm/aspeed_ast27x0-ssp: Introduce AST27x0 A0 SSP SoC
` [PATCH 06/13] hw/arm/aspeed_ast27x0-ssp: Introduce AST27x0 A1 "

[RFC v2 0/5] accel/kvm: Support KVM PMU filter
 2025-04-08  5:51 UTC  (9+ messages)
` [RFC v2 1/5] qapi/qom: Introduce kvm-pmu-filter object

[PATCH v3] hw/arm/virt: Allow additions to the generated device tree
 2025-04-05 19:13 UTC 

[PATCH-for-10.1 0/9] target/arm: Remove some TARGET_AARCH64 uses (MTE & gdbstub)
 2025-04-04 22:35 UTC  (10+ messages)
` [PATCH-for-10.1 1/9] target/arm: Remove uses of TARGET_AARCH64 in arch_dump.c
` [PATCH-for-10.1 2/9] target/arm: Remove use of TARGET_AARCH64 in dump.c
` [PATCH-for-10.1 3/9] target/arm: Remove use of TARGET_AARCH64 in arm_cpu_initfn()
` [PATCH-for-10.1 4/9] target/arm/mte: Include missing headers for GETPC()
` [PATCH-for-10.1 5/9] target/arm/mte: Reduce address_with_allocation_tag() scope
` [PATCH-for-10.1 6/9] target/arm/mte: Rename 'mte_helper.h' as generic 'mte.h'
` [PATCH-for-10.1 7/9] target/arm/mte: Restrict MTE declarations
` [PATCH-for-10.1 8/9] linux-user/arm: Implement MTE stubs for 32-bit user emulation
` [PATCH-for-10.1 9/9] target/arm: Build Aarch64 gdbstub helpers indistinctly

[PATCH-for-10.0 v2 00/14] hw/arm: Tests & ACPI tables fixes for 10.0
 2025-04-04 12:49 UTC  (6+ messages)
` [PATCH-for-10.0? v2 11/14] qtest/bios-tables-test: Whitelist aarch64/virt 'its_off' variant blobs
` [PATCH-for-10.0? v2 13/14] hw/arm/virt-acpi: Do not advertise disabled GIC ITS

[PATCH RFC 0/3] Attempt to add GHES for x86
 2025-04-04 12:19 UTC  (2+ messages)

[RFC PATCH] tests/tcg: fix semihosting SYS_EXIT for aarch64 in boot.S
 2025-04-04 11:56 UTC 

[PATCH-for-10.0 0/5] hw/arm/virt-acpi: Do not advertise disabled GIC ITS in MADT table
 2025-04-04  0:49 UTC  (7+ messages)
` [PATCH-for-10.0 1/5] qtest/bios-tables-test: Add test for -M virt, its=off
  ` [PATCH-for-10.0 1/5] qtest/bios-tables-test: Add test for -M virt,its=off

[PATCH-for-10.1 00/13] arm: Spring header cleanups
 2025-04-03 20:51 UTC  (4+ messages)


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