Re: [Qemu-devel] [PATCH] migration: catch unknown flags in ram_load

2014-05-12 Thread Peter Lieven
Am 12.05.2014 12:25, schrieb Peter Lieven: > Am 12.05.2014 12:19, schrieb Juan Quintela: >> Peter Lieven wrote: >>> if a saved vm has unknown flags in the memory data qemu >>> currently simply ignores this flag and continues which >>> yields in an unpredictable result. >>> >>> this patch catches a

Re: [Qemu-devel] [PATCH] migration: catch unknown flags in ram_load

2014-05-12 Thread Peter Lieven
Am 12.05.2014 12:19, schrieb Juan Quintela: > Peter Lieven wrote: >> if a saved vm has unknown flags in the memory data qemu >> currently simply ignores this flag and continues which >> yields in an unpredictable result. >> >> this patch catches all unknown flags and >> aborts the loading of the v

Re: [Qemu-devel] [PATCH] migration: catch unknown flags in ram_load

2014-05-12 Thread Juan Quintela
Peter Lieven wrote: > if a saved vm has unknown flags in the memory data qemu > currently simply ignores this flag and continues which > yields in an unpredictable result. > > this patch catches all unknown flags and > aborts the loading of the vm. > > CC: qemu-sta...@nongnu.org > Signed-off-by: P

Re: [Qemu-devel] [PATCH] migration: catch unknown flags in ram_load

2014-05-10 Thread 陈梁
> if a saved vm has unknown flags in the memory data qemu > currently simply ignores this flag and continues which > yields in an unpredictable result. > > this patch catches all unknown flags and > aborts the loading of the vm. > > CC: qemu-sta...@nongnu.org > Signed-off-by: Peter Lieven > --