messages from 2025-04-12 10:21:59 to 2025-04-18 18:49:17 UTC [more...]
[PATCH 00/11] hw/arm: Define machines as generic QOM types
2025-04-18 18:48 UTC (20+ messages)
` [PATCH 01/11] hw/core/null-machine: Define machine as generic QOM type
` [PATCH 02/11] hw/arm/bananapi: "
` [PATCH 03/11] hw/arm/cubieboard: "
` [PATCH 04/11] hw/arm/digic: "
` [PATCH 05/11] hw/arm/imx: Define machines as generic QOM types
` [PATCH 06/11] hw/arm/integratorcp: Define machine as generic QOM type
` [PATCH 07/11] hw/arm/kzm: "
` [PATCH 08/11] hw/arm/msf2: "
` [PATCH 09/11] hw/arm/musicpal: "
` [PATCH 10/11] hw/arm/orangepi: "
` [PATCH 11/11] hw/arm/stm32: Define machines as generic QOM types
[PATCH 00/19] Enable QEMU TCI to run 32bit guests on browsers
2025-04-18 9:51 UTC (52+ messages)
` [PATCH 01/19] hw/core/loader.c: Fix type conflict of GLib function pointers
` [PATCH 02/19] qom/object.c: "
` [PATCH 03/19] system/vl.c: "
` [PATCH 04/19] target/arm/helper.c: "
` [PATCH 05/19] target/i386/cpu.c: "
` [PATCH 06/19] contrib/plugins: "
` [PATCH 07/19] hw/net/can: "
` [PATCH 08/19] target/ppc: "
` [PATCH 09/19] target/s390x: "
` [PATCH 10/19] include/glib-compat.h: Poison g_list_sort and g_slist_sort
` [PATCH 11/19] util/cacheflush.c: Update cache flushing mechanism for Emscripten
` [PATCH 12/19] block: Update block to compile with Emscripten
` [PATCH 13/19] include/qemu/osdep.h: Add Emscripten-specific OS dependencies
` [PATCH 14/19] Disable options unsupported on Emscripten
` [PATCH 15/19] util/mmap-alloc: Add qemu_ram_mmap implementation for emscripten
` [PATCH 16/19] util: Add coroutine backend "
` [PATCH 17/19] meson: Add wasm build in build scripts
` [PATCH 18/19] gitlab: Enable CI for wasm build
` [PATCH 19/19] MAINTAINERS: Update MAINTAINERS file for wasm-related files
[PATCH] tests/qtest: Add qtest for NPCM8XX PSPI module
2025-04-18 9:12 UTC
Emulator support for not listed Cortex M series microcontrollers
2025-04-18 7:26 UTC
[PATCH-for-10.1 v3 0/9] hw/arm: GIC ITS=off ACPI tables fixes
2025-04-17 21:21 UTC (11+ messages)
` [PATCH-for-10.1 v3 6/9] qtest/bios-tables-test: Whitelist aarch64/virt 'its_off' variant blobs
[PATCH v2 0/3] hw/misc/aspeed_otp: Introduce OTP memory and integrate with SBC
2025-04-17 10:18 UTC (6+ messages)
` [PATCH v2 1/3] hw/misc/aspeed_otp: Add Aspeed OTP memory device model
` [PATCH v2 2/3] hw/misc/aspeed_sbc: Connect Aspeed OTP memory device to SBC controller
` [PATCH v2 3/3] hw/arm: Integrate Aspeed OTP memory into AST10x0 and AST2600 SoCs
[PATCH v4 00/10] Support vbootrom for AST2700
2025-04-17 3:12 UTC (11+ messages)
` [PATCH v4 01/10] hw/arm/aspeed_ast27x0: Rename variable sram_name to name in ast2700 realize
` [PATCH v4 02/10] hw/arm/aspeed_ast27x0 Introduce vbootrom memory region
` [PATCH v4 03/10] hw/arm/aspeed: Add vbootrom support on AST2700 EVB machines
` [PATCH v4 04/10] hw/arm/aspeed: Reuse rom_size variable for vbootrom setup
` [PATCH v4 05/10] pc-bios: Add AST27x0 vBootrom
` [PATCH v4 06/10] hw/arm/aspeed: Add support for loading vbootrom image via "-bios"
` [PATCH v4 07/10] tests/functional/aspeed: Move I2C test into shared helper for AST2700 reuse
` [PATCH v4 08/10] tests/functional/aspeed: Update test ASPEED SDK v09.06
` [PATCH v4 09/10] tests/functional/aspeed: Add to test vbootrom for AST2700
` [PATCH v4 10/10] docs/system/arm/aspeed: Support "
[PATCH v3 00/10] Support vbootrom for AST2700
2025-04-17 2:32 UTC (20+ messages)
` [PATCH v3 01/10] hw/arm/aspeed_ast27x0: Rename variable sram_name to name in ast2700 realize
` [PATCH v3 02/10] hw/arm/aspeed_ast27x0 Introduce vbootrom memory region
` [PATCH v3 03/10] hw/arm/aspeed: Add vbootrom support on AST2700 EVB machines
` [PATCH v3 04/10] hw/arm/aspeed: Reuse rom_size variable for vbootrom setup
` [PATCH v3 05/10] hw/arm/aspeed: Add support for loading vbootrom image via "-bios"
` [PATCH v3 06/10] pc-bios: Add AST27x0 vBootrom
` [PATCH v3 07/10] tests/functional/aspeed: Move I2C test into shared helper for AST2700 reuse
` [PATCH v3 08/10] tests/functional/aspeed: Update test ASPEED SDK v09.06
` [PATCH v3 09/10] tests/functional/aspeed: Add to test vbootrom for AST2700
` [PATCH v3 10/10] docs/system/arm/aspeed: Support "
[PATCH v4 00/11] target/i386/kvm/pmu: PMU Enhancement, Bugfix and Cleanup
2025-04-16 21:52 UTC (12+ messages)
` [PATCH v4 01/11] [DO NOT MERGE] i386/cpu: Consolidate the helper to get Host's vendor
` [PATCH v4 02/11] target/i386: disable PerfMonV2 when PERFCORE unavailable
` [PATCH v4 03/11] target/i386: disable PERFCORE when "-pmu" is configured
` [PATCH v4 04/11] kvm: Introduce kvm_arch_pre_create_vcpu()
` [PATCH v4 05/11] target/i386/kvm: set KVM_PMU_CAP_DISABLE if "-pmu" is configured
` [PATCH v4 06/11] target/i386/kvm: extract unrelated code out of kvm_x86_build_cpuid()
` [PATCH v4 07/11] target/i386/kvm: rename architectural PMU variables
` [PATCH v4 08/11] target/i386/kvm: query kvm.enable_pmu parameter
` [PATCH v4 09/11] target/i386/kvm: reset AMD PMU registers during VM reset
` [PATCH v4 10/11] target/i386/kvm: support perfmon-v2 for reset
` [PATCH v4 11/11] target/i386/kvm: don't stop Intel PMU counters
[RFC PATCH 0/3] target/arm/internals: Replace some target_ulong uses
2025-04-16 17:16 UTC (12+ messages)
` [RFC PATCH 1/3] target/arm: Replace target_ulong -> hwaddr in ARMMMUFaultInfo
` [RFC PATCH 2/3] target/arm: Replace target_ulong -> uint64_t for HWBreakpoint
` [RFC PATCH 3/3] target/arm: Replace target_ulong -> vaddr for CPUWatchpoint
[PATCH 0/5] accel/kvm: Support KVM PMU filter
2025-04-16 8:17 UTC (9+ messages)
` [PATCH 1/5] qapi/qom: Introduce kvm-pmu-filter object
[PATCH v3 00/10] target/i386/kvm/pmu: PMU Enhancement, Bugfix and Cleanup
2025-04-16 7:48 UTC (4+ messages)
` [PATCH v3 07/10] target/i386/kvm: query kvm.enable_pmu parameter
[PATCH 0/5] Add support for user creatable SMMUv3 device
2025-04-16 5:54 UTC (12+ messages)
` [PATCH 1/5] hw/arm/smmuv3: Introduce "
` [PATCH 2/5] hw/arm/virt-acpi-build: Update IORT for multiple smmuv3 devices
` [PATCH 3/5] hw/arm/virt: Factor out common SMMUV3 dt bindings code
` [PATCH 4/5] hw/arm/virt: Add support for smmuv3 device
` [PATCH 5/5] hw/arm/smmuv3: Enable smmuv3 device creation
[PATCH v2 00/10] Support vbootrom for AST2700
2025-04-16 2:21 UTC (19+ messages)
` [PATCH v2 04/10] hw/arm/aspeed_ast27x0 Introduce vbootrom memory region
` [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 v3 00/10] kvm/arm: Introduce a customizable aarch64 KVM host model
2025-04-15 9:54 UTC (15+ messages)
` [PATCH v3 01/10] arm/cpu: Add infra to handle generated ID register definitions
` [PATCH v3 02/10] arm/cpu: Add sysreg properties generation
` [PATCH v3 03/10] arm/cpu: Add generated sysreg properties
` [PATCH v3 04/10] kvm: kvm_get_writable_id_regs
` [PATCH v3 05/10] arm/cpu: accessors for writable id registers
` [PATCH v3 06/10] arm/kvm: Allow reading all the writable ID registers
` [PATCH v3 07/10] arm/kvm: write back modified ID regs to KVM
` [PATCH v3 08/10] arm/cpu: more customization for the kvm host cpu model
` [PATCH v3 09/10] arm-qmp-cmds: introspection for ID register props
` [PATCH v3 10/10] arm/cpu-features: document ID reg properties
[PATCH] MAINTAINERS: Add functional tests that are not covered yet
2025-04-14 16:11 UTC (2+ messages)
[PATCH v2 0/4] target/arm: fix arm_cpu_get_phys_page_attrs_debug
2025-04-14 15:30 UTC (5+ messages)
` [PATCH v2 1/4] target/arm/ptw: extract arm_mmu_idx_to_security_space
` [PATCH v2 2/4] target/arm/ptw: get current security_space for current mmu_idx
` [PATCH v2 3/4] target/arm/ptw: extract arm_cpu_get_phys_page
` [PATCH v2 4/4] target/arm/ptw: fix arm_cpu_get_phys_page_attrs_debug
[PATCH] hw: add compat machines for 10.1
2025-04-14 14:56 UTC (4+ messages)
[PATCH] hw/arm: Attach PSPI module to NPCM8XX SoC
2025-04-14 10:43 UTC (2+ messages)
[PATCH 0/2] Fix GDB support for macOS hvf
2025-04-14 9:20 UTC (6+ messages)
` [PATCH 1/2] hvf: avoid repeatedly setting trap debug for each cpu
` [PATCH 2/2] hvf: only update sysreg from owning thread
[RFC PATCH] tests/functional: Generic method to check required devices availability
2025-04-14 6:15 UTC (2+ messages)
[PATCH 00/10] Enable QEMU to run on browsers
2025-04-13 8:12 UTC (6+ messages)
` [PATCH 08/10] hw/9pfs: Allow using hw/9pfs with emscripten
[PATCH 0/4] target/arm: fix arm_cpu_get_phys_page_attrs_debug
2025-04-12 17:11 UTC (2+ messages)
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