]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Fix detection of Xen sysctl version 9
authorJim Fehlig <jfehlig@suse.com>
Tue, 23 Oct 2012 17:18:20 +0000 (11:18 -0600)
committerJim Fehlig <jfehlig@suse.com>
Tue, 23 Oct 2012 17:18:20 +0000 (11:18 -0600)
commit9785f2b6f203ad5f153e68829b95f0e8c30a1560
tree7a2119215aecf04f3b3e2e6d42aadf9ce9566c77
parent767be8be7226abe9a242c812ba5ff28108d2955c
Fix detection of Xen sysctl version 9

In commit 371ddc98, I mistakenly added the check for sysctl
version 9 after setting the hypercall version to 1, which will
fail with

error : xenHypervisorDoV1Op:967 : Unable to issue hypervisor
ioctl 3166208: Function not implemented

This check should be included along with the others that use
hypercall version 2.
src/xen/xen_hypervisor.c