Re: [PULL 05/11] hpet: fix and cleanup persistence of interrupt status

2025-04-04 Thread Paolo Bonzini
On Wed, Mar 19, 2025 at 4:29 PM Fiona Ebner wrote: > > Hi, > If necessary, our management layer downstream could disable the hpet > timer by default and make users explicitly enable it if > desired/required. I just wanted to ask if the issue is known and if > there are any other suggestions? Thank

Re: [PATCH] Fix duplicate symbol error on MacOS build

2025-04-04 Thread Peter Maydell
On Wed, 19 Mar 2025 at 12:53, Tanish Desai wrote: > > The issue started after commit > https://github.com/qemu/qemu/commit/59f4d65584bd3372070e2484876436c8d02505e4 > > Reproduction: > 1. In the build directory on MacOS (haven't tried on other OS), run: >../configure --enable-rust --targ

[PATCH] Revert "virtio-net: Copy received header to buffer"

2025-04-04 Thread Antoine Damhet
This reverts commit 7987d2be5a8bc3a502f89ba8cf3ac3e09f64d1ce. The goal was to remove the need to patch the (const) input buffer with a recomputed UDP checksum by copying headers to a RW region and inject the checksum there. The patch computed the checksum only from the header fields (missing the r

[PATCH v8 16/55] i386/tdx: load TDVF for TD guest

2025-04-04 Thread Xiaoyao Li
From: Chao Peng TDVF(OVMF) needs to run at private memory for TD guest. TDX cannot support pflash device since it doesn't support read-only private memory. Thus load TDVF(OVMF) with -bios option for TDs. Use memory_region_init_ram_guest_memfd() to allocate the MemoryRegion for TDVF because it ne

[PATCH-for-10.1 14/24] target/openrisc: Restrict SoftMMU mmu_index() to TCG

2025-04-04 Thread Philippe Mathieu-Daudé
Signed-off-by: Philippe Mathieu-Daudé --- target/openrisc/cpu.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/openrisc/cpu.c b/target/openrisc/cpu.c index e8abf1f8b5c..dc55594a7de 100644 --- a/target/openrisc/cpu.c +++ b/target/openrisc/cpu.c @@ -247,6 +247,7 @@ stati

Re: [PATCH v3 2/2] qapi/throttle: add timeout parameter for qmp_block_set_io_throttle()

2025-04-04 Thread zoudongjie via
On Thu, 27 Mar 2025 09:04:51 +0100, Markus wrote: > zoudongjie writes: > > > On Wed, Mar 26, 2025 at 10:53:20 +0100, Markus wrote: > >> zoudongjie via writes: > >> > >> > From: Zhu Yangyang > >> > > >> > Calling qmp_block_set_io_throttle() will be blocked for a long time > >> > when a network

[PATCH-for-10.1 8/9] linux-user/arm: Implement MTE stubs for 32-bit user emulation

2025-04-04 Thread Philippe Mathieu-Daudé
We want to build MTE code once, but on linux-user it calls arm_set_mte_tcf0() which is only defined for Aarch64. Expose the declaration on 32-bit ARM by renaming aarch64/mte_user_helper.h -> arm/mte_user_helper.h, then add a stub in arm/mte_user_helper.c. Signed-off-by: Philippe Mathieu-Daudé ---

<    1   2   3   4