messages from 2025-03-21 07:37:28 to 2025-03-21 22:20:11 UTC [more...]
[PATCH v2 00/30] single-binary: start make hw/arm/ common
2025-03-21 22:19 UTC (33+ messages)
` [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 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 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
[PATCH] target/hppa: Remove duplicated CPU_RESOLVING_TYPE definition
2025-03-21 18:42 UTC
[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-for-10.1 0/4] tcg: Convert TARGET_SUPPORTS_MTTCG to TCGCPUOps::mttcg_supported field
2025-03-21 18:33 UTC (15+ 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-21 18:15 UTC (8+ 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
[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 (19+ 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 "
[PATCH 00/10] gdbstub: conversion to runtime endianess helpers
2025-03-21 17:31 UTC (15+ messages)
` [PATCH 02/10] gdbstub: introduce target independent gdb register helper
` [PATCH 04/10] target/arm: convert 64 bit gdbstub to new helper
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
[PATCH 0/2] migration: multifd documentation
2025-03-21 14:04 UTC (6+ messages)
` [PATCH 1/2] migration: Add some documentation for multifd
[PATCH v6] hw/misc/vmfwupdate: Introduce hypervisor fw-cfg interface support
2025-03-21 12:45 UTC (21+ messages)
vof-nvram.bin: what it is and how it is used?
2025-03-21 5:42 UTC (3+ messages)
[PULL 0/6] Uefi 20250321 patches
2025-03-21 12:36 UTC (7+ messages)
` [PULL 1/6] hw/uefi: flush variable store to disk in post load
` [PULL 2/6] hw/uefi: fix error handling in uefi_vars_json_save
` [PULL 3/6] hw/uefi: fix error handling in uefi_vars_json_load
` [PULL 4/6] hw/uefi-vars-sysbus: allow for riscv virt
` [PULL 5/6] hw/uefi-vars-sysbus: allow for loongarch virt
` [PULL 6/6] docs/firmware: add feature flag for host uefi variable store
[PULL 00/25] (Mostly) Rust patches for QEMU 10.0 soft freeze
2025-03-21 12:03 UTC (3+ messages)
` [PULL 21/25] rust: hpet: decode HPET registers into enums
[PATCH v2 0/3] rust: Fix PL011State size mismatch assert
2025-03-21 11:25 UTC (4+ messages)
` [PATCH v2 1/3] rust: assertions: add static_assert
` [PATCH v2 2/3] hw/char/pl011: Pad PL011State struct to same size as Rust impl
` [PATCH v2 3/3] rust: pl011: Check size of state struct at compile time
[PATCH for-10.1 00/32] vfio: Spring cleanup
2025-03-21 11:22 UTC (20+ messages)
` [PATCH for-10.1 15/32] vfio: Introduce a new header file for helper services
` [PATCH for-10.1 24/32] vfio: Introduce new files for dirty tracking definitions and declarations
` [PATCH for-10.1 25/32] vfio: Move vfio_set_migration_error() into migration.c
` [PATCH for-10.1 26/32] vfio: Rename vfio-common.h to vfio-device.h
` [PATCH for-10.1 30/32] vfio: Rename VFIO dirty tracking services
[PATCH] virtio-net: Fix the interpretation of max_tx_vq
2025-03-21 10:55 UTC (3+ messages)
[PATCH v2] 9pfs: fix 'total_open_fd' decrementation
2025-03-21 10:10 UTC (2+ messages)
[PATCH v1 00/22] Fix incorrect hash results on AST2700
2025-03-21 9:47 UTC (25+ messages)
` [PATCH v1 01/22] hw/misc/aspeed_hace: Remove unused code for better readability
` [PATCH v1 02/22] hw/misc/aspeed_hace: Fix buffer overflow in has_padding function
` [PATCH v1 03/22] hw/misc/aspeed_hace: Improve readability and consistency in variable naming
` [PATCH v1 04/22] hw/misc/aspeed_hace: Update hash source address handling to 64-bit for AST2700
` [PATCH v1 05/22] hw/misc/aspeed_hace: Introduce 64-bit digest_addr variable "
` [PATCH v1 06/22] hw/misc/aspeed_hace: Support accumulative mode for direct access mode
` [PATCH v1 07/22] hw/misc/aspeed_hace: Add support for source, digest, key buffer 64 bit addresses
` [PATCH v1 08/22] hw/misc/aspeed_hace: Support DMA 64 bits dram address
` [PATCH v1 09/22] hw/misc/aspeed_hace: Ensure HASH_IRQ is always set to prevent firmware hang
` [PATCH v1 10/22] hw/misc/aspeed_hace:: Support setting different memory size
` [PATCH v1 11/22] hw/misc/aspeed_hace: Add trace-events for better debugging
` [PATCH v1 12/22] hw/misc/aspeed_hace Support to dump plaintext and digest "
` [PATCH v1 13/22] test/qtest: Introduce a new aspeed-hace-utils.c to place common testcases
` [PATCH v1 14/22] test/qtest/hace: Adjust test address range for AST1030 due to SRAM limitations
` [PATCH v1 15/22] test/qtest/hace: Add SHA-384 test cases for ASPEED HACE model
` [PATCH v1 16/22] test/qtest/hace: Add SHA-384 tests for AST2600
` [PATCH v1 17/22] test/qtest/hace: Add tests for AST1030
` [PATCH v1 18/22] test/qtest/hace: Update source data and digest data type to 64-bit
` [PATCH v1 19/22] test/qtest/hace: Support 64-bit source and digest addresses for AST2700
` [PATCH v1 20/22] test/qtest/hace: Support to test upper 32 bits of digest and source addresses
` [PATCH v1 21/22] test/qtest/hace: Support to validate 64-bit hmac key buffer addresses
` [PATCH v1 22/22] test/qtest/hace: Add tests for AST2700
[PATCH 0/6] amd_iommu: Fixes to align with AMDVi specification
2025-03-21 8:37 UTC (5+ messages)
` [PATCH 6/6] amd_iommu: Do not assume passthrough translation for devices with DTE[TV]=0
[PATCH v6 0/6] target/loongarch: Fix some issues reported from coccinelle
2025-03-21 8:21 UTC (8+ messages)
` [PATCH v6 3/6] hw/loongarch/virt: Fix error handling in cpu unplug
[PULL 0/3] Trivial patches for 2025-03-21
2025-03-21 8:17 UTC (4+ messages)
` [PULL 1/3] Makefile: "make dist" generates a .xz, not .bz2
` [PULL 2/3] docs: Explain how to use passt
` [PULL 3/3] mailmap: Update email address for Akihiko Odaki
[RFC PATCH] target/riscv: set vill bit if VLMAX is changed when vsetvli rs1 and rd arguments are x0
2025-03-21 8:10 UTC
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).