]> Git Repo - qemu.git/blobdiff - tests/boot-order-test.c
qapi: Plumb in 'boxed' to qapi generator lower levels
[qemu.git] / tests / boot-order-test.c
index da158c32bdd6444cf34e5fa800fb6e6f3de295f5..fc1e7941f79f415d25f48f657cc6117a05bd795f 100644 (file)
  * See the COPYING file in the top-level directory.
  */
 
-#include <string.h>
-#include <glib.h>
+#include "qemu/osdep.h"
 #include "libqos/fw_cfg.h"
 #include "libqtest.h"
 
-#define NO_QEMU_PROTOS
-#include "hw/nvram/fw_cfg.h"
-#undef NO_QEMU_PROTOS
+#include "hw/nvram/fw_cfg_keys.h"
 
 typedef struct {
     const char *args;
@@ -34,7 +31,7 @@ static void test_a_boot_order(const char *machine,
     char *args;
     uint64_t actual;
 
-    args = g_strdup_printf("-nodefaults -display none%s%s %s",
+    args = g_strdup_printf("-nodefaults%s%s %s",
                            machine ? " -M " : "",
                            machine ?: "",
                            test_args);
This page took 0.02255 seconds and 4 git commands to generate.