]> xenbits.xensource.com Git - people/liuw/libxenctrl-split/libvirt.git/commit
libxl: advertise the support for VIR_TYPED_PARAM_STRING
authorDario Faggioli <dario.faggioli@citrix.com>
Sat, 13 Jul 2013 00:27:10 +0000 (02:27 +0200)
committerJim Fehlig <jfehlig@suse.com>
Wed, 17 Jul 2013 16:45:05 +0000 (10:45 -0600)
commit98984b71a840ea09f7939e7b18ce5b5ab8c3b923
treeb4880b0d9ddfb659a04b34e148d21a28d0d08792
parentfd2e3c4c500d92d182492cfeaa0a6c6d0444b3cc
libxl: advertise the support for VIR_TYPED_PARAM_STRING

domainGetNumaParameters has a string typed parameter, hence it
is necessary for the libxl driver to support this.

This change implements the connectSupportsFeature hook for the
libxl driver, advertising that VIR_DRV_FEATURE_TYPED_PARAM_STRING
is supported.

Signed-off-by: Dario Faggioli <dario.faggioli@citrix.com>
Cc: Eric Blake <eblake@redhat.com>
src/libxl/libxl_driver.c