Support virtio drivers for Windows Server 2016 once they are available.
Signed-off-by: Tomáš Golembiovský <[email protected]>
---
v2v/windows_virtio.ml | 2 ++
1 file changed, 2 insertions(+)
diff --git a/v2v/windows_virtio.ml b/v2v/windows_virtio.ml
index 354aa19..334e347 100644
--- a/v2v/windows_virtio.ml
+++ b/v2v/windows_virtio.ml
@@ -330,6 +330,8 @@ and virtio_iso_path_matches_guest_os path inspect =
(6, 3, not_client)
else if pathelem "w10" || pathelem "win10" then
(10, 0, is_client)
+ else if pathelem "2k16" || pathelem "win2016" then
+ (10, 0, not_client)
else
raise Not_found in
--
2.9.0
_______________________________________________
Libguestfs mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/libguestfs