mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 15:53:54 -06:00
Use new logging API in reset handling (Jan Kiszka)
Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com> git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6473 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
dd5e3b1771
commit
6e48a40da5
1 changed files with 1 additions and 1 deletions
|
@ -1275,7 +1275,7 @@ static int check_exception(int intno, int *error_code)
|
|||
if (env->hflags & HF_SVMI_MASK)
|
||||
helper_vmexit(SVM_EXIT_SHUTDOWN, 0); /* does not return */
|
||||
|
||||
if (loglevel & CPU_LOG_RESET)
|
||||
if (qemu_loglevel_mask(CPU_LOG_RESET))
|
||||
fprintf(logfile, "Triple fault\n");
|
||||
|
||||
qemu_system_reset_request();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue