commit | 91553dcc9ea95ac0b92b57a4f33bfcbe8378e965 | [log] [tgz] |
---|---|---|
author | Kevin Wolf <kwolf@redhat.com> | Wed Sep 09 17:53:38 2009 +0200 |
committer | Anthony Liguori <aliguori@us.ibm.com> | Fri Sep 11 10:18:06 2009 -0500 |
tree | a6114ca778506b4c20a73235315bef87bb038bea | |
parent | 40b4f539678266160badd5ac4afa9833f9089154 [diff] |
virtio-blk: Use bdrv_aio_multiwrite It is quite common for virtio-blk to submit more than one write request in a row to the qemu block layer. Use bdrv_aio_multiwrite to allow block drivers to optimize its handling of the requests. Signed-off-by: Kevin Wolf <kwolf@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>