qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCHv3 0/2] qemu direct io alignment fix
@ 2022-09-29 20:05 Keith Busch
  2022-09-29 20:05 ` [PATCHv3 1/2] block: move bdrv_qiov_is_aligned to file-posix Keith Busch
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Keith Busch @ 2022-09-29 20:05 UTC (permalink / raw)
  To: qemu-block, Kevin Wolf, qemu-devel, Paolo Bonzini
  Cc: Stefan Hajnoczi, Jens Axboe, Damien Le Moal, Maxim Levitsky, kvm,
	Keith Busch

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



^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2022-09-30 10:21 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-09-29 20:05 [PATCHv3 0/2] qemu direct io alignment fix Keith Busch
2022-09-29 20:05 ` [PATCHv3 1/2] block: move bdrv_qiov_is_aligned to file-posix Keith Busch
2022-09-29 20:05 ` [PATCHv3 2/2] block: use the request length for iov alignment Keith Busch
2022-09-30 10:18 ` [PATCHv3 0/2] qemu direct io alignment fix Kevin Wolf

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).