aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorKevin Wolf <kwolf@redhat.com>2016-09-07 15:26:42 +0200
committerKevin Wolf <kwolf@redhat.com>2016-09-29 14:13:38 +0200
commit0ffcdd9c06343a3fe0b2b3e1ca93ce8aa5366f98 (patch)
tree36a9d7fe92c657d78fa0231162543466795d9681 /tests
parent24df38b00e23f76558ac12d7055c2df8d4b05150 (diff)
downloadqemu-0ffcdd9c06343a3fe0b2b3e1ca93ce8aa5366f98.zip
qemu-0ffcdd9c06343a3fe0b2b3e1ca93ce8aa5366f98.tar.gz
qemu-0ffcdd9c06343a3fe0b2b3e1ca93ce8aa5366f98.tar.bz2
block: Drop aio/cache consistency check from qmp_blockdev_add()
The TODO comment has been addressed a while ago and this is now checked in raw-posix, so we don't have to special case this in blockdev-add any more. Signed-off-by: Kevin Wolf <kwolf@redhat.com> Reviewed-by: Eric Blake <eblake@redhat.com> Reviewed-by: Max Reitz <mreitz@redhat.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/qemu-iotests/087.out2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/qemu-iotests/087.out b/tests/qemu-iotests/087.out
index bef6862..cd02eae 100644
--- a/tests/qemu-iotests/087.out
+++ b/tests/qemu-iotests/087.out
@@ -27,7 +27,7 @@ QMP_VERSION
Testing:
QMP_VERSION
{"return": {}}
-{"error": {"class": "GenericError", "desc": "aio=native requires cache.direct=true"}}
+{"error": {"class": "GenericError", "desc": "aio=native was specified, but it requires cache.direct=on, which was not specified."}}
{"return": {}}
{"timestamp": {"seconds": TIMESTAMP, "microseconds": TIMESTAMP}, "event": "SHUTDOWN"}