]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: fix stupid typos in VFIO cgroup setup/teardown
authorLaine Stump <laine@laine.org>
Fri, 3 May 2013 18:30:55 +0000 (14:30 -0400)
committerLaine Stump <laine@laine.org>
Fri, 3 May 2013 18:49:51 +0000 (14:49 -0400)
commit97633c868294e2ff5b206fd0fcdab4e0e2712076
tree24bc4c5919b600273c2c506b341982a438d6db16
parent3e7adcf682582a81b459acf820654dca8ae6e211
qemu: fix stupid typos in VFIO cgroup setup/teardown

I must have looked at this a couple dozen times before I noticed it
had "!=" instead of "==". Not doing this setup prevented qemu from
doing anything with the vfio group device.
(cherry picked from commit 52ba0f6e1cf29e791be4e079408c0de851100b65)
src/qemu/qemu_cgroup.c