qemu/target/i386
Tao Su e9e41446c2 target/i386: Revert monitor_puts() in do_inject_x86_mce()
monitor_puts() doesn't check the monitor pointer, but do_inject_x86_mce()
may have a parameter with NULL monitor pointer. Revert monitor_puts() in
do_inject_x86_mce() to fix, then the fact that we send the same message to
monitor and log is again more obvious.

Fixes: bf0c50d4aa (monitor: expose monitor_puts to rest of code)
Reviwed-by: Xiaoyao Li <xiaoyao.li@intel.com>
Reviewed-by: Markus Armbruster <armbru@redhat.com>
Signed-off-by: Tao Su <tao1.su@linux.intel.com>
Message-ID: <20240320083640.523287-1-tao1.su@linux.intel.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
(cherry picked from commit 7fd226b047)
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
2024-04-09 20:09:20 +03:00
..
hax
hvf
kvm i386/cpuid: Move leaf 7 to correct group 2024-02-20 18:43:00 +03:00
nvmm
tcg target/i386: use separate MMU indexes for 32-bit accesses 2024-04-09 20:06:31 +03:00
whpx Drop useless casts from g_malloc() & friends to pointer 2022-10-22 23:15:40 +02:00
arch_dump.c
arch_memory_mapping.c
cpu-dump.c
cpu-internal.h
cpu-param.h target/i386: use separate MMU indexes for 32-bit accesses 2024-04-09 20:06:31 +03:00
cpu-qom.h
cpu-sysemu.c
cpu.c i386/cpu: Mask with XCR0/XSS mask for FEAT_XSAVE_XCR0_HI and FEAT_XSAVE_XSS_HI leafs 2024-02-20 18:41:39 +03:00
cpu.h target/i386: fix direction of "32-bit MMU" test 2024-04-09 20:09:20 +03:00
gdbstub.c
helper.c target/i386: Revert monitor_puts() in do_inject_x86_mce() 2024-04-09 20:09:20 +03:00
helper.h target/i386: Expand eflags updates inline 2022-11-01 08:31:41 +11:00
host-cpu.c
host-cpu.h
Kconfig
machine.c
meson.build
monitor.c
ops_sse_header.h target/i386: implement FMA instructions 2022-10-22 09:05:54 +02:00
ops_sse.h target/i386: fix avx2 instructions vzeroall and vpermdq 2023-05-18 21:10:00 +03:00
sev-sysemu-stub.c
sev.c
sev.h
shift_helper_template.h
svm.h
trace-events
trace.h
xsave_helper.c