Re: [Qemu-devel] [PATCH 4/5] block: Accept node-name arguments for block-commit

2014-05-15 Thread Jeff Cody
On Thu, May 15, 2014 at 09:42:07AM -0600, Eric Blake wrote: > On 05/14/2014 09:20 PM, Jeff Cody wrote: > > This modifies the block operation block-commit so that it will > > accept node-name arguments for either 'top' or 'base' BDS. > > > > The filename and node-name are mutually exclusive to each

Re: [Qemu-devel] [PATCH 4/5] block: Accept node-name arguments for block-commit

2014-05-15 Thread Eric Blake
On 05/14/2014 09:20 PM, Jeff Cody wrote: > This modifies the block operation block-commit so that it will > accept node-name arguments for either 'top' or 'base' BDS. > > The filename and node-name are mutually exclusive to each other; > i.e.: > "top" and "top-node-name" are mutually exclusive

Re: [Qemu-devel] [PATCH 4/5] block: Accept node-name arguments for block-commit

2014-05-15 Thread Benoît Canet
The Wednesday 14 May 2014 à 23:20:18 (-0400), Jeff Cody wrote : > This modifies the block operation block-commit so that it will > accept node-name arguments for either 'top' or 'base' BDS. > > The filename and node-name are mutually exclusive to each other; > i.e.: > "top" and "top-node-name"

[Qemu-devel] [PATCH 4/5] block: Accept node-name arguments for block-commit

2014-05-14 Thread Jeff Cody
This modifies the block operation block-commit so that it will accept node-name arguments for either 'top' or 'base' BDS. The filename and node-name are mutually exclusive to each other; i.e.: "top" and "top-node-name" are mutually exclusive (enforced) "base" and "base-node-name" are mutua