2017-07-29 01:46:05 +03:00
|
|
|
# See docs/devel/tracing.txt for syntax documentation.
|
2016-07-14 08:56:25 +03:00
|
|
|
|
2016-10-11 09:56:52 +03:00
|
|
|
# target/i386/kvm.c
|
2016-07-14 08:56:25 +03:00
|
|
|
kvm_x86_fixup_msi_error(uint32_t gsi) "VT-d failed to remap interrupt for GSI %" PRIu32
|
2016-07-14 08:56:31 +03:00
|
|
|
kvm_x86_add_msi_route(int virq) "Adding route entry for virq %d"
|
|
|
|
kvm_x86_remove_msi_route(int virq) "Removing route entry for virq %d"
|
2016-07-14 08:56:32 +03:00
|
|
|
kvm_x86_update_msi_routes(int num) "Updated %d MSI routes"
|