mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-22 07:03:38 +00:00
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:
committed by
Richard W.M. Jones
parent
2c7f8e9c5f
commit
e93d4ea320
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user