Re: [Qemu-block] [PATCH 2/2] hmp: Extend drive_del to delete nodes without BB

2016-02-26 Thread Max Reitz
On 25.02.2016 13:51, Peter Krempa wrote: > On Wed, Feb 24, 2016 at 18:54:45 +0100, Max Reitz wrote: >> On 23.02.2016 18:16, Kevin Wolf wrote: >>> Now that we can use drive_add to create new nodes without a BB, we also >>> want to be able to delete such nodes again. >>> >>> Signed-off-by: Kevin

Re: [Qemu-block] [PATCH 2/2] hmp: Extend drive_del to delete nodes without BB

2016-02-26 Thread Max Reitz
On 24.02.2016 19:23, Kevin Wolf wrote: > Am 24.02.2016 um 18:54 hat Max Reitz geschrieben: >> On 23.02.2016 18:16, Kevin Wolf wrote: >>> Now that we can use drive_add to create new nodes without a BB, we also >>> want to be able to delete such nodes again. >>> >>> Signed-off-by: Kevin Wolf

Re: [Qemu-block] [PATCH 2/2] hmp: Extend drive_del to delete nodes without BB

2016-02-25 Thread Peter Krempa
On Wed, Feb 24, 2016 at 18:54:45 +0100, Max Reitz wrote: > On 23.02.2016 18:16, Kevin Wolf wrote: > > Now that we can use drive_add to create new nodes without a BB, we also > > want to be able to delete such nodes again. > > > > Signed-off-by: Kevin Wolf > > --- > >

Re: [Qemu-block] [PATCH 2/2] hmp: Extend drive_del to delete nodes without BB

2016-02-24 Thread Kevin Wolf
Am 24.02.2016 um 18:54 hat Max Reitz geschrieben: > On 23.02.2016 18:16, Kevin Wolf wrote: > > Now that we can use drive_add to create new nodes without a BB, we also > > want to be able to delete such nodes again. > > > > Signed-off-by: Kevin Wolf > > --- > > blockdev.c | 9

Re: [Qemu-block] [PATCH 2/2] hmp: Extend drive_del to delete nodes without BB

2016-02-24 Thread Max Reitz
On 23.02.2016 18:16, Kevin Wolf wrote: > Now that we can use drive_add to create new nodes without a BB, we also > want to be able to delete such nodes again. > > Signed-off-by: Kevin Wolf > --- > blockdev.c | 9 + > 1 file changed, 9 insertions(+) > > diff --git