qapi: allow unions to contain further unions
[qemu/armbru.git] / target / i386 / kvm / trace-events
blobb365a8e8e282a126f067466d624907d06135ee99
1 # See docs/devel/tracing.rst for syntax documentation.
3 # kvm.c
4 kvm_x86_fixup_msi_error(uint32_t gsi) "VT-d failed to remap interrupt for GSI %" PRIu32
5 kvm_x86_add_msi_route(int virq) "Adding route entry for virq %d"
6 kvm_x86_remove_msi_route(int virq) "Removing route entry for virq %d"
7 kvm_x86_update_msi_routes(int num) "Updated %d MSI routes"
9 # xen-emu.c
10 kvm_xen_hypercall(int cpu, uint8_t cpl, uint64_t input, uint64_t a0, uint64_t a1, uint64_t a2, uint64_t ret) "xen_hypercall: cpu %d cpl %d input %" PRIu64 " a0 0x%" PRIx64 " a1 0x%" PRIx64 " a2 0x%" PRIx64" ret 0x%" PRIx64
11 kvm_xen_soft_reset(void) ""
12 kvm_xen_set_shared_info(uint64_t gfn) "shared info at gfn 0x%" PRIx64
13 kvm_xen_set_vcpu_attr(int cpu, int type, uint64_t gpa) "vcpu attr cpu %d type %d gpa 0x%" PRIx64
14 kvm_xen_set_vcpu_callback(int cpu, int vector) "callback vcpu %d vector %d"