mirror of
https://git.proxmox.com/git/qemu
synced 2025-08-07 05:36:39 +00:00
s390x: Fix debugging for unknown sigp order codes
On unknown sigp order codes we print a debug message. This patch fixes the output, since we want to see the order_code and not the register numbers. Patch applies on agraf tree. Signed-off-by: Christian Borntraeger <borntraeger@de.ibm.com> Signed-off-by: Alexander Graf <agraf@suse.de>
This commit is contained in:
parent
0f3301d406
commit
a74cdab44d
@ -377,7 +377,7 @@ static int handle_sigp(CPUState *env, struct kvm_run *run, uint8_t ipa1)
|
|||||||
r = s390_cpu_initial_reset(target_env);
|
r = s390_cpu_initial_reset(target_env);
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
fprintf(stderr, "KVM: unknown SIGP: 0x%x\n", ipa1);
|
fprintf(stderr, "KVM: unknown SIGP: 0x%x\n", order_code);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user