Skip to content

Commit b638094

Browse files
schlacfrankjaa
authored andcommitted
KVM: s390: selftests: correct IP.b length in uc_handle_sieic debug output
The length of the interrupt parameters (IP) are: a: 2 bytes b: 4 bytes Signed-off-by: Christoph Schlameuss <[email protected]> Link: https://lore.kernel.org/r/[email protected] [[email protected]: Fixed patch prefix] Signed-off-by: Janosch Frank <[email protected]> Message-ID: <[email protected]>
1 parent 59f82bf commit b638094

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/testing/selftests/kvm/s390x/ucontrol_test.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -376,7 +376,7 @@ static bool uc_handle_sieic(FIXTURE_DATA(uc_kvm) *self)
376376
struct kvm_run *run = self->run;
377377

378378
/* check SIE interception code */
379-
pr_info("sieic: 0x%.2x 0x%.4x 0x%.4x\n",
379+
pr_info("sieic: 0x%.2x 0x%.4x 0x%.8x\n",
380380
run->s390_sieic.icptcode,
381381
run->s390_sieic.ipa,
382382
run->s390_sieic.ipb);

0 commit comments

Comments
 (0)