--- src/vbox/vbox_storage.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/vbox/vbox_storage.c b/src/vbox/vbox_storage.c index 6584cd0..c849505 100644 --- a/src/vbox/vbox_storage.c +++ b/src/vbox/vbox_storage.c @@ -908,6 +908,8 @@ virStorageDriverPtr vboxGetStorageDriver(uint32_t uVersion) vbox43InstallUniformedAPI(&gVBoxAPI); } else if (uVersion >= 4003004 && uVersion < 4003051) { vbox43_4InstallUniformedAPI(&gVBoxAPI); + } else if (uVersion >= 4003051 && uVersion < 5000051) { + vbox50InstallUniformedAPI(&gVBoxAPI); } else { return NULL; } -- 2.7.4 -- libvir-list mailing list libvir-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/libvir-list