2017-07-29 00:46:05 +02:00
|
|
|
# See docs/devel/tracing.txt for syntax documentation.
|
2016-07-14 07:56:25 +02:00
|
|
|
|
2016-10-11 08:56:52 +02:00
|
|
|
# target/i386/kvm.c
|
2016-07-14 07:56:25 +02:00
|
|
|
kvm_x86_fixup_msi_error(uint32_t gsi) "VT-d failed to remap interrupt for GSI %" PRIu32
|
2016-07-14 07:56:31 +02: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 07:56:32 +02:00
|
|
|
kvm_x86_update_msi_routes(int num) "Updated %d MSI routes"
|