]> git.proxmox.com Git - mirror_qemu.git/commit - block/raw-format.c
raw: Implement .bdrv_co_ioctl instead of .bdrv_aio_ioctl
authorKevin Wolf <kwolf@redhat.com>
Thu, 20 Oct 2016 13:09:36 +0000 (15:09 +0200)
committerKevin Wolf <kwolf@redhat.com>
Thu, 27 Oct 2016 17:05:23 +0000 (19:05 +0200)
commit151a2930c437e9f09f6b1c21c99ccabfd5dba9c7
treea902ae1cc9863094e0aed990b6d87eb29cbd121b
parent16a389dc9ecc05e9d8d6ebd3eff6dc98158523e0
raw: Implement .bdrv_co_ioctl instead of .bdrv_aio_ioctl

It's the simpler interface to use for the raw format driver.

Apart from that, this removes the last user of the AIO emulation
implemented by bdrv_aio_ioctl().

Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
block/raw_bsd.c