Re: [Qemu-devel] [PATCH v2 01/37] blockdev: Allow creation of BDS trees without BB

2015-03-04 Thread Max Reitz
On 2015-03-04 at 08:39, Kevin Wolf wrote: Am 09.02.2015 um 18:11 hat Max Reitz geschrieben: If the "id" field is missing from the options given to blockdev-add, just omit the BlockBackend and create the BlockDriverState tree alone. However, if "id" is missing, "node-name" must be specified; oth

Re: [Qemu-devel] [PATCH v2 01/37] blockdev: Allow creation of BDS trees without BB

2015-03-04 Thread Kevin Wolf
Am 04.03.2015 um 15:04 hat Max Reitz geschrieben: > On 2015-03-04 at 08:39, Kevin Wolf wrote: > >Am 09.02.2015 um 18:11 hat Max Reitz geschrieben: > >>If the "id" field is missing from the options given to blockdev-add, > >>just omit the BlockBackend and create the BlockDriverState tree alone. > >>

Re: [Qemu-devel] [PATCH v2 01/37] blockdev: Allow creation of BDS trees without BB

2015-03-04 Thread Max Reitz
On 2015-03-04 at 09:15, Kevin Wolf wrote: Am 04.03.2015 um 15:04 hat Max Reitz geschrieben: On 2015-03-04 at 08:39, Kevin Wolf wrote: Am 09.02.2015 um 18:11 hat Max Reitz geschrieben: If the "id" field is missing from the options given to blockdev-add, just omit the BlockBackend and create the

Re: [Qemu-devel] [PATCH v2 01/37] blockdev: Allow creation of BDS trees without BB

2015-03-04 Thread Max Reitz
On 2015-03-04 at 08:39, Kevin Wolf wrote: Am 09.02.2015 um 18:11 hat Max Reitz geschrieben: If the "id" field is missing from the options given to blockdev-add, just omit the BlockBackend and create the BlockDriverState tree alone. However, if "id" is missing, "node-name" must be specified; oth

Re: [Qemu-devel] [PATCH v2 01/37] blockdev: Allow creation of BDS trees without BB

2015-03-04 Thread Kevin Wolf
Am 09.02.2015 um 18:11 hat Max Reitz geschrieben: > If the "id" field is missing from the options given to blockdev-add, > just omit the BlockBackend and create the BlockDriverState tree alone. > > However, if "id" is missing, "node-name" must be specified; otherwise, > the BDS tree would no longe

Re: [Qemu-devel] [PATCH v2 01/37] blockdev: Allow creation of BDS trees without BB

2015-02-09 Thread Max Reitz
On 2015-02-09 at 13:17, Eric Blake wrote: On 02/09/2015 10:11 AM, Max Reitz wrote: If the "id" field is missing from the options given to blockdev-add, just omit the BlockBackend and create the BlockDriverState tree alone. However, if "id" is missing, "node-name" must be specified; otherwise, t

Re: [Qemu-devel] [PATCH v2 01/37] blockdev: Allow creation of BDS trees without BB

2015-02-09 Thread Eric Blake
On 02/09/2015 10:11 AM, Max Reitz wrote: > If the "id" field is missing from the options given to blockdev-add, > just omit the BlockBackend and create the BlockDriverState tree alone. > > However, if "id" is missing, "node-name" must be specified; otherwise, > the BDS tree would no longer be acce

[Qemu-devel] [PATCH v2 01/37] blockdev: Allow creation of BDS trees without BB

2015-02-09 Thread Max Reitz
If the "id" field is missing from the options given to blockdev-add, just omit the BlockBackend and create the BlockDriverState tree alone. However, if "id" is missing, "node-name" must be specified; otherwise, the BDS tree would no longer be accessible. Signed-off-by: Max Reitz --- blockdev.c