[libvirt] [PATCH v4 1/9] Implement public API for virDomainGetIOThreadsInfo

Daniel P. Berrange berrange at redhat.com
Fri Mar 6 09:50:48 UTC 2015


On Thu, Mar 05, 2015 at 09:02:58PM -0500, John Ferlan wrote:
> Add virDomainGetIOThreadInfo in order to return a list of
> virDomainIOThreadInfoPtr structures which list the IOThread ID
> and the CPU Affinity map for each IOThread for the domain.
> 
> For an active domain, the live data will be returned, while for
> an inactive domain, the config data will be returned.
> 
> The API supports either the --live or --config flag, but not both.
> 
> Also added virDomainIOThreadsInfoFree in order to free the cpumap
> and the IOThreadInfo structure.
> 
> Signed-off-by: John Ferlan <jferlan at redhat.com>
> ---
>  include/libvirt/libvirt-domain.h | 22 +++++++++++-
>  src/driver-hypervisor.h          |  8 ++++-
>  src/libvirt-domain.c             | 75 +++++++++++++++++++++++++++++++++++++++-
>  src/libvirt_public.syms          |  6 ++++
>  4 files changed, 108 insertions(+), 3 deletions(-)

ACK

Regards,
Daniel
-- 
|: http://berrange.com      -o-    http://www.flickr.com/photos/dberrange/ :|
|: http://libvirt.org              -o-             http://virt-manager.org :|
|: http://autobuild.org       -o-         http://search.cpan.org/~danberr/ :|
|: http://entangle-photo.org       -o-       http://live.gnome.org/gtk-vnc :|




More information about the libvir-list mailing list