[libvirt] [PATCH] Add new API virDomainBlockPull* to header and drivers

2011-06-01 Thread Adam Litke
Set up the types for the block pull functions and insert them into the virDriver structure definition. Because of static initializers, update every driver and set the new fields to NULL. * include/libvirt/libvirt.h.in: new API * src/driver.h src/*/*_driver.c src/vbox/vbox_tmpl.c: add the new

Re: [libvirt] [PATCH] Add new API virDomainBlockPull* to header and drivers

2011-06-01 Thread Adam Litke
Sorry, this one was left off from the initial post. It comes first in the series. -- Adam Litke IBM Linux Technology Center -- libvir-list mailing list libvir-list@redhat.com https://www.redhat.com/mailman/listinfo/libvir-list

Re: [libvirt] [PATCH] Add new API virDomainBlockPull* to header and drivers

2011-06-01 Thread Matthias Bolte
2011/6/1 Adam Litke a...@us.ibm.com: Set up the types for the block pull functions and insert them into the virDriver structure definition.  Because of static initializers, update every driver and set the new fields to NULL. * include/libvirt/libvirt.h.in: new API * src/driver.h