From: Eric Blake <eblake@redhat.com>
To: Luiz Capitulino <lcapitulino@redhat.com>
Cc: Michal Privoznik <mprivozn@redhat.com>,
famz@redhat.com, qemu-devel@nongnu.org,
Wenchao Xia <wenchaoqemu@gmail.com>,
pbonzini@redhat.com
Subject: Re: [Qemu-devel] [PATCH] Makefile: Install qmp-events.txt
Date: Wed, 25 Jun 2014 14:13:37 -0600 [thread overview]
Message-ID: <53AB2D71.7050704@redhat.com> (raw)
In-Reply-To: <20140625155048.252833c1@redhat.com>
[-- Attachment #1: Type: text/plain, Size: 2360 bytes --]
On 06/25/2014 01:50 PM, Luiz Capitulino wrote:
>> Then again, qmp-commands.txt is generated from qmp-commands.hx, which
>> duplicates information already in qapi-schema.json (and friends, now).
>> Would it be better to just install the .json files? Is it time to
>> finally bite the bullet and figure out how to get rid of duplication by
>> dropping qmp-commands.hx, and instead listing example usage directly in
>> the qapi-schema.json file? I'm not sure if we have a good plan in place
>> for user-facing documentation, even if the move to events-as-QAPI was
>> desirable.
>
> My original plan was to generate qmp-commands.txt & qmp-evets.txt from
> the schema file(s). I'm not sure if the .json files are consumable to
> non-qemu/libvirt developers. If you think they are then I'd be fine with
> installing them.
The .json files are what _I_ refer to (but I'm probably biased, since
I've become a vested partner in the json files in the meantime); for
someone encountering the docs with no prior experience, I'm not sure how
much value-added the qmp-commands.txt was providing.
>
> Wrt the examples, my only concern about having them in the schema is
> that the examples are in QMP format but in the past we were also planning
> on having C support via libqmp. If what we have today is what matters,
> then we can just move the examples to the schema files.
Putting the examples in the .json files also comes with its own
interesting issues - do you prefix every line with # comment markers (so
the examples are no longer copy-paste, but now copy-paste-modify)? Or do
we do it as top-level JSON elements, perhaps via a new item that the
generators ignore but which a doc conversion tool could consume? Maybe:
{ 'example': {
'client':
{"command": {"foo", "arguments": { "hello": "world" } } },
'server':
{"reply": {} }
} }
Michal's hack at least ensures that we have event documentation, even if
the format changed compared to the 2.0 docs, and even if we don't have
time to get something better in place before 2.1 goes out. So all of
this conversation on ways to do better is nice, but if we don't get
there quickly, I could at least live with Michal's patch in the short term.
--
Eric Blake eblake redhat com +1-919-301-3266
Libvirt virtualization library http://libvirt.org
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 604 bytes --]
next prev parent reply other threads:[~2014-06-25 20:13 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-06-25 9:30 [Qemu-devel] [PATCH] Makefile: Install qmp-events.txt Michal Privoznik
2014-06-25 9:34 ` Paolo Bonzini
2014-06-25 9:37 ` Michal Privoznik
2014-06-25 13:56 ` Eric Blake
2014-06-25 17:21 ` Markus Armbruster
2014-06-25 19:50 ` Luiz Capitulino
2014-06-25 20:13 ` Eric Blake [this message]
2014-06-26 12:46 ` Luiz Capitulino
2014-06-26 13:01 ` Paolo Bonzini
2014-06-26 13:11 ` Eric Blake
2014-06-26 13:14 ` Paolo Bonzini
2014-06-26 13:17 ` Luiz Capitulino
2014-06-26 13:25 ` Paolo Bonzini
2014-06-26 13:43 ` [Qemu-devel] [PATCH] qmp: add qmp-events.txt back Luiz Capitulino
2014-06-26 13:56 ` Paolo Bonzini
2014-06-26 16:31 ` Eric Blake
2014-06-26 16:25 ` [Qemu-devel] [PATCH] Makefile: Install qmp-events.txt Eric Blake
2014-06-26 16:27 ` Paolo Bonzini
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=53AB2D71.7050704@redhat.com \
--to=eblake@redhat.com \
--cc=famz@redhat.com \
--cc=lcapitulino@redhat.com \
--cc=mprivozn@redhat.com \
--cc=pbonzini@redhat.com \
--cc=qemu-devel@nongnu.org \
--cc=wenchaoqemu@gmail.com \
/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).