[libvirt] [PATCH 3/8] Add virDomainBlockPull support to the remote driver

2011-07-21 Thread Adam Litke
The generator can handle everything except virDomainGetBlockJobInfo(). * src/remote/remote_protocol.x: provide defines for the new entry points * src/remote/remote_driver.c daemon/remote.c: implement the client and server side for virDomainGetBlockJobInfo. * src/remote_protocol-structs: structur

Re: [libvirt] [PATCH 3/8] Add virDomainBlockPull support to the remote driver

2011-06-15 Thread Adam Litke
Thanks Eric. The push looks good. There is a small (known) issue with the text monitor interface and a one-liner will fix that. I can send that out once I have verified against upstream qemu. On 06/14/2011 10:56 PM, Eric Blake wrote: > On 06/14/2011 08:36 AM, Adam Litke wrote: >> The generator

Re: [libvirt] [PATCH 3/8] Add virDomainBlockPull support to the remote driver

2011-06-14 Thread Eric Blake
On 06/14/2011 08:36 AM, Adam Litke wrote: > The generator can handle DomainBlockPullAll and DomainBlockPullAbort. > DomainBlockPull and DomainBlockPullInfo must be written by hand. > > * src/remote/remote_protocol.x: provide defines for the new entry points > * src/remote/remote_driver.c daemon/re

[libvirt] [PATCH 3/8] Add virDomainBlockPull support to the remote driver

2011-06-14 Thread Adam Litke
The generator can handle DomainBlockPullAll and DomainBlockPullAbort. DomainBlockPull and DomainBlockPullInfo must be written by hand. * src/remote/remote_protocol.x: provide defines for the new entry points * src/remote/remote_driver.c daemon/remote.c: implement the client and server side * src

Re: [libvirt] [PATCH 3/8] Add virDomainBlockPull support to the remote driver

2011-06-14 Thread Adam Litke
On 06/14/2011 04:49 AM, Daniel P. Berrange wrote: > On Thu, Jun 09, 2011 at 12:10:09PM -0500, Adam Litke wrote: >> The generator can handle DomainBlockPullAll and DomainBlockPullAbort. >> DomainBlockPull and DomainBlockPullInfo must be written by hand. >> >> * src/remote/remote_protocol.x: provid

Re: [libvirt] [PATCH 3/8] Add virDomainBlockPull support to the remote driver

2011-06-14 Thread Daniel P. Berrange
On Thu, Jun 09, 2011 at 12:10:09PM -0500, Adam Litke wrote: > The generator can handle DomainBlockPullAll and DomainBlockPullAbort. > DomainBlockPull and DomainBlockPullInfo must be written by hand. > > * src/remote/remote_protocol.x: provide defines for the new entry points > * src/remote/remote_

Re: [libvirt] [PATCH 3/8] Add virDomainBlockPull support to the remote driver

2011-06-14 Thread Daniel P. Berrange
On Mon, Jun 06, 2011 at 01:17:57PM -0500, Adam Litke wrote: > The generator can handle DomainBlockPullAll and DomainBlockPullAbort. > DomainBlockPull and DomainBlockPullInfo must be written by hand. > > * src/remote/remote_protocol.x: provide defines for the new entry points > * src/remote/remote_

[libvirt] [PATCH 3/8] Add virDomainBlockPull support to the remote driver

2011-06-09 Thread Adam Litke
The generator can handle DomainBlockPullAll and DomainBlockPullAbort. DomainBlockPull and DomainBlockPullInfo must be written by hand. * src/remote/remote_protocol.x: provide defines for the new entry points * src/remote/remote_driver.c daemon/remote.c: implement the client and server side * src

[libvirt] [PATCH 3/8] Add virDomainBlockPull support to the remote driver

2011-06-06 Thread Adam Litke
The generator can handle DomainBlockPullAll and DomainBlockPullAbort. DomainBlockPull and DomainBlockPullInfo must be written by hand. * src/remote/remote_protocol.x: provide defines for the new entry points * src/remote/remote_driver.c daemon/remote.c: implement the client and server side * src