Add qemu 2.4.0
[kvmfornfv.git] / qemu / tests / qemu-iotests / 087.out
1 QA output created by 087
2 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=134217728
3
4 === Missing ID ===
5
6 Testing:
7 QMP_VERSION
8 {"return": {}}
9 {"error": {"class": "GenericError", "desc": "Block device needs an ID"}}
10 {"return": {}}
11 {"timestamp": {"seconds":  TIMESTAMP, "microseconds":  TIMESTAMP}, "event": "SHUTDOWN"}
12 {"timestamp": {"seconds":  TIMESTAMP, "microseconds":  TIMESTAMP}, "event": "DEVICE_TRAY_MOVED", "data": {"device": "ide1-cd0", "tray-open": true}}
13 {"timestamp": {"seconds":  TIMESTAMP, "microseconds":  TIMESTAMP}, "event": "DEVICE_TRAY_MOVED", "data": {"device": "floppy0", "tray-open": true}}
14
15
16 === Duplicate ID ===
17
18 Testing:
19 QMP_VERSION
20 {"return": {}}
21 {"return": {}}
22 {"error": {"class": "GenericError", "desc": "Device with id 'disk' already exists"}}
23 {"error": {"class": "GenericError", "desc": "Device name 'test-node' conflicts with an existing node name"}}
24 {"error": {"class": "GenericError", "desc": "node-name=disk is conflicting with a device id"}}
25 {"error": {"class": "GenericError", "desc": "Duplicate node name"}}
26 {"error": {"class": "GenericError", "desc": "node-name=disk3 is conflicting with a device id"}}
27 {"return": {}}
28 {"timestamp": {"seconds":  TIMESTAMP, "microseconds":  TIMESTAMP}, "event": "SHUTDOWN"}
29 {"timestamp": {"seconds":  TIMESTAMP, "microseconds":  TIMESTAMP}, "event": "DEVICE_TRAY_MOVED", "data": {"device": "ide1-cd0", "tray-open": true}}
30 {"timestamp": {"seconds":  TIMESTAMP, "microseconds":  TIMESTAMP}, "event": "DEVICE_TRAY_MOVED", "data": {"device": "floppy0", "tray-open": true}}
31
32
33 === aio=native without O_DIRECT ===
34
35 Testing:
36 QMP_VERSION
37 {"return": {}}
38 {"error": {"class": "GenericError", "desc": "aio=native requires cache.direct=true"}}
39 {"return": {}}
40 {"timestamp": {"seconds":  TIMESTAMP, "microseconds":  TIMESTAMP}, "event": "SHUTDOWN"}
41 {"timestamp": {"seconds":  TIMESTAMP, "microseconds":  TIMESTAMP}, "event": "DEVICE_TRAY_MOVED", "data": {"device": "ide1-cd0", "tray-open": true}}
42 {"timestamp": {"seconds":  TIMESTAMP, "microseconds":  TIMESTAMP}, "event": "DEVICE_TRAY_MOVED", "data": {"device": "floppy0", "tray-open": true}}
43
44
45 === Encrypted image ===
46
47 qemu-img: Encrypted images are deprecated
48 Support for them will be removed in a future release.
49 You can use 'qemu-img convert' to convert your image to an unencrypted one.
50 qemu-img: Encrypted images are deprecated
51 Support for them will be removed in a future release.
52 You can use 'qemu-img convert' to convert your image to an unencrypted one.
53 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=134217728 encryption=on
54 Testing: -S
55 QMP_VERSION
56 {"return": {}}
57 Encrypted images are deprecated
58 Support for them will be removed in a future release.
59 You can use 'qemu-img convert' to convert your image to an unencrypted one.
60 {"error": {"class": "GenericError", "desc": "blockdev-add doesn't support encrypted devices"}}
61 {"return": {}}
62 {"timestamp": {"seconds":  TIMESTAMP, "microseconds":  TIMESTAMP}, "event": "SHUTDOWN"}
63 {"timestamp": {"seconds":  TIMESTAMP, "microseconds":  TIMESTAMP}, "event": "DEVICE_TRAY_MOVED", "data": {"device": "ide1-cd0", "tray-open": true}}
64 {"timestamp": {"seconds":  TIMESTAMP, "microseconds":  TIMESTAMP}, "event": "DEVICE_TRAY_MOVED", "data": {"device": "floppy0", "tray-open": true}}
65
66 Testing:
67 QMP_VERSION
68 {"return": {}}
69 Encrypted images are deprecated
70 Support for them will be removed in a future release.
71 You can use 'qemu-img convert' to convert your image to an unencrypted one.
72 {"error": {"class": "GenericError", "desc": "Guest must be stopped for opening of encrypted image"}}
73 {"return": {}}
74 {"timestamp": {"seconds":  TIMESTAMP, "microseconds":  TIMESTAMP}, "event": "SHUTDOWN"}
75 {"timestamp": {"seconds":  TIMESTAMP, "microseconds":  TIMESTAMP}, "event": "DEVICE_TRAY_MOVED", "data": {"device": "ide1-cd0", "tray-open": true}}
76 {"timestamp": {"seconds":  TIMESTAMP, "microseconds":  TIMESTAMP}, "event": "DEVICE_TRAY_MOVED", "data": {"device": "floppy0", "tray-open": true}}
77
78
79 === Missing driver ===
80
81 qemu-img: Encrypted images are deprecated
82 Support for them will be removed in a future release.
83 You can use 'qemu-img convert' to convert your image to an unencrypted one.
84 qemu-img: Encrypted images are deprecated
85 Support for them will be removed in a future release.
86 You can use 'qemu-img convert' to convert your image to an unencrypted one.
87 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=134217728 encryption=on
88 Testing: -S
89 QMP_VERSION
90 {"return": {}}
91 {"error": {"class": "GenericError", "desc": "Invalid parameter type for 'driver', expected: string"}}
92 {"return": {}}
93 {"timestamp": {"seconds":  TIMESTAMP, "microseconds":  TIMESTAMP}, "event": "SHUTDOWN"}
94 {"timestamp": {"seconds":  TIMESTAMP, "microseconds":  TIMESTAMP}, "event": "DEVICE_TRAY_MOVED", "data": {"device": "ide1-cd0", "tray-open": true}}
95 {"timestamp": {"seconds":  TIMESTAMP, "microseconds":  TIMESTAMP}, "event": "DEVICE_TRAY_MOVED", "data": {"device": "floppy0", "tray-open": true}}
96
97 *** done