[libvirt] [PATCH 4/6] add VirtualBox 5 support in file vbox/vbox_storage.c

Martin Pietsch martin.pietsch at tu-dresden.de
Thu Jun 9 11:07:36 UTC 2016


---
 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




More information about the libvir-list mailing list