qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH] Reset system before loadvm


From: Peter Maydell
Subject: Re: [Qemu-devel] [PATCH] Reset system before loadvm
Date: Sun, 12 Jun 2011 18:42:30 +0100

On 11 June 2011 10:05, Jan Kiszka <address@hidden> wrote:
> @@ -2074,6 +2074,7 @@ int load_vmstate(const char *name)
>         return -EINVAL;
>     }
>
> +    qemu_system_reset();
>     ret = qemu_loadvm_state(f);

This means that if we're doing a load because the user
passed -loadvm on the command line we'll end up doing
qemu_system_reset() twice (once in vl.c and then again
here). Does that matter?

-- PMM



reply via email to

[Prev in Thread] Current Thread [Next in Thread]