qemu-block
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-block] [PATCH 0/2] Block migration: Convert to BlockBackend


From: Kevin Wolf
Subject: [Qemu-block] [PATCH 0/2] Block migration: Convert to BlockBackend
Date: Mon, 30 May 2016 11:24:12 +0200

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]