]> xenbits.xensource.com Git - libvirt.git/commit
Add virDomainBlockPull support to the remote driver
authorAdam Litke <agl@us.ibm.com>
Tue, 14 Jun 2011 14:36:49 +0000 (09:36 -0500)
committerEric Blake <eblake@redhat.com>
Wed, 15 Jun 2011 03:54:30 +0000 (21:54 -0600)
commitd1693bb160ea78954592c45a40eb856190c619c8
tree372e82422b093c2ea6d97c351dbb479f8beeec76
parent6419f596e114ee9f372136cc2b9eb19f1cbb7a77
Add virDomainBlockPull support to the remote driver

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/remote_protocol-structs: structure definitions for protocol verification

Signed-off-by: Adam Litke <agl@us.ibm.com>
daemon/remote.c
src/remote/remote_driver.c
src/remote/remote_protocol.x
src/remote_protocol-structs