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