]> git.proxmox.com Git - mirror_qemu.git/blobdiff - tests/hexloader-test.c
i386: Update new x86_apicid parsing rules with die_offset support
[mirror_qemu.git] / tests / hexloader-test.c
index b653d44ba10b75e5289787237e510050ad95cdf7..8b7aa2d72d0dfda9f5cafb56128206aa9e2382bb 100644 (file)
@@ -23,7 +23,7 @@ static void hex_loader_test(void)
     const unsigned int base_addr = 0x00010000;
 
     QTestState *s = qtest_initf(
-        "-M vexpress-a9 -nographic -device loader,file=tests/hex-loader-check-data/test.hex");
+        "-M vexpress-a9 -device loader,file=tests/data/hex-loader/test.hex");
 
     for (i = 0; i < 256; ++i) {
         uint8_t val = qtest_readb(s, base_addr + i);