]> git.proxmox.com Git - mirror_qemu.git/blobdiff - tests/vmgenid-test.c
tests/boot-sector: Drop dependence on global_qtest
[mirror_qemu.git] / tests / vmgenid-test.c
index 7190e680dc15f490a86469631cd0149c8d0402f1..2ec274e37c513a7895c8344c30a5d749b5cf1bf0 100644 (file)
@@ -45,7 +45,7 @@ static uint32_t acpi_find_vgia(void)
     int i;
 
     /* Wait for guest firmware to finish and start the payload. */
-    boot_sector_test();
+    boot_sector_test(global_qtest);
 
     /* Tables should be initialized now. */
     rsdp_offset = acpi_find_rsdp_address();