• D
    Separate internal node device APIs from public API · 1c6d4ca5
    Daniel P. Berrange 提交于
    The individual hypervisor drivers were directly referencing
    APIs in src/nodeinfo.c in their virDriverPtr struct. Separate
    these methods, so there is always a wrapper in the hypervisor
    driver. This allows the unused virConnectPtr args to be
    removed from the nodeinfo.c file. Again this will ensure that
    ACL checks will only be performed on invocations that are
    directly associated with public API usage.
    Signed-off-by: NDaniel P. Berrange <berrange@redhat.com>
    1c6d4ca5
vbox_tmpl.c 342.5 KB