Re: [Qemu-devel] [RFC PATCH 1/7] block/qdev: Allow node name for drive properties

2016-06-24 Thread Kevin Wolf
Am 24.06.2016 um 19:35 hat Eric Blake geschrieben: > On 06/23/2016 08:36 AM, Kevin Wolf wrote: > > If a node name instead of a BlockBackend name is specified as the driver > > for a guest device, an anonymous BlockBackend is created now. > > > > Signed-off-by: Kevin Wolf > > --- > > hw/core/qdev

Re: [Qemu-devel] [RFC PATCH 1/7] block/qdev: Allow node name for drive properties

2016-06-24 Thread Eric Blake
On 06/23/2016 08:36 AM, Kevin Wolf wrote: > If a node name instead of a BlockBackend name is specified as the driver > for a guest device, an anonymous BlockBackend is created now. > > Signed-off-by: Kevin Wolf > --- > hw/core/qdev-properties-system.c | 18 +- > 1 file changed, 1

[Qemu-devel] [RFC PATCH 1/7] block/qdev: Allow node name for drive properties

2016-06-23 Thread Kevin Wolf
If a node name instead of a BlockBackend name is specified as the driver for a guest device, an anonymous BlockBackend is created now. Signed-off-by: Kevin Wolf --- hw/core/qdev-properties-system.c | 18 +- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/hw/core/qde