Commit 8fda982a7c for qemu.org
commit 8fda982a7c083251635a2ce41dcc068ed0e5c124
Author: Marc-André Lureau <marcandre.lureau@redhat.com>
Date: Tue Aug 25 11:41:14 2026 +0400
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>
diff --git a/hw/misc/trace-events b/hw/misc/trace-events
index 16db4ba0cc..0b8be3d0f2 100644
--- a/hw/misc/trace-events
+++ b/hw/misc/trace-events
@@ -446,3 +446,9 @@ iommu_testdev_dma_armed(bool armed) "armed=%d"
# k230_decomp_gzip.c
k230_decomp_gzip_read(uint64_t offset, unsigned int size, uint64_t value) "K230 DECOMP GZIP read: [0x%"PRIx64"] size %u -> 0x%"PRIx64
k230_decomp_gzip_write(uint64_t offset, unsigned int size, uint64_t value) "K230 DECOMP GZIP write: [0x%"PRIx64"] size %u <- 0x%"PRIx64
+
+# vmlaunchupdate.c
+launch_update_write(void) ""
+vmlaunch_reset_enter(void) ""
+vm_launchupdate_finalize(void) ""
+restore_host_x86_igvm(void) ""