]> git.proxmox.com Git - qemu.git/blobdiff - target-s390x/misc_helper.c
target-s390x: Use CPU_LOG_INT
[qemu.git] / target-s390x / misc_helper.c
index 2938ac9c76468c0ff951a76b6db2eeffe65b746d..e9b3caed49cd02251b33d96eca92e17f7738ff77 100644 (file)
@@ -53,7 +53,8 @@ void HELPER(exception)(CPUS390XState *env, uint32_t excp)
 #ifndef CONFIG_USER_ONLY
 void program_interrupt(CPUS390XState *env, uint32_t code, int ilc)
 {
-    qemu_log("program interrupt at %#" PRIx64 "\n", env->psw.addr);
+    qemu_log_mask(CPU_LOG_INT, "program interrupt at %#" PRIx64 "\n",
+                  env->psw.addr);
 
     if (kvm_enabled()) {
 #ifdef CONFIG_KVM