messages from 2025-03-21 14:27:23 to 2025-03-23 19:51:11 UTC [more...]
[PATCH v2 00/30] single-binary: start make hw/arm/ common
2025-03-23 19:50 UTC (58+ messages)
` [PATCH v2 01/30] exec/cpu-all: remove BSWAP_NEEDED
` [PATCH v2 02/30] exec/cpu-all: extract tlb flags defines to exec/tlb-flags.h
` [PATCH v2 03/30] exec/cpu-all: move cpu_copy to linux-user/qemu.h
` [PATCH v2 04/30] include/exec/cpu-all: move compile time check for CPUArchState to cpu-target.c
` [PATCH v2 05/30] exec/cpu-all: remove system/memory include
` [PATCH v2 06/30] exec/cpu-all: remove exec/page-protection include
` [PATCH v2 07/30] exec/cpu-all: remove tswap include
` [PATCH v2 08/30] exec/cpu-all: remove exec/cpu-interrupt include
` [PATCH v2 09/30] exec/cpu-all: remove exec/cpu-defs include
` [PATCH v2 10/30] exec/cpu-all: remove exec/target_page include
` [PATCH v2 11/30] exec/cpu-all: remove hw/core/cpu.h include
` [PATCH v2 12/30] accel/tcg: fix missing includes for TCG_GUEST_DEFAULT_MO
` [PATCH v2 13/30] accel/tcg: fix missing includes for TARGET_HAS_PRECISE_SMC
` [PATCH v2 14/30] exec/cpu-all: remove cpu include
` [PATCH v2 15/30] exec/cpu-all: transfer exec/cpu-common include to cpu.h headers
` [PATCH v2 16/30] exec/cpu-all: remove this header
` [PATCH v2 17/30] exec/target_page: runtime defintion for TARGET_PAGE_BITS_MIN
` [PATCH v2 18/30] accel/kvm: move KVM_HAVE_MCE_INJECTION define to kvm-all.c
` [PATCH v2 20/30] target/arm/cpu: always define kvm related registers
` [PATCH v2 23/30] target/arm/cpu: remove inline stubs for aarch32 emulation
` [PATCH v2 25/30] hw/arm/boot: make compilation unit hw common
` [PATCH v2 26/30] hw/arm/armv7m: prepare compilation unit to be common
` [PATCH v2 27/30] hw/arm/digic_boards: "
` [PATCH v2 28/30] hw/arm/xlnx-zynqmp: "
` [PATCH v2 29/30] hw/arm/xlnx-versal: "
[PATCH] target/s390x: Fix a typo in s390_cpu_class_init()
2025-03-23 19:20 UTC (2+ messages)
[PATCH] target/hppa: Remove duplicated CPU_RESOLVING_TYPE definition
2025-03-23 19:14 UTC (2+ messages)
[PATCH-for-10.1 0/4] tcg: Convert TARGET_SUPPORTS_MTTCG to TCGCPUOps::mttcg_supported field
2025-03-23 19:07 UTC (19+ messages)
` [PATCH-for-10.1 1/4] target/riscv: Restrict RV128 MTTCG check on system emulation
` [PATCH-for-10.1 2/4] tcg: Move qemu_tcg_mttcg_enabled() to 'system/tcg.h'
` [PATCH-for-10.1 3/4] tcg: Convert TCGState::mttcg_enabled to TriState
` [PATCH-for-10.1 4/4] tcg: Convert TARGET_SUPPORTS_MTTCG to TCGCPUOps::mttcg_supported field
[RFC PATCH-for-10.1 v2 0/7] tcg: Move TCG_GUEST_DEFAULT_MO -> TCGCPUOps::guest_default_memory_order
2025-03-23 18:06 UTC (11+ messages)
` [PATCH-for-10.1 v2 1/7] tcg: Always define TCG_GUEST_DEFAULT_MO
` [PATCH-for-10.1 v2 2/7] tcg: Simplify tcg_req_mo() macro
` [PATCH-for-10.1 v2 3/7] tcg: Define guest_default_memory_order in TCGCPUOps
` [PATCH-for-10.1 v2 4/7] tcg: Remove use of TCG_GUEST_DEFAULT_MO in tb_gen_code()
` [RFC PATCH-for-10.1 v2 5/7] tcg: Propagate CPUState argument to cpu_req_mo()
` [RFC PATCH-for-10.1 v2 6/7] tcg: Have tcg_req_mo() use TCGCPUOps::guest_default_memory_order
` [PATCH-for-10.1 v2 7/7] tcg: Remove the TCG_GUEST_DEFAULT_MO definition globally
[PULL 0/3] aspeed queue
2025-03-23 17:45 UTC (4+ messages)
` [PULL 1/3] aspeed: Fix maximum number of spi controller
` [PULL 2/3] hw/intc/aspeed: Fix IRQ handler mask check
` [PULL 3/3] hw/misc/aspeed_hace: Fix buffer overflow in has_padding function
[PATCH v4 0/8] Implement Firmware Assisted Dump for PSeries
2025-03-23 17:40 UTC (9+ messages)
` [PATCH v4 1/8] hw/ppc: Implement skeleton code for fadump in PSeries
` [PATCH v4 2/8] hw/ppc: Implement fadump register command
` [PATCH v4 3/8] hw/ppc: Trigger Fadump boot if fadump is registered
` [PATCH v4 4/8] hw/ppc: Preserve memory regions registered for fadump
` [PATCH v4 5/8] hw/ppc: Implement saving CPU state in Fadump
` [PATCH v4 6/8] hw/ppc: Pass dump-sizes property for fadump in device tree
` [PATCH v4 7/8] hw/ppc: Enable fadump for PSeries
` [PATCH v4 8/8] tests/functional: Add test for fadump in PSeries
[PATCH 00/17] target/avr: Increase page size
2025-03-23 17:37 UTC (18+ messages)
` [PATCH 01/17] hw/core/cpu: Use size_t for memory_rw_debug len argument
` [PATCH 02/17] target/avr: Fix buffer read in avr_print_insn
` [PATCH 03/17] target/avr: Improve decode of LDS, STS
` [PATCH 04/17] target/avr: Remove OFFSET_CPU_REGISTERS
` [PATCH 05/17] target/avr: Move cpu register accesses into system memory
` [PATCH 06/17] target/avr: Use cpu_stb_mmuidx_ra in helper_fullwr
` [PATCH 07/17] target/avr: Use do_stb in avr_cpu_do_interrupt
` [PATCH 08/17] target/avr: Add offset-io cpu property
` [PATCH 09/17] target/avr: Introduce gen_data_{load,store}_raw
` [PATCH 10/17] target/avr: Update cpu_sp after push and pop
` [PATCH 11/17] target/avr: Implement CPUState.memory_rw_debug
` [PATCH 12/17] target/avr: Handle offset_io in helper.c
` [PATCH 13/17] target/avr: Handle offset_io in avr_cpu_realizefn
` [PATCH 14/17] hw/avr: Set offset_io and increase page size to 1k
` [PATCH 15/17] hw/avr: Pass mcu_type to class_base_init via .class_data
` [PATCH 16/17] hw/avr: Move AtmegaMcuClass to atmega.h
` [PATCH 17/17] target/avr: Enable TARGET_PAGE_BITS_VARY
[PATCH 00/10] gdbstub: conversion to runtime endianess helpers
2025-03-23 17:32 UTC (14+ messages)
` [PATCH 02/10] gdbstub: introduce target independent gdb register helper
[PATCH] alsaaudio: Set try-poll to false by default
2025-03-23 14:36 UTC (3+ messages)
[PATCH] docs: Added docs/specs/riscv-iommu.rst in MAINTAINERS file
2025-03-23 14:01 UTC
[PATCH] hw/pci-bridge/pci_expander_bridge: Fix HDM passthrough condition
2025-03-23 8:04 UTC
[PATCH v3] docs/specs/riscv-iommu: Fixed broken link to external risv iommu document
2025-03-23 6:34 UTC
[PATCH v1 00/22] Fix incorrect hash results on AST2700
2025-03-22 20:52 UTC (4+ messages)
` [PATCH v1 02/22] hw/misc/aspeed_hace: Fix buffer overflow in has_padding function
Can I contribute Vitastor block driver? Or maybe introduce a QAPI plugin system?
2025-03-22 17:13 UTC
[RFC PATCH 00/18] hw/microblaze: Quick single binary proof of concept
2025-03-22 6:59 UTC (5+ messages)
` [RFC PATCH 04/18] qemu: Introduce 'qemu/legacy_binary_info.h'
[PATCH v2] virtio-net: Fix the interpretation of max_tx_vq
2025-03-22 6:47 UTC
[PATCH v2 0/2] RISC-V: ACPI: Add support for RIMT
2025-03-22 4:31 UTC (3+ messages)
` [PATCH v2 1/2] hw/riscv/virt: Add the BDF of IOMMU to RISCVVirtState structure
` [PATCH v2 2/2] hw/riscv/virt-acpi-build: Add support for RIMT
[PATCH 0/4] qapi: add auto-generated return docs
2025-03-22 1:08 UTC (5+ messages)
` [PATCH 1/4] docs/qapi-domain: add return-nodesc
` [PATCH 2/4] docs, qapi: generate undocumented return sections
` [PATCH 3/4] qapi: remove trivial "Returns:" sections
` [PATCH 4/4] qapi: rephrase return docs to avoid type name
[PATCH 0/5] python: add QAPI and qapidoc et al to python linter tests
2025-03-21 22:23 UTC (6+ messages)
` [PATCH 1/5] qapi: Add some pylint ignores
` [PATCH 2/5] docs/qapidoc: linting fixes
` [PATCH 3/5] python: update missing dependencies from minreqs
` [PATCH 4/5] python: add qapi static analysis tests
` [PATCH 5/5] qapi: delete un-needed python static analysis configs
[PATCH v2 1/1] goldfish_rtc: keep time offset when resetting
2025-03-21 22:12 UTC
[PATCH 00/39] hexagon system emu, part 2/3
2025-03-21 21:48 UTC (4+ messages)
` [PATCH 06/39] target/hexagon: Implement {g,s}etimask helpers
[PULL 00/24] Mostly Rust changes for QEMU 10.0
2025-03-21 18:35 UTC (25+ messages)
` [PULL 01/24] rust: Kconfig: Factor out whether PL011 is Rust or C
` [PULL 02/24] rust: Kconfig: Factor out whether HPET "
` [PULL 03/24] qdev, rust/hpet: fix type of HPET "timers" property
` [PULL 04/24] rust: assertions: add static_assert
` [PULL 05/24] hw/char/pl011: Pad PL011State struct to same size as Rust impl
` [PULL 06/24] rust: pl011: Check size of state struct at compile time
` [PULL 07/24] load_aout: replace bswap_needed with big_endian
` [PULL 08/24] exec/cpu-all: remove BSWAP_NEEDED
` [PULL 09/24] rust/vmstate: Remove unnecessary unsafe
` [PULL 10/24] rust/vmstate: Fix num_offset in vmstate macros
` [PULL 11/24] rust/vmstate: Fix num field when varray flags are set
` [PULL 12/24] rust/vmstate: Fix size field of VMStateField with VMS_ARRAY_OF_POINTER flag
` [PULL 13/24] rust/vmstate: Fix type check for varray in vmstate_struct
` [PULL 14/24] rust/vmstate: Fix "cannot infer type" error "
` [PULL 15/24] rust/vmstate: Fix unnecessary VMState bound of with_varray_flag()
` [PULL 16/24] rust/vmstate: Relax array check when build varray in vmstate_struct
` [PULL 17/24] rust/vmstate: Re-implement VMState trait for timer binding
` [PULL 18/24] rust/vmstate: Support vmstate_validate
` [PULL 19/24] rust/vmstate: Add unit test for vmstate_of macro
` [PULL 20/24] rust/vmstate: Add unit test for vmstate_{of|struct} macro
` [PULL 21/24] rust/vmstate: Add unit test for pointer case
` [PULL 22/24] rust/vmstate: Add unit test for vmstate_validate
` [PULL 23/24] rust/vmstate: Include complete crate path of VMStateFlags in vmstate_clock
` [PULL 24/24] rust: hpet: fix decoding of timer registers
[PATCH] rust: hpet: fix decoding of timer registers
2025-03-21 18:38 UTC (3+ messages)
[PATCH-for-10.1 v2 0/4] tcg: Convert TARGET_SUPPORTS_MTTCG to TCGCPUOps::mttcg_supported field
2025-03-21 18:39 UTC (6+ messages)
` [PATCH-for-10.1 v2 1/4] target/riscv: Restrict RV128 MTTCG check on system emulation
` [PATCH-for-10.1 v2 2/4] tcg: Move qemu_tcg_mttcg_enabled() to 'system/tcg.h'
` [PATCH-for-10.1 v2 3/4] tcg: Convert TCGState::mttcg_enabled to TriState
` [PATCH-for-10.1 v2 4/4] tcg: Convert TARGET_SUPPORTS_MTTCG to TCGCPUOps::mttcg_supported field
[PATCH] tests/functional/meson.build: Bump arm_aspeed_bletchley timeout
2025-03-21 18:34 UTC (2+ messages)
[PATCH v2 00/42] accel/tcg, codebase: Build once patches
2025-03-21 18:03 UTC (5+ messages)
` [PATCH v2 12/42] accel/tcg: Use cpu_ld*_code_mmu in translator.c
[PATCH v2 1/2] target/riscv: fix access permission checks for CSR_SSP
2025-03-21 18:01 UTC (2+ messages)
[RFC PATCH-for-10.1 0/4] tcg: Move TCG_GUEST_DEFAULT_MO -> TCGCPUOps::guest_default_memory_order
2025-03-21 17:47 UTC (18+ messages)
` [PATCH-for-10.1 1/4] tcg: Always define TCG_GUEST_DEFAULT_MO
` [PATCH-for-10.1 2/4] tcg: Simplify tcg_req_mo() macro
` [RFC PATCH-for-10.1 3/4] tcg: Have tcg_req_mo() use runtime TCGContext::guest_mo
` [RFC PATCH-for-10.1 4/4] tcg: Define guest_default_memory_order in TCGCPUOps
[PATCH 1/1] goldfish_rtc: keep time offset when resetting
2025-03-21 17:43 UTC (5+ messages)
` [PATCH-for-10.0 "
QEMU Userspace NVMe driver and multiple iothreads
2025-03-21 16:49 UTC (3+ messages)
[PATCH v3] QIOChannelSocket: Flush zerocopy socket error queue on sendmsg failure due to ENOBUF
2025-03-21 15:45 UTC (4+ messages)
[PATCH v3 00/14] arm: rework id register storage
2025-03-21 15:41 UTC (14+ messages)
` [PATCH v3 01/14] arm/cpu: Add sysreg definitions in cpu-sysregs.h
` [PATCH v3 02/14] arm/kvm: add accessors for storing host features into idregs
` [PATCH v3 13/14] arm/cpu: Add sysreg generation scripts
Best practice for issuing blocking calls in response to an event
2025-03-21 15:17 UTC (3+ messages)
[PATCH v8 00/18] Adding partial support for 128-bit riscv target
2025-03-21 15:08 UTC (2+ messages)
[PULL 0/8] Error reporting patches for 2025-03-21
2025-03-21 14:51 UTC (9+ messages)
` [PULL 1/8] cryptodev: Fix error handling in cryptodev_lkcf_execute_task()
` [PULL 2/8] error: Strip trailing '\n' from an error string argument
` [PULL 3/8] hw/xen: Fix xen_bus_realize() error handling
` [PULL 4/8] hw/xen: Downgrade a xen_bus_realize() non-error to warning
` [PULL 5/8] target/loongarch: Fix error handling of KVM feature checks
` [PULL 6/8] hw/loongarch/virt: Eliminate error_propagate()
` [PULL 7/8] target/loongarch: Remove unnecessary temporary variable assignment
` [PULL 8/8] target/loongarch: Clean up virt_cpu_irq_init() error handling
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).