Re: [Qemu-devel] [PATCH 6/8] QAPI: add command for live block commit, 'block-commit'

2012-09-14 Thread Jeff Cody
On 09/14/2012 09:05 PM, Eric Blake wrote: > On 09/14/2012 07:41 AM, Jeff Cody wrote: >> The command for live block commit is added, which has the following >> arguments: >> >> device: the block device to perform the commit on (mandatory) >> base: the base image to commit into; optional (if not sp

Re: [Qemu-devel] [PATCH 6/8] QAPI: add command for live block commit, 'block-commit'

2012-09-14 Thread Eric Blake
On 09/14/2012 07:41 AM, Jeff Cody wrote: > The command for live block commit is added, which has the following > arguments: > > device: the block device to perform the commit on (mandatory) > base: the base image to commit into; optional (if not specified, > it is the underlying original

[Qemu-devel] [PATCH 6/8] QAPI: add command for live block commit, 'block-commit'

2012-09-14 Thread Jeff Cody
The command for live block commit is added, which has the following arguments: device: the block device to perform the commit on (mandatory) base: the base image to commit into; optional (if not specified, it is the underlying original image) top:the top image of the commit - all dat