Re: [Qemu-block] [PATCH v2 1/6] block/qdev: Allow node name for drive properties

2016-07-04 Thread Kevin Wolf
Am 02.07.2016 um 17:33 hat Max Reitz geschrieben: > On 30.06.2016 16:13, 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 > > --- >

Re: [Qemu-block] [PATCH v2 1/6] block/qdev: Allow node name for drive properties

2016-07-02 Thread Max Reitz
On 30.06.2016 16:13, 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 | 22 +++---

Re: [Qemu-block] [PATCH v2 1/6] block/qdev: Allow node name for drive properties

2016-07-02 Thread Max Reitz
On 30.06.2016 16:13, 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 | 22 +++---

[Qemu-block] [PATCH v2 1/6] block/qdev: Allow node name for drive properties

2016-06-30 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 | 22 +++--- 1 file changed, 19 insertions(+), 3 deletions(-)