diff options
author | Max Reitz <mreitz@redhat.com> | 2016-01-29 20:49:13 +0100 |
---|---|---|
committer | Timothy Pearson <tpearson@raptorengineering.com> | 2019-11-29 19:30:22 -0600 |
commit | f9fcf6a9dfb1a265925c024c05b1db5680389fbf (patch) | |
tree | 64ebdf2a16734c2ed09fd9ed33d30eeb9d8f7e42 /tests | |
parent | 396070d27797c2250781edcbf013d2402026d436 (diff) | |
download | hqemu-f9fcf6a9dfb1a265925c024c05b1db5680389fbf.zip hqemu-f9fcf6a9dfb1a265925c024c05b1db5680389fbf.tar.gz |
block/qapi: Emit tray_open only if there is a tray
Signed-off-by: Max Reitz <mreitz@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Reviewed-by: Alberto Garcia <berto@igalia.com>
Message-id: 1454096953-31773-5-git-send-email-mreitz@redhat.com
Diffstat (limited to 'tests')
-rw-r--r-- | tests/qemu-iotests/067.out | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/qemu-iotests/067.out b/tests/qemu-iotests/067.out index 27ad56f..ae3fccb 100644 --- a/tests/qemu-iotests/067.out +++ b/tests/qemu-iotests/067.out @@ -169,7 +169,6 @@ Testing: -drive file=TEST_DIR/t.qcow2,format=qcow2,if=none,id=disk "file": "TEST_DIR/t.qcow2", "encryption_key_missing": false }, - "tray_open": false, "type": "unknown" } ] @@ -289,7 +288,6 @@ Testing: "file": "TEST_DIR/t.qcow2", "encryption_key_missing": false }, - "tray_open": false, "type": "unknown" } ] @@ -410,7 +408,6 @@ Testing: "file": "TEST_DIR/t.qcow2", "encryption_key_missing": false }, - "tray_open": false, "type": "unknown" } ] @@ -501,7 +498,6 @@ Testing: "file": "TEST_DIR/t.qcow2", "encryption_key_missing": false }, - "tray_open": false, "type": "unknown" } ] |