Re: [Qemu-devel] [RFC PATCH 02/10] block: add a function to set incoming live migration

2012-03-20 Thread Stefan Hajnoczi
On Tue, Mar 06, 2012 at 06:32:21PM +0100, Benoît Canet wrote: This function will help to inform the block layer that an incoming live migration is coming in order to make proper usage of the BDRV_O_INCOMING flag. Signed-off-by: Benoit Canet benoit.ca...@gmail.com --- block.c |8

[Qemu-devel] [RFC PATCH 02/10] block: add a function to set incoming live migration

2012-03-06 Thread Benoît Canet
This function will help to inform the block layer that an incoming live migration is coming in order to make proper usage of the BDRV_O_INCOMING flag. Signed-off-by: Benoit Canet benoit.ca...@gmail.com --- block.c |8 block.h |2 ++ 2 files changed, 10 insertions(+), 0