Re: [libvirt] [PATCH v3 13/18] blockcopy: remote implementation for new API

2014-09-06 Thread Eric Blake
On 09/05/2014 03:42 AM, Peter Krempa wrote: On 08/31/14 06:02, Eric Blake wrote: Fairly straightforward - I got lucky that the generated functions worked out of the box :) * src/remote/remote_protocol.x (remote_domain_block_copy_args): New struct. (REMOTE_PROC_DOMAIN_BLOCK_COPY): New RPC.

Re: [libvirt] [PATCH v3 13/18] blockcopy: remote implementation for new API

2014-09-05 Thread Peter Krempa
On 08/31/14 06:02, Eric Blake wrote: Fairly straightforward - I got lucky that the generated functions worked out of the box :) * src/remote/remote_protocol.x (remote_domain_block_copy_args): New struct. (REMOTE_PROC_DOMAIN_BLOCK_COPY): New RPC. * src/remote/remote_driver.c

[libvirt] [PATCH v3 13/18] blockcopy: remote implementation for new API

2014-08-30 Thread Eric Blake
Fairly straightforward - I got lucky that the generated functions worked out of the box :) * src/remote/remote_protocol.x (remote_domain_block_copy_args): New struct. (REMOTE_PROC_DOMAIN_BLOCK_COPY): New RPC. * src/remote/remote_driver.c (remote_driver): Wire it up. * src/remote_protocol-structs: