• P
    Xen: move versions to struct · 618758c9
    Philipp Hahn 提交于
    Calling virInitialize() → xenRegister() → xenhypervisorInit() directly
    opens a connection to the Xen Hypervisor, which breaks some unit tests.
    
    Move all static variables into a struct to make it easier to override
    them when testing.
    Signed-off-by: NPhilipp Hahn <hahn@univention.de>
    618758c9
xen_hypervisor.h 5.9 KB