seccomp: add cacheflush to whitelist
[qemu/ar7.git] / tests / qemu-iotests / 087.out
blob7d62cd58404bf41574022e21dd512fe0755444af
1 QA output created by 087
2 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=134217728
4 === Missing ID and node-name ===
6 Testing:
7 QMP_VERSION
8 {"return": {}}
9 {"error": {"class": "GenericError", "desc": "'id' and/or 'node-name' need to be specified for the root node"}}
10 {"return": {}}
11 {"timestamp": {"seconds":  TIMESTAMP, "microseconds":  TIMESTAMP}, "event": "SHUTDOWN"}
14 === Duplicate ID ===
16 Testing:
17 QMP_VERSION
18 {"return": {}}
19 {"return": {}}
20 {"error": {"class": "GenericError", "desc": "Device with id 'disk' already exists"}}
21 {"error": {"class": "GenericError", "desc": "Device name 'test-node' conflicts with an existing node name"}}
22 {"error": {"class": "GenericError", "desc": "node-name=disk is conflicting with a device id"}}
23 {"error": {"class": "GenericError", "desc": "Duplicate node name"}}
24 {"error": {"class": "GenericError", "desc": "node-name=disk3 is conflicting with a device id"}}
25 {"return": {}}
26 {"timestamp": {"seconds":  TIMESTAMP, "microseconds":  TIMESTAMP}, "event": "SHUTDOWN"}
29 === aio=native without O_DIRECT ===
31 Testing:
32 QMP_VERSION
33 {"return": {}}
34 {"error": {"class": "GenericError", "desc": "aio=native requires cache.direct=true"}}
35 {"return": {}}
36 {"timestamp": {"seconds":  TIMESTAMP, "microseconds":  TIMESTAMP}, "event": "SHUTDOWN"}
39 === Encrypted image ===
41 qemu-img: Encrypted images are deprecated
42 Support for them will be removed in a future release.
43 You can use 'qemu-img convert' to convert your image to an unencrypted one.
44 qemu-img: Encrypted images are deprecated
45 Support for them will be removed in a future release.
46 You can use 'qemu-img convert' to convert your image to an unencrypted one.
47 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=134217728 encryption=on
48 Testing: -S
49 QMP_VERSION
50 {"return": {}}
51 Encrypted images are deprecated
52 Support for them will be removed in a future release.
53 You can use 'qemu-img convert' to convert your image to an unencrypted one.
54 {"error": {"class": "GenericError", "desc": "blockdev-add doesn't support encrypted devices"}}
55 {"return": {}}
56 {"timestamp": {"seconds":  TIMESTAMP, "microseconds":  TIMESTAMP}, "event": "SHUTDOWN"}
58 Testing:
59 QMP_VERSION
60 {"return": {}}
61 Encrypted images are deprecated
62 Support for them will be removed in a future release.
63 You can use 'qemu-img convert' to convert your image to an unencrypted one.
64 {"error": {"class": "GenericError", "desc": "Guest must be stopped for opening of encrypted image"}}
65 {"return": {}}
66 {"timestamp": {"seconds":  TIMESTAMP, "microseconds":  TIMESTAMP}, "event": "SHUTDOWN"}
69 === Missing driver ===
71 qemu-img: Encrypted images are deprecated
72 Support for them will be removed in a future release.
73 You can use 'qemu-img convert' to convert your image to an unencrypted one.
74 qemu-img: Encrypted images are deprecated
75 Support for them will be removed in a future release.
76 You can use 'qemu-img convert' to convert your image to an unencrypted one.
77 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=134217728 encryption=on
78 Testing: -S
79 QMP_VERSION
80 {"return": {}}
81 {"error": {"class": "GenericError", "desc": "Invalid parameter type for 'driver', expected: string"}}
82 {"return": {}}
83 {"timestamp": {"seconds":  TIMESTAMP, "microseconds":  TIMESTAMP}, "event": "SHUTDOWN"}
85 *** done