[libvirt] [PATCH 1/8] Add new API virDomainBlockPull* to headers

Eric Blake eblake at redhat.com
Wed Jun 15 03:29:44 UTC 2011


On 06/14/2011 03:47 AM, Daniel P. Berrange wrote:
> On Thu, Jun 09, 2011 at 12:10:07PM -0500, Adam Litke wrote:
>> Set up the types for the block pull functions and insert them into the
>> virDriver structure definition.  Symbols are exported in this patch to prevent
>> documentation compile failures.
>>
>> * include/libvirt/libvirt.h.in: new API
>> * src/driver.h: add the new entry to the driver structure
>> * python/generator.py: fix compiler errors, the actual python bindings are
>>   implemented later
>> * src/libvirt_public.syms: export symbols
>>
>> +++ b/src/libvirt_public.syms
>> @@ -451,3 +451,10 @@ LIBVIRT_0.9.2 {
>>  } LIBVIRT_0.9.0;
>>  
>>  # .... define new API here using predicted next version number ....
>> +LIBVIRT_0.9.3 {
>> +    global:
>> +        virDomainBlockPull;
>> +        virDomainBlockPullAll;
>> +        virDomainBlockPullAbort;
>> +        virDomainGetBlockPullInfo;
>> +} LIBVIRT_0.9.2;
>> -- 

Slight merge conflict here, but nothing too difficult.

> 
> ACK

Pushed.

-- 
Eric Blake   eblake at redhat.com    +1-801-349-2682
Libvirt virtualization library http://libvirt.org

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 619 bytes
Desc: OpenPGP digital signature
URL: <http://listman.redhat.com/archives/libvir-list/attachments/20110614/3d57b380/attachment-0001.sig>


More information about the libvir-list mailing list