]> git.proxmox.com Git - mirror_qemu.git/commit
block: test blk_aio_flush() with blk->root == NULL
authorKevin Wolf <kwolf@redhat.com>
Fri, 16 Feb 2018 16:50:14 +0000 (16:50 +0000)
committerKevin Wolf <kwolf@redhat.com>
Fri, 2 Mar 2018 17:39:07 +0000 (18:39 +0100)
commitad0df3e0fdac1d28e99ad29b99540d9f125e7ccf
treefbff2b3af5ef4224ce1cd78443a1efa3477625c2
parent33f2a7577787910bda161f428c904ac6a14b2454
block: test blk_aio_flush() with blk->root == NULL

This patch adds test cases for the scenario where blk_aio_flush() is
called on a BlockBackend with no root.  Calling drain afterwards should
complete the requests with -ENOMEDIUM.

Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
tests/Makefile.include
tests/test-block-backend.c [new file with mode: 0644]