hw/misc: fix trace-events
The commit 8041d1730871 accidentally removed the vmlaunchupdate.c trace events. Fixes: 8041d1730871 ("tests/qtest: add test for K230 gsdma") Reviewed-by: Daniel P. Berrangé <berrange@redhat.com> Reviewed-by: Luigi Leonardi <leonardi@redhat.com> Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com> Message-ID: <20260825074114.853069-1-marcandre.lureau@redhat.com>
Marc-André Lureau committed
Aug 25, 2026 at 11:41 UTC
8fda982a7c083251635a2ce41dcc068ed0e5c124
1 file changed
+6
hw/misc/trace-events
+6
@@ -446,3 +446,9 @@ iommu_testdev_dma_armed(bool armed) "armed=%d"
446
# k230_decomp_gzip.c
447
k230_decomp_gzip_read(uint64_t offset, unsigned int size, uint64_t value) "K230 DECOMP GZIP read: [0x%"PRIx64"] size %u -> 0x%"PRIx64
448
k230_decomp_gzip_write(uint64_t offset, unsigned int size, uint64_t value) "K230 DECOMP GZIP write: [0x%"PRIx64"] size %u <- 0x%"PRIx64
449
+
450
+# vmlaunchupdate.c
451
+launch_update_write(void) ""
452
+vmlaunch_reset_enter(void) ""
453
+vm_launchupdate_finalize(void) ""
454
+restore_host_x86_igvm(void) ""