]> git.ipfire.org Git - thirdparty/libvirt.git/commit
libxl: advertise support for migration V3 v2.2.0-rc2
authorJim Fehlig <jfehlig@suse.com>
Mon, 29 Aug 2016 16:08:01 +0000 (10:08 -0600)
committerJim Fehlig <jfehlig@suse.com>
Mon, 29 Aug 2016 16:08:01 +0000 (10:08 -0600)
commit36f57ad7d792f9a1342d48c9977ca9f5af647d1d
tree31db0f0da2467dce11d92a71e0c7a70247844221
parent61148074773ba180f17020b0b11c155b154726fd
libxl: advertise support for migration V3

The libxl driver has long supported migration V3 but has never
indicated so in the connectSupportsFeature API. As a result, apps
such as virt-manager that use the more generic virDomainMigrate API
fail with

libvirtError: this function is not supported by the connection driver:
virDomainMigrate

Add VIR_DRV_FEATURE_MIGRATION_V3 to the list of features marked as
supported in the connectSupportsFeature API.
src/libxl/libxl_driver.c