]> git.ipfire.org Git - thirdparty/libvirt.git/commit
hyperv: Report an error for acceptable URI schemes with a transport
authorMatthias Bolte <matthias.bolte@googlemail.com>
Tue, 27 Sep 2011 11:11:14 +0000 (13:11 +0200)
committerMatthias Bolte <matthias.bolte@googlemail.com>
Thu, 29 Sep 2011 08:26:18 +0000 (10:26 +0200)
commit9b706b2703513760c45a408c5fca143d515fabcf
treec91fef95c88a6013daadc14b88137f9eb98db7af
parent3d308f75c1b16bd48a8aeaa6b1f9893bfeeec2e5
hyperv: Report an error for acceptable URI schemes with a transport

Before, URIs such as hyperv+ssh:// have been declined by the Hyper-V
driver resulting in the remote driver trying to connect to an
non-existing libvirtd.

Now such URIs trigger an error in the yper-V driver suggesting to
try again without the transport part in the scheme.
src/hyperv/hyperv_driver.c