]> Git Repo - qemu.git/blobdiff - tests/qmp-test.c
sysbus: remove outdated comment
[qemu.git] / tests / qmp-test.c
index 48a4fa791a5bb9a1b494dc2d792afc9aaff34ad2..1b0eb698324efa60d30a0ec289c266b0986cc92e 100644 (file)
@@ -187,7 +187,7 @@ static void send_cmd_that_blocks(QTestState *s, const char *id)
                    " 'arguments': {"
                    " 'driver': 'blkdebug', 'node-name': %s,"
                    " 'config': %s,"
-                   " 'image': { 'driver': 'null-co' } } }",
+                   " 'image': { 'driver': 'null-co', 'read-zeroes': true } } }",
                    id, id, fifo_name);
 }
 
This page took 0.024466 seconds and 4 git commands to generate.