]> git.proxmox.com Git - mirror_qemu.git/blobdiff - tests/postcopy-test.c
e1000: disable debug by default
[mirror_qemu.git] / tests / postcopy-test.c
index dafe8beba4ab38d8077aa3c035844497f7fe0232..de35a18903aacb6c0dae7e4c13348365461d9772 100644 (file)
@@ -482,7 +482,7 @@ static void test_migrate(void)
         usleep(10 * 1000);
     } while (dest_byte_a == dest_byte_b);
 
-    qmp("{ 'execute' : 'stop'}");
+    qmp_discard_response("{ 'execute' : 'stop'}");
     /* With it stopped, check nothing changes */
     qtest_memread(to, start_address, &dest_byte_c, 1);
     sleep(1);