• D
    remote: Fix incorrect use of private data field · 9f45fabd
    Daniel Berrange 提交于
    NodeDeviceCreateXML and NodeDeviceDestroy methods added for NPIV were
    using the wrong privateData field for the remote driver. This doesn't
    impact KVM, since the remote driver handles everything, thus
    privateData == devMonPrivateData. It does impact Xen though, because
    the remote driver only handles a subset of methods and thus
    privateData != devMonPrivateData.
    9f45fabd
remote_driver.c 307.1 KB