187e0331cSPhilippe Mathieu-Daudé# See docs/devel/tracing.txt for syntax documentation. 2fcf5ef2aSThomas Huth 3fcf5ef2aSThomas Huth# target/i386/kvm.c 4fcf5ef2aSThomas Huthkvm_x86_fixup_msi_error(uint32_t gsi) "VT-d failed to remap interrupt for GSI %" PRIu32 5fcf5ef2aSThomas Huthkvm_x86_add_msi_route(int virq) "Adding route entry for virq %d" 6fcf5ef2aSThomas Huthkvm_x86_remove_msi_route(int virq) "Removing route entry for virq %d" 7fcf5ef2aSThomas Huthkvm_x86_update_msi_routes(int num) "Updated %d MSI routes" 8*d8575c6cSBrijesh Singh 9*d8575c6cSBrijesh Singh# target/i386/sev.c 10*d8575c6cSBrijesh Singhkvm_sev_init(void) "" 11