Re: [Qemu-devel] [PATCH v6 3/4] guest agent: add guest agent commands schema file

2011-07-08 Thread Michael Roth
On 07/08/2011 10:08 AM, Luiz Capitulino wrote: On Tue, 5 Jul 2011 08:21:39 -0500 Michael Roth wrote: Signed-off-by: Michael Roth --- qapi-schema-guest.json | 204 1 files changed, 204 insertions(+), 0 deletions(-) create mode 100644 qapi

Re: [Qemu-devel] [PATCH v6 3/4] guest agent: add guest agent commands schema file

2011-07-08 Thread Luiz Capitulino
On Tue, 5 Jul 2011 08:21:39 -0500 Michael Roth wrote: > > Signed-off-by: Michael Roth > --- > qapi-schema-guest.json | 204 > > 1 files changed, 204 insertions(+), 0 deletions(-) > create mode 100644 qapi-schema-guest.json I think this shou

[Qemu-devel] [PATCH v6 3/4] guest agent: add guest agent commands schema file

2011-07-05 Thread Michael Roth
Signed-off-by: Michael Roth --- qapi-schema-guest.json | 204 1 files changed, 204 insertions(+), 0 deletions(-) create mode 100644 qapi-schema-guest.json diff --git a/qapi-schema-guest.json b/qapi-schema-guest.json new file mode 100644 index 0