]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Fix security driver configuration
authorDaniel P. Berrange <berrange@redhat.com>
Tue, 9 Feb 2010 13:17:39 +0000 (13:17 +0000)
committerDaniel P. Berrange <berrange@redhat.com>
Wed, 10 Feb 2010 11:49:23 +0000 (11:49 +0000)
commitd47ef780f2a4ad0915d908f1877bad8f720600a1
tree32d49e3e156aa75b9bb57663125cbc5f89fad9c0
parent658952a38ab9f8227160c2c214665e30d7d6b369
Fix security driver configuration

The security driver was mistakenly initialized before the QEMU
config file was loaded. This prevents it being turned off again.
The capabilities XML was also getting the wrong security driver
name, due to the stacked driver arrangement.

* src/qemu/qemu_driver.c: Fix initialization order and capabilities
  model name
src/qemu/qemu_driver.c