[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[qemu-s390x] [PULL 09/10] s390x/kvm: add tracepoint to ioeventfd interfa
From: |
Cornelia Huck |
Subject: |
[qemu-s390x] [PULL 09/10] s390x/kvm: add tracepoint to ioeventfd interface |
Date: |
Mon, 18 Feb 2019 12:11:52 +0100 |
Trace when assigning/unassigning.
Message-Id: <address@hidden>
Reviewed-by: Philippe Mathieu-Daudé <address@hidden>
Signed-off-by: Cornelia Huck <address@hidden>
---
target/s390x/kvm.c | 2 ++
target/s390x/trace-events | 1 +
2 files changed, 3 insertions(+)
diff --git a/target/s390x/kvm.c b/target/s390x/kvm.c
index 15fdc168e1c5..19530fb94e5a 100644
--- a/target/s390x/kvm.c
+++ b/target/s390x/kvm.c
@@ -1886,6 +1886,8 @@ int kvm_s390_assign_subch_ioeventfd(EventNotifier
*notifier, uint32_t sch,
.addr = sch,
.len = 8,
};
+ trace_kvm_assign_subch_ioeventfd(kick.fd, kick.addr, assign,
+ kick.datamatch);
if (!kvm_check_extension(kvm_state, KVM_CAP_IOEVENTFD)) {
return -ENOSYS;
}
diff --git a/target/s390x/trace-events b/target/s390x/trace-events
index a84e316e4937..e509b08799c6 100644
--- a/target/s390x/trace-events
+++ b/target/s390x/trace-events
@@ -14,6 +14,7 @@ ioinst_chsc_cmd(uint16_t cmd, uint16_t len) "IOINST: chsc
command 0x%04x, len 0x
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"
# target/s390x/cpu.c
cpu_set_state(int cpu_index, uint8_t state) "setting cpu %d state to %" PRIu8
--
2.17.2
- [qemu-s390x] [PULL 10/10] s390x/pci: Unplug remaining requested devices on pcihost reset, (continued)
- [qemu-s390x] [PULL 10/10] s390x/pci: Unplug remaining requested devices on pcihost reset, Cornelia Huck, 2019/02/05
- Re: [qemu-s390x] [PULL 00/10] s390x update, Peter Maydell, 2019/02/05
- [qemu-s390x] [PULL 00/10] s390x update, Cornelia Huck, 2019/02/18
- [qemu-s390x] [PULL 03/10] target/s390x: Split out s390-tod.h, Cornelia Huck, 2019/02/18
- [qemu-s390x] [PULL 01/10] s390x: Fix the confusing contributions-after-2012 license statements, Cornelia Huck, 2019/02/18
- [qemu-s390x] [PULL 04/10] target/s390x: Implement STCK et al for CONFIG_USER_ONLY, Cornelia Huck, 2019/02/18
- [qemu-s390x] [PULL 02/10] s390x: always provide pci support, Cornelia Huck, 2019/02/18
- [qemu-s390x] [PULL 05/10] s390x: add zPCI feature to "qemu" CPU model, Cornelia Huck, 2019/02/18
- [qemu-s390x] [PULL 06/10] s390x/cpumodel: mepochptff: warn when no mepoch and re-align group init, Cornelia Huck, 2019/02/18
- [qemu-s390x] [PULL 07/10] s390x/cpumodel: default enable mepoch for z14 and later, Cornelia Huck, 2019/02/18
- [qemu-s390x] [PULL 09/10] s390x/kvm: add tracepoint to ioeventfd interface,
Cornelia Huck <=
- [qemu-s390x] [PULL 08/10] s390x/cpumodel: add z14 GA2 model, Cornelia Huck, 2019/02/18
- [qemu-s390x] [PULL 10/10] s390x: upgrade status of KVM cores to "supported", Cornelia Huck, 2019/02/18
- Re: [qemu-s390x] [Qemu-devel] [PULL 00/10] s390x update, no-reply, 2019/02/18
- Re: [qemu-s390x] [Qemu-devel] [PULL 00/10] s390x update, no-reply, 2019/02/18
- Re: [qemu-s390x] [Qemu-devel] [PULL 00/10] s390x update, no-reply, 2019/02/18
- Re: [qemu-s390x] [Qemu-devel] [PULL 00/10] s390x update, no-reply, 2019/02/18
- Re: [qemu-s390x] [Qemu-devel] [PULL 00/10] s390x update, no-reply, 2019/02/18
- Re: [qemu-s390x] [Qemu-devel] [PULL 00/10] s390x update, no-reply, 2019/02/18
- Re: [qemu-s390x] [Qemu-devel] [PULL 00/10] s390x update, no-reply, 2019/02/18
- Re: [qemu-s390x] [Qemu-devel] [PULL 00/10] s390x update, no-reply, 2019/02/18