qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [RFC PATCH v9 22/23] replay: command line options


From: Pavel Dovgaluk
Subject: Re: [Qemu-devel] [RFC PATCH v9 22/23] replay: command line options
Date: Fri, 20 Feb 2015 11:02:54 +0300

> From: Paolo Bonzini [mailto:address@hidden On Behalf Of Paolo Bonzini
> On 18/02/2015 12:57, Pavel Dovgalyuk wrote:
> > @@ -2751,6 +2757,7 @@ int main(int argc, char **argv, char **envp)
> >  {
> >      int i;
> >      int snapshot, linux_boot;
> > +    const char *icount_option = NULL;
> >      const char *initrd_filename;
> >      const char *kernel_filename, *kernel_cmdline;
> >      const char *boot_order;
> > @@ -3770,6 +3777,8 @@ int main(int argc, char **argv, char **envp)
> >          }
> >      }
> >
> > +    replay_configure(icount_opts);
> 
> Is it possible to call this together with configure_icount (or even from
> configure_icount)?

I think that it is the best place for replay_configure.
It sets replay_mode which may be checked while configuring the virtual machine.
That's why this function is called before any initialization actions.

Pavel Dovgalyuk




reply via email to

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