• D
    Fix security driver calls in hotplug cleanup paths · 2df16576
    Daniel P. Berrange 提交于
    The hotplug code was not correctly invoking the security driver
    in error paths. If a hotplug attempt failed, the device would
    be left with VM permissions applied, rather than restored to the
    original permissions. Also, a CDROM media that is ejected was
    not restored to original permissions. Finally there was a bogus
    call to set hostdev permissions in the hostdev unplug code
    
    * qemu/qemu_driver.c: Fix security driver usage in hotplug/unplug
    2df16576
qemu_driver.c 258.9 KB