]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Clean up remote driver connection open code
authorDaniel P. Berrange <berrange@redhat.com>
Thu, 23 Oct 2014 13:25:07 +0000 (14:25 +0100)
committerDaniel P. Berrange <berrange@redhat.com>
Fri, 7 Nov 2014 10:12:49 +0000 (11:12 +0100)
commitaf161e99fdc5797be76031dd47062fca940d6d5b
tree2a3d34f13d174680def0bd275bd672e14b6649a4
parentd53d52d4c0299f5161bdeeccc925169d68ac990f
Clean up remote driver connection open code

The remote driver has had a long term hack to deal with the fact
that the old Xen driver worked outside libvirtd, but the rest
of the drivers worked inside. So you could have a local hypervisor
driver but everything else go via the remote driver. The Xen driver
long ago moved inside libvirtd, so this hack is no longer needed.
Thus we should open use the remote driver for secondary drivers
if the primary driver is already the remote driver.
src/remote/remote_driver.c