v2v: Add support for Win2016 virtio drivers

Support virtio drivers for Windows Server 2016 once they are available.

Signed-off-by: Tomáš Golembiovský <tgolembi@redhat.com>
This commit is contained in:
Tomáš Golembiovský
2016-07-12 05:53:49 +02:00
committed by Richard W.M. Jones
parent 2c7f8e9c5f
commit e93d4ea320

View File

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