]> git.proxmox.com Git - mirror_qemu.git/blobdiff - tests/spapr-phb-test.c
qcow2: Prepare qcow2_get_cluster_type() for external data file
[mirror_qemu.git] / tests / spapr-phb-test.c
index f53911d9f7d608fe910e5a979b70dae8e57076cb..d3522ea0934c60ea18b2b9b2600b8a890060f27a 100644 (file)
@@ -8,7 +8,6 @@
  * See the COPYING file in the top-level directory.
  */
 #include "qemu/osdep.h"
-#include <glib.h>
 
 #include "libqtest.h"
 
@@ -26,7 +25,7 @@ int main(int argc, char **argv)
     g_test_init(&argc, &argv, NULL);
     qtest_add_func("/spapr-phb/device", test_phb_device);
 
-    qtest_start("-device " TYPE_SPAPR_PCI_HOST_BRIDGE ",index=100");
+    qtest_start("-device " TYPE_SPAPR_PCI_HOST_BRIDGE ",index=30");
 
     ret = g_test_run();