On Tue, Oct 01, 2013 at 11:59:20AM -0400, Jeff Cody wrote: > This blocks migration for VHDX image files, until the > functionality can be supported. > > Signed-off-by: Jeff Cody <jc...@redhat.com> > --- > block/vhdx.c | 10 ++++++++++ > 1 file changed, 10 insertions(+)
Strictly speaking live migration is safe since the format is read-only. The source machine will never write to the image, we don't need to worry about cache consistency. But given that your log reply and write patches are quite far along, let's just merge this now. We'll need it soon. Thanks, applied to my block tree: https://github.com/stefanha/qemu/commits/block Stefan