qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH v2] memory: add cmd line option, to omit guest m


From: Luiz Capitulino
Subject: Re: [Qemu-devel] [PATCH v2] memory: add cmd line option, to omit guest memory from qemu core dump
Date: Thu, 2 Aug 2012 15:05:20 -0300

On Wed, 01 Aug 2012 13:21:57 -0500
Anthony Liguori <address@hidden> wrote:

> > diff --git a/qemu-config.c b/qemu-config.c
> > index 5c3296b..5c2c9a9 100644
> > --- a/qemu-config.c
> > +++ b/qemu-config.c
> > @@ -595,6 +595,10 @@ static QemuOptsList qemu_machine_opts = {
> >              .name = "dt_compatible",
> >              .type = QEMU_OPT_STRING,
> >              .help = "Overrides the \"compatible\" property of the dt root 
> > node",
> > +        }, {
> > +            .name = "dump_guest_core",
> 
> "dump-guest-core"

Without your patch to accept both "-" and "_", this will be inconsistent
with the other options.

It's not like I mind too much, but then my patch adding mem-merge could
also be applied (Jan objected because of -/_ mixture).



reply via email to

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