Re: [Qemu-devel] [PATCH v4 05/10] block: Accept node-name arguments for block-commit

2014-06-04 Thread Jeff Cody
On Wed, Jun 04, 2014 at 03:38:55PM -0600, Eric Blake wrote: > On 06/04/2014 07:51 AM, 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 v4 05/10] block: Accept node-name arguments for block-commit

2014-06-04 Thread Eric Blake
On 06/04/2014 07:51 AM, 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

[Qemu-devel] [PATCH v4 05/10] block: Accept node-name arguments for block-commit

2014-06-04 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