• D
    Turn virDomainObjList into an opaque virObject · 37abd471
    Daniel P. Berrange 提交于
    As a step towards making virDomainObjList thread-safe turn it
    into an opaque virObject, preventing any direct access to its
    internals.
    
    As part of this a new method virDomainObjListForEach is
    introduced to replace all existing usage of virHashForEach
    37abd471
qemu_driver.c 474.0 KB