From: Gerd Hoffmann <kraxel@redhat.com>
To: Anthony Liguori <anthony@codemonkey.ws>
Cc: "qemu-devel@nongnu.org" <qemu-devel@nongnu.org>,
Luiz Capitulino <lcapitulino@redhat.com>
Subject: Re: [Qemu-devel] Staging update (0.12 pending freeze)
Date: Fri, 04 Dec 2009 12:17:51 +0100 [thread overview]
Message-ID: <4B18EFDF.6000000@redhat.com> (raw)
In-Reply-To: <4B185200.4050301@codemonkey.ws>
On 12/04/09 01:04, Anthony Liguori wrote:
> Problem is, control is not a property of the character device. To
> express this in a consistent way with everything else, you would have to
> make this QemuOpts-like so it would look like
>
> -monitor control,device=tcp:localhost:444,server
>
> But so far, the monitor, serial, parallel, etc. devices don't take
> QemuOpts.
>
> OTH, having:
>
> -qmp tcp:localhost:444,server
I think we should create a new option for monitor configuration, like this:
-mon mode={control,readline},chardev=<name>,more-options-here
So you'll create a qmp monitor socket this way:
-chardev socket,path=/tmp/qmpsock,id=qmp,server,nowait
-mon mode=control,chardev=qmp
Then the -monitor switch will be legacy/convinience syntax for a
readline monitor with auto-created chardev named 'monitor<nr>'.
If we need more options in the future they can be added easily.
cheers,
Gerd
next prev parent reply other threads:[~2009-12-04 11:18 UTC|newest]
Thread overview: 40+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-12-02 16:46 [Qemu-devel] Staging update (0.12 pending freeze) Anthony Liguori
2009-12-02 19:22 ` [Qemu-devel] " Jan Kiszka
2009-12-02 19:32 ` Anthony Liguori
2009-12-03 14:23 ` Luiz Capitulino
2009-12-03 16:37 ` Luiz Capitulino
2009-12-03 16:44 ` Anthony Liguori
2009-12-02 19:44 ` [Qemu-devel] " Luiz Capitulino
2009-12-02 19:54 ` Anthony Liguori
2009-12-02 20:00 ` Luiz Capitulino
2009-12-02 19:46 ` Ian Molton
2009-12-02 19:48 ` Anthony Liguori
2009-12-02 19:52 ` Ian Molton
2009-12-02 19:55 ` Anthony Liguori
2009-12-02 20:13 ` [Qemu-devel] [PATCH] Socket reconnection take 2 Ian Molton
2009-12-03 10:33 ` [Qemu-devel] " Michael S. Tsirkin
2009-12-03 12:34 ` [Qemu-devel] Staging update (0.12 pending freeze) Gerd Hoffmann
2009-12-03 13:08 ` Alexander Graf
2009-12-03 13:49 ` How to convert to -device & friends (was: [Qemu-devel] Staging update (0.12 pending freeze)) Markus Armbruster
2009-12-03 14:42 ` [Qemu-devel] Re: How to convert to -device & friends (was: " Michael S. Tsirkin
2009-12-03 23:21 ` [Qemu-devel] Staging update (0.12 pending freeze) Anthony Liguori
2009-12-03 23:53 ` Luiz Capitulino
2009-12-04 0:04 ` Anthony Liguori
2009-12-04 11:17 ` Gerd Hoffmann [this message]
2009-12-04 11:48 ` Luiz Capitulino
2009-12-04 12:43 ` Gerd Hoffmann
2009-12-04 14:12 ` Anthony Liguori
2009-12-03 13:52 ` [Qemu-devel] " Paolo Bonzini
2009-12-03 15:10 ` Anthony Liguori
2009-12-13 10:34 ` Paolo Bonzini
2009-12-03 15:27 ` [Qemu-devel] [FOR 0.12] [PATCH] virtio: Add memory statistics reporting to the balloon driver (V5) Adam Litke
2009-12-03 17:02 ` [Qemu-devel] [FOR 0.12] [PATCH] Updated: " Adam Litke
2009-12-03 16:57 ` [Qemu-devel] [FOR 0.12] debugcon patch for staging H. Peter Anvin
2009-12-03 19:26 ` [Qemu-devel] Staging update (0.12 pending freeze) Aurelien Jarno
2009-12-03 20:03 ` Blue Swirl
2009-12-05 20:05 ` Aurelien Jarno
2009-12-05 20:07 ` Blue Swirl
2009-12-06 11:59 ` Aurelien Jarno
2009-12-06 15:44 ` Blue Swirl
2009-12-07 22:24 ` Aurelien Jarno
2009-12-04 10:10 ` Kevin Wolf
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=4B18EFDF.6000000@redhat.com \
--to=kraxel@redhat.com \
--cc=anthony@codemonkey.ws \
--cc=lcapitulino@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).