Re: [Qemu-devel] [PATCH] block: Expose host_* drivers in blockdev-add

2014-04-24 Thread Markus Armbruster
Kevin Wolf writes: > Am 24.04.2014 um 09:27 hat Markus Armbruster geschrieben: >> Kevin Wolf writes: >> >> > Am 23.04.2014 um 17:34 hat Eric Blake geschrieben: >> >> On 04/23/2014 09:12 AM, Kevin Wolf wrote: >> >> > All the functionality to use the host_device, host_cdrom and host_floppy >> >>

Re: [Qemu-devel] [PATCH] block: Expose host_* drivers in blockdev-add

2014-04-24 Thread Kevin Wolf
Am 24.04.2014 um 09:27 hat Markus Armbruster geschrieben: > Kevin Wolf writes: > > > Am 23.04.2014 um 17:34 hat Eric Blake geschrieben: > >> On 04/23/2014 09:12 AM, Kevin Wolf wrote: > >> > All the functionality to use the host_device, host_cdrom and host_floppy > >> > drivers is already there, t

Re: [Qemu-devel] [PATCH] block: Expose host_* drivers in blockdev-add

2014-04-24 Thread Markus Armbruster
Kevin Wolf writes: > Am 23.04.2014 um 17:34 hat Eric Blake geschrieben: >> On 04/23/2014 09:12 AM, Kevin Wolf wrote: >> > All the functionality to use the host_device, host_cdrom and host_floppy >> > drivers is already there, they just need to be added to the schema. >> > >> > Signed-off-by: Kev

Re: [Qemu-devel] [PATCH] block: Expose host_* drivers in blockdev-add

2014-04-23 Thread Fam Zheng
On Wed, 04/23 17:12, Kevin Wolf wrote: > All the functionality to use the host_device, host_cdrom and host_floppy > drivers is already there, they just need to be added to the schema. > > Signed-off-by: Kevin Wolf > --- > qapi-schema.json | 6 +- > 1 file changed, 5 insertions(+), 1 deletion

Re: [Qemu-devel] [PATCH] block: Expose host_* drivers in blockdev-add

2014-04-23 Thread Eric Blake
On 04/23/2014 09:39 AM, Kevin Wolf wrote: > Am 23.04.2014 um 17:34 hat Eric Blake geschrieben: >> On 04/23/2014 09:12 AM, Kevin Wolf wrote: >>> All the functionality to use the host_device, host_cdrom and host_floppy >>> drivers is already there, they just need to be added to the schema. >>> >>> Si

Re: [Qemu-devel] [PATCH] block: Expose host_* drivers in blockdev-add

2014-04-23 Thread Kevin Wolf
Am 23.04.2014 um 17:34 hat Eric Blake geschrieben: > On 04/23/2014 09:12 AM, Kevin Wolf wrote: > > All the functionality to use the host_device, host_cdrom and host_floppy > > drivers is already there, they just need to be added to the schema. > > > > Signed-off-by: Kevin Wolf > > --- > > qapi-s

Re: [Qemu-devel] [PATCH] block: Expose host_* drivers in blockdev-add

2014-04-23 Thread Eric Blake
On 04/23/2014 09:12 AM, Kevin Wolf wrote: > All the functionality to use the host_device, host_cdrom and host_floppy > drivers is already there, they just need to be added to the schema. > > Signed-off-by: Kevin Wolf > --- > qapi-schema.json | 6 +- > 1 file changed, 5 insertions(+), 1 delet

[Qemu-devel] [PATCH] block: Expose host_* drivers in blockdev-add

2014-04-23 Thread Kevin Wolf
All the functionality to use the host_device, host_cdrom and host_floppy drivers is already there, they just need to be added to the schema. Signed-off-by: Kevin Wolf --- qapi-schema.json | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/qapi-schema.json b/qapi-schema.json