Re: [PATCH] x86/cpu: Handle SMM mode in x86_cpu_dump_state for softmmu

2025-07-03 Thread Kirill Martynov
e: > > On 7/2/2025 11:10 PM, Xiaoyao Li wrote: >> On 7/2/2025 10:16 PM, Xiaoyao Li wrote: >>> On 5/23/2025 11:44 PM, Kirill Martynov wrote: >>>> Certain error conditions can trigger x86_cpu_dump_state() to output CPU >>>> state >>>> debug

Re: [PATCH] x86/cpu: Handle SMM mode in x86_cpu_dump_state for softmmu

2025-06-16 Thread Kirill Martynov
Hello there, would you be so kind to give some feedback on this patch? > On 23 May 2025, at 18:44, Kirill Martynov wrote: > > Certain error conditions can trigger x86_cpu_dump_state() to output CPU state > debug information e.g. KVM emulation failure due to misbehaving guest. >

[PATCH] x86/cpu: Handle SMM mode in x86_cpu_dump_state for softmmu

2025-05-23 Thread Kirill Martynov
l/qemu-thread-posix.c:505 #10 ... in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #11 ... in clone () from /lib/x86_64-linux-gnu/libc.so.6 Signed-off-by: Kirill Martynov --- target/i386/cpu.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/i386/cpu.h b/targe