[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-stable] [Qemu-devel] [PATCH] migration: catch unknown flags in
From: |
陈梁 |
Subject: |
Re: [Qemu-stable] [Qemu-devel] [PATCH] migration: catch unknown flags in ram_load |
Date: |
Sat, 10 May 2014 20:49:05 +0800 |
> 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: address@hidden
> Signed-off-by: Peter Lieven <address@hidden>
> ---
> arch_init.c | 7 ++++---
> 1 file changed, 4 insertions(+), 3 deletions(-)
>
Reviewed-by: ChenLiang <address@hidden>