diff options
Diffstat (limited to 'target/s390x/trace-events')
-rw-r--r-- | target/s390x/trace-events | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/s390x/trace-events b/target/s390x/trace-events index 852a248d66..4d871f5087 100644 --- a/target/s390x/trace-events +++ b/target/s390x/trace-events @@ -8,7 +8,7 @@ set_skeys_nonzero(int rc) "SKEY: Call to set_skeys unexpectedly returned %d" ioinst(const char *insn) "IOINST: %s" ioinst_sch_id(const char *insn, int cssid, int ssid, int schid) "IOINST: %s (%x.%x.%04x)" ioinst_chp_id(const char *insn, int cssid, int chpid) "IOINST: %s (%x.%02x)" -ioinst_chsc_cmd(uint16_t cmd, uint16_t len) "IOINST: chsc command %04x, len %04x" +ioinst_chsc_cmd(uint16_t cmd, uint16_t len) "IOINST: chsc command 0x%04x, len 0x%04x" # target/s390x/kvm.c kvm_enable_cmma(int rc) "CMMA: enabling with result code %d" |