aboutsummaryrefslogtreecommitdiff
path: root/tests/qemu-iotests/234.out
diff options
context:
space:
mode:
authorPhilippe Mathieu-Daudé <philmd@linaro.org>2024-01-17 16:14:28 +0100
committerThomas Huth <thuth@redhat.com>2024-01-19 11:38:32 +0100
commitfe17522d854aa7da4c01ca80ef194af4c2aaead3 (patch)
treeff31ee32fa166ade1f65255ba112465ee6c8493d /tests/qemu-iotests/234.out
parent1e7886e9e2068a4d83c1a05011cf21e638090ec5 (diff)
downloadqemu-fe17522d854aa7da4c01ca80ef194af4c2aaead3.zip
qemu-fe17522d854aa7da4c01ca80ef194af4c2aaead3.tar.gz
qemu-fe17522d854aa7da4c01ca80ef194af4c2aaead3.tar.bz2
qapi: Remove deprecated 'singlestep' member of StatusInfo
This member has been deprecated before the 8.1 release, in commit 34c18203d4 ("qmp: Deprecate 'singlestep' member of StatusInfo"). Time to drop it. Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org> Reviewed-by: Markus Armbruster <armbru@redhat.com> Message-ID: <20240117151430.29235-2-philmd@linaro.org> Signed-off-by: Thomas Huth <thuth@redhat.com>
Diffstat (limited to 'tests/qemu-iotests/234.out')
-rw-r--r--tests/qemu-iotests/234.out8
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/qemu-iotests/234.out b/tests/qemu-iotests/234.out
index 692976d..ac8b643 100644
--- a/tests/qemu-iotests/234.out
+++ b/tests/qemu-iotests/234.out
@@ -15,8 +15,8 @@ Starting migration to B...
{"data": {"status": "completed"}, "event": "MIGRATION", "timestamp": {"microseconds": "USECS", "seconds": "SECS"}}
completed
completed
-{"return": {"running": false, "singlestep": false, "status": "postmigrate"}}
-{"return": {"running": true, "singlestep": false, "status": "running"}}
+{"return": {"running": false, "status": "postmigrate"}}
+{"return": {"running": true, "status": "running"}}
Add a second parent to drive0-file...
{"return": {}}
Restart A with -incoming and second parent...
@@ -32,5 +32,5 @@ Starting migration back to A...
{"data": {"status": "completed"}, "event": "MIGRATION", "timestamp": {"microseconds": "USECS", "seconds": "SECS"}}
completed
completed
-{"return": {"running": true, "singlestep": false, "status": "running"}}
-{"return": {"running": false, "singlestep": false, "status": "postmigrate"}}
+{"return": {"running": true, "status": "running"}}
+{"return": {"running": false, "status": "postmigrate"}}