Re: [Qemu-devel] [PATCH v2 02/12] qapi-schema: add 'device_add'

2016-08-05 Thread Markus Armbruster
marcandre.lur...@redhat.com writes: > From: Marc-André Lureau > > Even though device_add is not fully qapi'fied, we may add it to the json > schema with 'gen': false, so registration and documentation can be > generated. > > Signed-off-by: Marc-André Lureau > --- > qapi-schema.json | 29 +++

Re: [Qemu-devel] [PATCH v2 02/12] qapi-schema: add 'device_add'

2016-07-22 Thread Marc-André Lureau
Hi On Fri, Jul 22, 2016 at 12:44 AM, Eric Blake wrote: > On 07/21/2016 08:00 AM, marcandre.lur...@redhat.com wrote: >> From: Marc-André Lureau >> >> Even though device_add is not fully qapi'fied, we may add it to the json >> schema with 'gen': false, so registration and documentation can be >> g

Re: [Qemu-devel] [PATCH v2 02/12] qapi-schema: add 'device_add'

2016-07-21 Thread Eric Blake
On 07/21/2016 08:00 AM, marcandre.lur...@redhat.com wrote: > From: Marc-André Lureau > > Even though device_add is not fully qapi'fied, we may add it to the json > schema with 'gen': false, so registration and documentation can be > generated. > > Signed-off-by: Marc-André Lureau > --- > qapi-

[Qemu-devel] [PATCH v2 02/12] qapi-schema: add 'device_add'

2016-07-21 Thread marcandre . lureau
From: Marc-André Lureau Even though device_add is not fully qapi'fied, we may add it to the json schema with 'gen': false, so registration and documentation can be generated. Signed-off-by: Marc-André Lureau --- qapi-schema.json | 29 + 1 file changed, 29 insertions