Re: [libvirt] [PATCH v3 14/18] blockcopy: tweak how rebase calls into copy

2014-09-08 Thread Eric Blake
On 09/05/2014 08:09 AM, Peter Krempa wrote: On 08/31/14 06:02, Eric Blake wrote: In order to implement the new virDomainBlockCopy, the existing block copy internal implementation needs to be adjusted. The new function will parse XML into a storage source, and parse typed parameters into

Re: [libvirt] [PATCH v3 14/18] blockcopy: tweak how rebase calls into copy

2014-09-05 Thread Peter Krempa
On 08/31/14 06:02, Eric Blake wrote: In order to implement the new virDomainBlockCopy, the existing block copy internal implementation needs to be adjusted. The new function will parse XML into a storage source, and parse typed parameters into integers, then call into the same common

[libvirt] [PATCH v3 14/18] blockcopy: tweak how rebase calls into copy

2014-08-30 Thread Eric Blake
In order to implement the new virDomainBlockCopy, the existing block copy internal implementation needs to be adjusted. The new function will parse XML into a storage source, and parse typed parameters into integers, then call into the same common backend. For now, it's easier to keep the same