• C
    Make state driver device hotplug/update actually transient · 45ec297d
    Cole Robinson 提交于
    The current semantics of non-persistent hotplug/update are confusing: the
    changes will persist as long as the in memory domain definition isn't
    overwritten. This means hotplug changes stay around until the domain is
    redefined or libvirtd is restarted.
    
    Call virDomainObjSetDefTransient at VM startup, so that we properly discard
    hotplug changes when the VM is shutdown.
    45ec297d
lxc_driver.c 82.3 KB