]> git.proxmox.com Git - mirror_qemu.git/commit - block/raw-win32.c
raw-posix: Switch paio_submit() to byte-based
authorEric Blake <eblake@redhat.com>
Fri, 15 Jul 2016 23:22:55 +0000 (17:22 -0600)
committerStefan Hajnoczi <stefanha@redhat.com>
Wed, 20 Jul 2016 13:11:55 +0000 (14:11 +0100)
commit36e3b2e7338a5a5323f7ca9d8d4d439e971a18dd
treec7ca5f09f89671d4cb57ab0eb96b7d4f6a998645
parent1c6c4bb7f0a4cc3987e58880ef96159985dc1228
raw-posix: Switch paio_submit() to byte-based

The only remaining uses of paio_submit() were flush (with no
offset or count) and discard (which we are switching to byte-based);
furthermore, the similarly named paio_submit_co() is already
byte-based.

Signed-off-by: Eric Blake <eblake@redhat.com>
Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com>
Message-id: 1468624988-423-7-git-send-email-eblake@redhat.com
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
block/raw-posix.c
block/raw-win32.c
block/trace-events