Re: [Qemu-devel] Question about RAM migration flags

2014-05-10 Thread Juan Quintela
Peter Lieven wrote: >> Am 09.05.2014 um 11:43 schrieb "Dr. David Alan Gilbert" >> : >> >> * Peter Lieven (p...@kamp.de) wrote: >>> Hi, >>> >>> while working on ram migration and reading through the code I realized that >>> qemu does not stop loading a saved VM or rejecting an incoming migration

Re: [Qemu-devel] Question about RAM migration flags

2014-05-09 Thread Peter Lieven
> Am 09.05.2014 um 11:43 schrieb "Dr. David Alan Gilbert" : > > * Peter Lieven (p...@kamp.de) wrote: >> Hi, >> >> while working on ram migration and reading through the code I realized that >> qemu does not stop loading a saved VM or rejecting an incoming migration >> if there is a flag in the

Re: [Qemu-devel] Question about RAM migration flags

2014-05-09 Thread Dr. David Alan Gilbert
* Peter Lieven (p...@kamp.de) wrote: > Hi, > > while working on ram migration and reading through the code I realized that > qemu does not stop loading a saved VM or rejecting an incoming migration > if there is a flag in the stream that it does not understand. An unknown flag > is simply ignored.

Re: [Qemu-devel] Question about RAM migration flags

2014-05-08 Thread ChenLiang
On 2014/5/9 7:08, Peter Lieven wrote: > Hi, > > while working on ram migration and reading through the code I realized that > qemu does not stop loading a saved VM or rejecting an incoming migration > if there is a flag in the stream that it does not understand. An unknown flag > is simply ignore

[Qemu-devel] Question about RAM migration flags

2014-05-08 Thread Peter Lieven
Hi, while working on ram migration and reading through the code I realized that qemu does not stop loading a saved VM or rejecting an incoming migration if there is a flag in the stream that it does not understand. An unknown flag is simply ignored. In the block migration code there is a catch at