2021-05-17 17:16:58 +02:00
|
|
|
# See docs/devel/tracing.rst for syntax documentation.
|
2020-12-12 16:55:08 +01:00
|
|
|
|
|
|
|
# kvm.c
|
|
|
|
kvm_x86_fixup_msi_error(uint32_t gsi) "VT-d failed to remap interrupt for GSI %" PRIu32
|
|
|
|
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"
|
|
|
|
kvm_x86_update_msi_routes(int num) "Updated %d MSI routes"
|