]> Git Repo - qemu.git/blobdiff - target/i386/trace-events
*: Use fprintf between qemu_log_trylock/unlock
[qemu.git] / target / i386 / trace-events
index 246158ae1f00c8f79b6dc560419376b228ee8b61..2cd8726eebb7d42b70a14ba3c128290b428847da 100644 (file)
@@ -1,10 +1,4 @@
-# See docs/devel/tracing.txt for syntax documentation.
-
-# 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"
+# See docs/devel/tracing.rst for syntax documentation.
 
 # sev.c
 kvm_sev_init(void) ""
@@ -16,3 +10,4 @@ kvm_sev_launch_update_data(void *addr, uint64_t len) "addr %p len 0x%" PRIx64
 kvm_sev_launch_measurement(const char *value) "data %s"
 kvm_sev_launch_finish(void) ""
 kvm_sev_launch_secret(uint64_t hpa, uint64_t hva, uint64_t secret, int len) "hpa 0x%" PRIx64 " hva 0x%" PRIx64 " data 0x%" PRIx64 " len %d"
+kvm_sev_attestation_report(const char *mnonce, const char *data) "mnonce %s data %s"
This page took 0.023656 seconds and 4 git commands to generate.