• D
    Fix security driver configuration · d47ef780
    Daniel P. Berrange 提交于
    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
    d47ef780
qemu_driver.c 265.2 KB