> 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: [email protected] > Signed-off-by: Peter Lieven <[email protected]> > --- > arch_init.c | 7 ++++--- > 1 file changed, 4 insertions(+), 3 deletions(-) >
Reviewed-by: ChenLiang <[email protected]>
