Re: [Qemu-devel] [PATCH V5 2/7] block: Allow the user to define "node-name" option.

2014-01-21 Thread Kevin Wolf
Am 12.12.2013 um 16:33 hat Benoît Canet geschrieben: > Signed-off-by: Benoit Canet > --- > block.c | 38 ++ > 1 file changed, 38 insertions(+) I think you should add an optional 'node-name' field to BlockdevOptionsBase in the QAPI schema, so that this can't on

Re: [Qemu-devel] [PATCH V5 2/7] block: Allow the user to define "node-name" option.

2014-01-20 Thread Fam Zheng
On Thu, 12/12 16:33, Benoît Canet wrote: > Signed-off-by: Benoit Canet > --- > block.c | 38 ++ > 1 file changed, 38 insertions(+) > > diff --git a/block.c b/block.c > index 481d566..1c57f0d 100644 > --- a/block.c > +++ b/block.c > @@ -735,6 +735,39 @@ static

[Qemu-devel] [PATCH V5 2/7] block: Allow the user to define "node-name" option.

2013-12-12 Thread Benoît Canet
Signed-off-by: Benoit Canet --- block.c | 38 ++ 1 file changed, 38 insertions(+) diff --git a/block.c b/block.c index 481d566..1c57f0d 100644 --- a/block.c +++ b/block.c @@ -735,6 +735,39 @@ static int bdrv_open_flags(BlockDriverState *bs, int flags) ret