Re: [Qemu-devel] [RFC v6 25/27] docs: update QMP documents for OOB commands

2018-01-11 Thread Peter Xu
On Tue, Jan 09, 2018 at 02:52:25PM +, Stefan Hajnoczi wrote: > On Tue, Dec 19, 2017 at 04:45:55PM +0800, Peter Xu wrote: > > +To add OOB execution support for a command, we need to make sure the > > +command handler satisfies at least the following: > > It would help to rephrase this in the im

Re: [Qemu-devel] [RFC v6 25/27] docs: update QMP documents for OOB commands

2018-01-09 Thread Stefan Hajnoczi
On Tue, Dec 19, 2017 at 04:45:55PM +0800, Peter Xu wrote: > +To add OOB execution support for a command, we need to make sure the > +command handler satisfies at least the following: It would help to rephrase this in the imperative mood (telling the reader what to do rather than describing what wo

[Qemu-devel] [RFC v6 25/27] docs: update QMP documents for OOB commands

2017-12-19 Thread Peter Xu
Update both the developer and spec for the new QMP OOB (Out-Of-Band) command. Signed-off-by: Peter Xu --- docs/devel/qapi-code-gen.txt | 70 docs/interop/qmp-spec.txt| 30 --- 2 files changed, 91 insertions(+), 9 deletions(-) diff