qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/2] Block migration: Convert to BlockBackend
@ 2016-05-30  9:24 Kevin Wolf
  2016-05-30  9:24 ` [Qemu-devel] [PATCH 1/2] migration/block: Convert load " Kevin Wolf
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Kevin Wolf @ 2016-05-30  9:24 UTC (permalink / raw)
  To: qemu-block; +Cc: kwolf, stefanha, famz, quintela, amit.shah, qemu-devel

Users outside of the block layer shouldn't directly use BlockDriverState for
issuing their I/O requests, but go through a BlockBackend to do so. Block
migration ('migrate -b') is (one of?) the last remaining users that need to be
converted.

Kevin Wolf (2):
  migration/block: Convert load to BlockBackend
  migration/block: Convert saving to BlockBackend

 migration/block.c | 147 ++++++++++++++++++++++++++++++++----------------------
 1 file changed, 88 insertions(+), 59 deletions(-)

-- 
1.8.3.1

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

end of thread, other threads:[~2016-06-02 14:45 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-05-30  9:24 [Qemu-devel] [PATCH 0/2] Block migration: Convert to BlockBackend Kevin Wolf
2016-05-30  9:24 ` [Qemu-devel] [PATCH 1/2] migration/block: Convert load " Kevin Wolf
2016-05-30  9:24 ` [Qemu-devel] [PATCH 2/2] migration/block: Convert saving " Kevin Wolf
2016-05-31 22:46 ` [Qemu-devel] [PATCH 0/2] Block migration: Convert " Stefan Hajnoczi
2016-06-02 14:45 ` 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).