qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH v3 4/8] replay: save/load initial state


From: Paolo Bonzini
Subject: Re: [Qemu-devel] [PATCH v3 4/8] replay: save/load initial state
Date: Tue, 20 Sep 2016 14:37:04 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.3.0


On 20/09/2016 14:31, Pavel Dovgalyuk wrote:
> @@ -291,6 +292,8 @@ void replay_configure(QemuOpts *opts)
>          exit(1);
>      }
>  
> +    replay_snapshot = g_strdup(qemu_opt_get(opts, "rrsnapshot"));
> +
>      replay_enable(fname, mode);
>  

Should you set snapshot = 1 here if there is no rrsnapshot option?

Paolo



reply via email to

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