On Wed, 01 Aug 2012 13:21:57 -0500
Anthony Liguori <anth...@codemonkey.ws> 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