Commit 6e48a40da5258a0e4c2d7472f8500fe1f51ad77a

Authored by aliguori
1 parent dd5e3b17

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
Showing 1 changed file with 1 additions and 1 deletions
target-i386/op_helper.c
... ... @@ -1275,7 +1275,7 @@ static int check_exception(int intno, int *error_code)
1275 1275 if (env->hflags & HF_SVMI_MASK)
1276 1276 helper_vmexit(SVM_EXIT_SHUTDOWN, 0); /* does not return */
1277 1277  
1278   - if (loglevel & CPU_LOG_RESET)
  1278 + if (qemu_loglevel_mask(CPU_LOG_RESET))
1279 1279 fprintf(logfile, "Triple fault\n");
1280 1280  
1281 1281 qemu_system_reset_request();
... ...