block: convert more bdrv_is_allocated* and bdrv_block_status* calls to coroutine...
[qemu/ar7.git] / target / s390x / kvm / trace-events
blobcdf2c4f8f278488487c573d5870586ed9beff27d
1 # See docs/devel/tracing.rst for syntax documentation.
3 # kvm.c
4 kvm_enable_cmma(int rc) "CMMA: enabling with result code %d"
5 kvm_clear_cmma(int rc) "CMMA: clearing with result code %d"
6 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"
7 kvm_assign_subch_ioeventfd(int fd, uint32_t addr, bool assign, int datamatch) "fd: %d sch: @0x%x assign: %d vq: %d"
9 kvm_sw_breakpoint(uint32_t n) "KVM: will use %d-byte sw breakpoints"
10 kvm_insn_unhandled_priv(uint32_t x) "KVM: unhandled PRIV: 0x%x"
11 kvm_insn_diag(uint32_t x) "KVM: unknown DIAG: 0x%x"
12 kvm_insn(uint32_t ipa, uint32_t ipb) "handle_instruction 0x%x 0x%x"
13 kvm_intercept(uint32_t icpt_code, uint64_t psw_addr) "intercept: 0x%x (at 0x%"PRIx64"lx)"
14 kvm_msi_route_fixup(const char* msg) "%s"