Re: [libvirt] [PATCHv4 18/18] blockjob: wire up qemu and RPC for block copy

2012-04-13 Thread Jiri Denemark
On Mon, Apr 09, 2012 at 21:52:27 -0600, Eric Blake wrote: > Almost trivial; the trick was dealing with the fact that we're > stuck with 'unsigned long bandwidth' due to earlier design > decisions. Also, prefer the correct flag names (although we > intentionally chose the _SHALLOW and _REUSE_EXT va

[libvirt] [PATCHv4 18/18] blockjob: wire up qemu and RPC for block copy

2012-04-09 Thread Eric Blake
Almost trivial; the trick was dealing with the fact that we're stuck with 'unsigned long bandwidth' due to earlier design decisions. Also, prefer the correct flag names (although we intentionally chose the _SHALLOW and _REUSE_EXT values to be equal, to allow for loose handling in our code). * src