hw/arm/virt: no ITS on older machine types
[qemu/kevin.git] / tests / qemu-iotests / 087.out
blobdc6baf9366264064257eee11894e1f0020a770d0
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": "'node-name' must be specified for the root node"}}
10 {"return": {}}
11 {"timestamp": {"seconds":  TIMESTAMP, "microseconds":  TIMESTAMP}, "event": "SHUTDOWN"}
14 === Duplicate ID ===
16 Testing: -drive driver=IMGFMT,id=disk,node-name=test-node,file=TEST_DIR/t.IMGFMT
17 QMP_VERSION
18 {"return": {}}
19 {"error": {"class": "GenericError", "desc": "node-name=disk is conflicting with a device id"}}
20 {"error": {"class": "GenericError", "desc": "Duplicate node name"}}
21 {"return": {}}
22 {"timestamp": {"seconds":  TIMESTAMP, "microseconds":  TIMESTAMP}, "event": "SHUTDOWN"}
25 === aio=native without O_DIRECT ===
27 Testing:
28 QMP_VERSION
29 {"return": {}}
30 {"error": {"class": "GenericError", "desc": "aio=native was specified, but it requires cache.direct=on, which was not specified."}}
31 {"return": {}}
32 {"timestamp": {"seconds":  TIMESTAMP, "microseconds":  TIMESTAMP}, "event": "SHUTDOWN"}
35 === Encrypted image ===
37 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=134217728 encryption=on
38 Testing: -S
39 QMP_VERSION
40 {"return": {}}
41 {"error": {"class": "GenericError", "desc": "Use of AES-CBC encrypted IMGFMT images is no longer supported in system emulators"}}
42 {"return": {}}
43 {"timestamp": {"seconds":  TIMESTAMP, "microseconds":  TIMESTAMP}, "event": "SHUTDOWN"}
45 Testing:
46 QMP_VERSION
47 {"return": {}}
48 {"error": {"class": "GenericError", "desc": "Use of AES-CBC encrypted IMGFMT images is no longer supported in system emulators"}}
49 {"return": {}}
50 {"timestamp": {"seconds":  TIMESTAMP, "microseconds":  TIMESTAMP}, "event": "SHUTDOWN"}
53 === Missing driver ===
55 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=134217728 encryption=on
56 Testing: -S
57 QMP_VERSION
58 {"return": {}}
59 {"error": {"class": "GenericError", "desc": "Parameter 'driver' is missing"}}
60 {"return": {}}
61 {"timestamp": {"seconds":  TIMESTAMP, "microseconds":  TIMESTAMP}, "event": "SHUTDOWN"}
63 *** done