Re: [Qemu-devel] [PATCH v4 01/15] qapi: improve device_add schema

2016-11-17 Thread Markus Armbruster
Markus Armbruster writes: > Marc-André Lureau writes: > >> 'device_add' is still incomplete for now, but we can fix a few >> arguments: >> - 'bus' is a common argument, regardless of the device >> - 'id' is an optionnal argument >> >> Signed-off-by: Marc-André Lureau > > Reviewed-by: Markus Arm

Re: [Qemu-devel] [PATCH v4 01/15] qapi: improve device_add schema

2016-11-17 Thread Markus Armbruster
Marc-André Lureau writes: > 'device_add' is still incomplete for now, but we can fix a few > arguments: > - 'bus' is a common argument, regardless of the device > - 'id' is an optionnal argument > > Signed-off-by: Marc-André Lureau Reviewed-by: Markus Armbruster

[Qemu-devel] [PATCH v4 01/15] qapi: improve device_add schema

2016-11-10 Thread Marc-André Lureau
'device_add' is still incomplete for now, but we can fix a few arguments: - 'bus' is a common argument, regardless of the device - 'id' is an optionnal argument Signed-off-by: Marc-André Lureau --- qapi-schema.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/qapi-sche