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

2014-06-17 Thread Eric Blake
On 06/13/2014 12:52 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. > > void qmp_block_commit(const char *device, >bool has_base, const char *base, > +

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

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