• A
    qemu: Allow qemuDomainAdjustMaxMemLock() to restore previous value · afbe1d4c
    Andrea Bolognani 提交于
    When the function changes the memory lock limit for the first time,
    it will retrieve the current value and store it inside the
    virDomainObj for the domain.
    
    When the function is called again, if memory locking is no longer
    needed, it will be able to restore the memory locking limit to its
    original value.
    afbe1d4c
qemu_domain.c 129.1 KB