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: Pavel Dovgalyuk
Subject: Re: [Qemu-devel] [PATCH v3 4/8] replay: save/load initial state
Date: Tue, 20 Sep 2016 15:39:57 +0300

> From: Paolo Bonzini [mailto:address@hidden
> 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?

No, because there is default snapshot name for the case when user 
specifies overlay for the drives.

Pavel Dovgalyuk




reply via email to

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