Re: [libvirt] [PATCH v2 6/9] Implement virDomainAddIOThread and virDomainDelIOThread

2015-04-13 Thread Peter Krempa
On Fri, Apr 10, 2015 at 17:36:24 -0400, John Ferlan wrote: Add libvirt API's to manage adding and deleting IOThreads to/from the domain Signed-off-by: John Ferlan jfer...@redhat.com --- include/libvirt/libvirt-domain.h | 7 +++ src/driver-hypervisor.h | 13

[libvirt] [PATCH v2 6/9] Implement virDomainAddIOThread and virDomainDelIOThread

2015-04-10 Thread John Ferlan
Add libvirt API's to manage adding and deleting IOThreads to/from the domain Signed-off-by: John Ferlan jfer...@redhat.com --- include/libvirt/libvirt-domain.h | 7 +++ src/driver-hypervisor.h | 13 src/libvirt-domain.c | 132 +++