diff options
author | David Hildenbrand | 2015-02-24 14:15:26 +0100 |
---|---|---|
committer | Christian Borntraeger | 2015-03-10 09:26:22 +0100 |
commit | 56dba22b7dc1c41ff7dca6593080a99bcca74b5c (patch) | |
tree | cb4588cf6497bfd5eb38dd7b5ff100b1101772f4 /trace-events | |
parent | s390x/kvm: helper to set the SIGP status in SigpInfo (diff) | |
download | qemu-56dba22b7dc1c41ff7dca6593080a99bcca74b5c.tar.gz qemu-56dba22b7dc1c41ff7dca6593080a99bcca74b5c.tar.xz qemu-56dba22b7dc1c41ff7dca6593080a99bcca74b5c.zip |
s390x/kvm: trace all SIGP orders
This patch adds tracing code for all SIGP orders (including the destination
vcpu and the resulting condition code).
Reviewed-by: Thomas Huth <thuth@linux.vnet.ibm.com>
Reviewed-by: Cornelia Huck <cornelia.huck@de.ibm.com>
Signed-off-by: Jens Freimann <jfrei@linux.vnet.ibm.com>
Signed-off-by: David Hildenbrand <dahi@linux.vnet.ibm.com>
Message-Id: <1424783731-43426-6-git-send-email-jfrei@linux.vnet.ibm.com>
Signed-off-by: Christian Borntraeger <borntraeger@de.ibm.com>
Diffstat (limited to 'trace-events')
-rw-r--r-- | trace-events | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/trace-events b/trace-events index 4ac588c275..30eba926c4 100644 --- a/trace-events +++ b/trace-events @@ -1581,6 +1581,7 @@ mhp_pc_dimm_assigned_address(uint64_t addr) "0x%"PRIx64 kvm_enable_cmma(int rc) "CMMA: enabling with result code %d" kvm_clear_cmma(int rc) "CMMA: clearing with result code %d" kvm_failed_cpu_state_set(int cpu_index, uint8_t state, const char *msg) "Warning: Unable to set cpu %d state %" PRIu8 " to KVM: %s" +kvm_sigp_finished(uint8_t order, int cpu_index, int dst_index, int cc) "SIGP: Finished order %u on cpu %d -> cpu %d with cc=%d" # hw/dma/i8257.c i8257_unregistered_dma(int nchan, int dma_pos, int dma_len) "unregistered DMA channel used nchan=%d dma_pos=%d dma_len=%d" |