[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCHv3 0/2] qemu direct io alignment fix
From: |
Keith Busch |
Subject: |
[PATCHv3 0/2] qemu direct io alignment fix |
Date: |
Thu, 29 Sep 2022 13:05:21 -0700 |
From: Keith Busch <kbusch@kernel.org>
Changes from v2:
Split the patch so that the function move is separate from the
functional change. This makes it immediately obvious what criteria is
changing. (Kevin Wolf)
Added received Tested-by tag in the changelog.
Keith Busch (2):
block: move bdrv_qiov_is_aligned to file-posix
block: use the request length for iov alignment
block/file-posix.c | 22 ++++++++++++++++++++++
block/io.c | 21 ---------------------
include/block/block-io.h | 1 -
3 files changed, 22 insertions(+), 22 deletions(-)
--
2.30.2
- [PATCHv3 0/2] qemu direct io alignment fix,
Keith Busch <=