On Tue, Jul 12, 2016 at 05:53:49AM +0200, Tomáš Golembiovský wrote:
 Support virtio drivers for Windows Server 2016 once they are
available.
 
 Signed-off-by: Tomáš Golembiovský <tgolembi(a)redhat.com>
 ---
  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 
I've pushed this, thanks for your contribution.
Rich.
-- 
Richard Jones, Virtualization Group, Red Hat 
http://people.redhat.com/~rjones
Read my programming and virtualization blog: 
http://rwmj.wordpress.com
virt-df lists disk usage of guests without needing to install any
software inside the virtual machine.  Supports Linux and Windows.
http://people.redhat.com/~rjones/virt-df/