diff options
Diffstat (limited to 'tests/qemu-iotests/227.out')
-rw-r--r-- | tests/qemu-iotests/227.out | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/qemu-iotests/227.out b/tests/qemu-iotests/227.out index 2c2e9fb275..e77efaf4cf 100644 --- a/tests/qemu-iotests/227.out +++ b/tests/qemu-iotests/227.out @@ -54,7 +54,7 @@ Testing: -drive driver=null-co,if=virtio "event": "SHUTDOWN", "data": { "guest": false, - "reason": "host-qmp" + "reason": "host-qmp-quit" } } @@ -112,7 +112,7 @@ Testing: -drive driver=null-co,if=none "event": "SHUTDOWN", "data": { "guest": false, - "reason": "host-qmp" + "reason": "host-qmp-quit" } } @@ -143,7 +143,7 @@ Testing: -blockdev driver=null-co,node-name=null "event": "SHUTDOWN", "data": { "guest": false, - "reason": "host-qmp" + "reason": "host-qmp-quit" } } @@ -202,7 +202,7 @@ Testing: -blockdev driver=null-co,node-name=null -device virtio-blk,drive=null,i "event": "SHUTDOWN", "data": { "guest": false, - "reason": "host-qmp" + "reason": "host-qmp-quit" } } |