From: "Dr. David Alan Gilbert" <dgilbert@redhat.com>
To: Markus Armbruster <armbru@redhat.com>
Cc: "Marc-André Lureau" <marcandre.lureau@redhat.com>,
qemu-devel@nongnu.org, "Paolo Bonzini" <pbonzini@redhat.com>
Subject: Re: [Qemu-devel] [PATCHv2] monitor: deprecate 'default' option
Date: Wed, 12 Oct 2016 09:46:27 +0100 [thread overview]
Message-ID: <20161012084626.GA2031@work-vm> (raw)
In-Reply-To: <87a8ea693q.fsf@dusky.pond.sub.org>
* Markus Armbruster (armbru@redhat.com) wrote:
> Marc-André Lureau <marcandre.lureau@redhat.com> writes:
>
> > This option does nothing since commit 06ac27f. Deprecate it.
> >
> > Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
> > ---
> > vl.c | 11 +++--------
> > include/monitor/monitor.h | 2 +-
> > qemu-options.hx | 8 ++++----
> > 3 files changed, 8 insertions(+), 13 deletions(-)
> >
> > v2:
> > - update after Markus review
> > - fix error on default monitor
> > - drop from qemu-trivial
>
> Suggest to squash in the appended patch.
>
> Reviewed-by: Markus Armbruster <armbru@redhat.com>
>
> Could go via David, Paolo or myself. David, do you have anything
> pending right now?
I don't have anything pending at the moment; but I could
take it; it doesn't seem especially urgent.
Dave
>
>
> diff --git a/monitor.c b/monitor.c
> index b07f254..ab9e911 100644
> --- a/monitor.c
> +++ b/monitor.c
> @@ -4093,7 +4093,7 @@ QemuOptsList qemu_mon_opts = {
> .name = "chardev",
> .type = QEMU_OPT_STRING,
> },{
> - .name = "default",
> + .name = "default", /* deprecated */
> .type = QEMU_OPT_BOOL,
> },{
> .name = "pretty",
--
Dr. David Alan Gilbert / dgilbert@redhat.com / Manchester, UK
next prev parent reply other threads:[~2016-10-12 8:46 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-10-11 17:41 [Qemu-devel] [PATCHv2] monitor: deprecate 'default' option Marc-André Lureau
2016-10-11 18:20 ` Markus Armbruster
2016-10-12 8:46 ` Dr. David Alan Gilbert [this message]
2016-10-13 6:40 ` Markus Armbruster
2016-10-27 8:54 ` [Qemu-trivial] " Dr. David Alan Gilbert
2016-10-27 8:54 ` Dr. David Alan Gilbert
2016-10-28 14:08 ` [Qemu-trivial] " Michael Tokarev
2016-10-28 14:08 ` [Qemu-devel] " Michael Tokarev
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20161012084626.GA2031@work-vm \
--to=dgilbert@redhat.com \
--cc=armbru@redhat.com \
--cc=marcandre.lureau@redhat.com \
--cc=pbonzini@redhat.com \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.