aboutsummaryrefslogtreecommitdiff
path: root/target/s390x/trace-events
diff options
context:
space:
mode:
authorCho, Yu-Chen <acho@suse.com>2021-07-07 18:53:23 +0800
committerCornelia Huck <cohuck@redhat.com>2021-07-07 14:01:59 +0200
commit67043607d17cf62f4ae8110151c44fb73295e66f (patch)
tree99a58795af7a37f2103c0d179ec6508897a7b9b2 /target/s390x/trace-events
parent777ef689b5e5732c4d99f78f9e39f797dfe5fba2 (diff)
downloadqemu-67043607d17cf62f4ae8110151c44fb73295e66f.zip
qemu-67043607d17cf62f4ae8110151c44fb73295e66f.tar.gz
qemu-67043607d17cf62f4ae8110151c44fb73295e66f.tar.bz2
target/s390x: move kvm files into kvm/
move kvm files into kvm/ After the reshuffling, update MAINTAINERS accordingly. Make use of the new directory: target/s390x/kvm/ Signed-off-by: Claudio Fontana <cfontana@suse.de> Signed-off-by: Cho, Yu-Chen <acho@suse.com> Reviewed-by: Cornelia Huck <cohuck@redhat.com> Reviewed-by: Thomas Huth <thuth@redhat.com> Message-Id: <20210707105324.23400-14-acho@suse.com> Signed-off-by: Cornelia Huck <cohuck@redhat.com>
Diffstat (limited to 'target/s390x/trace-events')
-rw-r--r--target/s390x/trace-events6
1 files changed, 0 insertions, 6 deletions
diff --git a/target/s390x/trace-events b/target/s390x/trace-events
index e83a8cf..729cb01 100644
--- a/target/s390x/trace-events
+++ b/target/s390x/trace-events
@@ -10,12 +10,6 @@ ioinst_sch_id(const char *insn, int cssid, int ssid, int schid) "IOINST: %s (%x.
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 0x%04x, len 0x%04x"
-# kvm.c
-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_assign_subch_ioeventfd(int fd, uint32_t addr, bool assign, int datamatch) "fd: %d sch: @0x%x assign: %d vq: %d"
-
# cpu-sysemu.c
cpu_set_state(int cpu_index, uint8_t state) "setting cpu %d state to %" PRIu8
cpu_halt(int cpu_index) "halting cpu %d"