diff --git a/Balloon/sys/balloon.inx b/Balloon/sys/balloon.inx index d6e5e7ab1..baa2818bd 100755 --- a/Balloon/sys/balloon.inx +++ b/Balloon/sys/balloon.inx @@ -9,8 +9,8 @@ ;Abstract: ; ;Installation Notes: -; Using Devcon: Type "devcon install BALLOON.inf PCI\VEN_1AF4&DEV_1002&SUBSYS_0005_INX_SUBSYS_VENDOR_ID&REV_00" or -; "devcon install BALLOON.inf PCI\VEN_1AF4&DEV_1045&SUBSYS_1100_INX_SUBSYS_VENDOR_ID&REV_01" to install +; Step by step driver installation wiki: +; https://github.com/virtio-win/kvm-guest-drivers-windows/wiki/Driver-installation ; ;--*/ diff --git a/NetKVM/NotifyObject/vioprot.inf b/NetKVM/NotifyObject/vioprot.inf index c01947ec2..6a1896e46 100644 --- a/NetKVM/NotifyObject/vioprot.inf +++ b/NetKVM/NotifyObject/vioprot.inf @@ -6,6 +6,10 @@ ;----------------------------------- ; VIRTIO network protocol ;----------------------------------- +;Installation Notes: +; Step by step driver installation wiki: +; https://github.com/virtio-win/kvm-guest-drivers-windows/wiki/Driver-installation +; [version] Signature = "$Windows NT$" diff --git a/NetKVM/netkvm-base.txt b/NetKVM/netkvm-base.txt index 63f7cafed..d442fefd9 100644 --- a/NetKVM/netkvm-base.txt +++ b/NetKVM/netkvm-base.txt @@ -8,6 +8,10 @@ ; VirtIO Ethernet Adapter ; ;------------------------------------------------------------------------------- +;Installation Notes: +; Step by step driver installation wiki: +; https://github.com/virtio-win/kvm-guest-drivers-windows/wiki/Driver-installation +; [version] Signature = "$Windows NT$" diff --git a/Q35/SMBus/smbus.inf b/Q35/SMBus/smbus.inf index 0eae5cadc..bd8c49bbc 100644 --- a/Q35/SMBus/smbus.inf +++ b/Q35/SMBus/smbus.inf @@ -6,6 +6,10 @@ ; Copyright (c) 2017 Red Hat, Inc. All rights reserved. ; ;------------------------------------------------------------------------------- +;Installation Notes: +; Step by step driver installation wiki: +; https://github.com/virtio-win/kvm-guest-drivers-windows/wiki/Driver-installation +; [Version] Signature = "$Windows NT$" diff --git a/fwcfg/qemufwcfg.inf b/fwcfg/qemufwcfg.inf index cfaef360d..7ce7bc030 100644 --- a/fwcfg/qemufwcfg.inf +++ b/fwcfg/qemufwcfg.inf @@ -9,7 +9,8 @@ ; QEMU Firmware Configuration Device null driver ; ;Installation Notes: -; Using Devcon: Type "devcon install qemufwcfg.inf ACPI\QEMU0002" to install +; Step by step driver installation wiki: +; https://github.com/virtio-win/kvm-guest-drivers-windows/wiki/Driver-installation ; ;--*/ diff --git a/fwcfg64/fwcfg.inf b/fwcfg64/fwcfg.inf index bfff578b5..c14d49b87 100644 --- a/fwcfg64/fwcfg.inf +++ b/fwcfg64/fwcfg.inf @@ -9,7 +9,8 @@ ;Abstract: ; ;Installation Notes: -; Using Devcon: Type "devcon install fwcfg.inf ACPI\QEMU0002" to install +; Step by step driver installation wiki: +; https://github.com/virtio-win/kvm-guest-drivers-windows/wiki/Driver-installation ; ;--*/ diff --git a/ivshmem/ivshmem.inf b/ivshmem/ivshmem.inf index ee64d8845..c3626d02a 100644 --- a/ivshmem/ivshmem.inf +++ b/ivshmem/ivshmem.inf @@ -9,7 +9,8 @@ ;Abstract: ; ;Installation Notes: -; Using Devcon: Type "devcon install ivshmem.inf PCI\VEN_1AF4&DEV_1110&SUBSYS_1100_INX_SUBSYS_VENDOR_ID&REV_01" to install +; Step by step driver installation wiki: +; https://github.com/virtio-win/kvm-guest-drivers-windows/wiki/Driver-installation ; ;--*/ diff --git a/pciserial/qemupciserial.inf b/pciserial/qemupciserial.inf index 50bee634b..38370c03f 100644 --- a/pciserial/qemupciserial.inf +++ b/pciserial/qemupciserial.inf @@ -14,6 +14,11 @@ ; This file covers all options: pci-serial, pci-serial-2x, pci-serial-4x ; for both 32 and 64 bit platforms. +;Installation Notes: +; Step by step driver installation wiki: +; https://github.com/virtio-win/kvm-guest-drivers-windows/wiki/Driver-installation +; + [Version] Signature="$Windows NT$" Class=MultiFunction diff --git a/pciserial/rhel/qemupciserial.inf b/pciserial/rhel/qemupciserial.inf index 409aedef2..a4c346e0f 100644 --- a/pciserial/rhel/qemupciserial.inf +++ b/pciserial/rhel/qemupciserial.inf @@ -13,6 +13,11 @@ ; This file covers pci-serial (1x only) for both 32 and 64 bit platforms. +;Installation Notes: +; Step by step driver installation wiki: +; https://github.com/virtio-win/kvm-guest-drivers-windows/wiki/Driver-installation +; + [Version] Signature="$CHICAGO$" Class=Ports diff --git a/pvpanic/pvpanic/pvpanic-pci.inf b/pvpanic/pvpanic/pvpanic-pci.inf index 4fe5c5f30..0d1ddc412 100644 --- a/pvpanic/pvpanic/pvpanic-pci.inf +++ b/pvpanic/pvpanic/pvpanic-pci.inf @@ -9,7 +9,8 @@ ;Abstract: ; ;Installation Notes: -; Using Devcon: Type "devcon install pvpanic-pci.inf PCI\VEN_1B36&DEV_0011&SUBSYS_11001AF4&REV_01" to install +; Step by step driver installation wiki: +; https://github.com/virtio-win/kvm-guest-drivers-windows/wiki/Driver-installation ; ;--*/ diff --git a/pvpanic/pvpanic/pvpanic.inf b/pvpanic/pvpanic/pvpanic.inf index 4633da535..c24cb7014 100755 --- a/pvpanic/pvpanic/pvpanic.inf +++ b/pvpanic/pvpanic/pvpanic.inf @@ -9,7 +9,8 @@ ;Abstract: ; ;Installation Notes: -; Using Devcon: Type "devcon install pvpanic.inf ACPI\QEMU0001" to install +; Step by step driver installation wiki: +; https://github.com/virtio-win/kvm-guest-drivers-windows/wiki/Driver-installation ; ;--*/ diff --git a/viocrypt/sys/viocrypt.inf b/viocrypt/sys/viocrypt.inf index 4ada37899..739fcf446 100644 --- a/viocrypt/sys/viocrypt.inf +++ b/viocrypt/sys/viocrypt.inf @@ -1,6 +1,10 @@ ; ; viocrypt.inf ; +;Installation Notes: +; Step by step driver installation wiki: +; https://github.com/virtio-win/kvm-guest-drivers-windows/wiki/Driver-installation +; [Version] Signature = "$WINDOWS NT$" diff --git a/viofs/pci/viofs.inf b/viofs/pci/viofs.inf index 3f5a64cee..4e392a566 100644 --- a/viofs/pci/viofs.inf +++ b/viofs/pci/viofs.inf @@ -9,7 +9,8 @@ ;Abstract: ; ;Installation Notes: -; Using Devcon: Type "devcon install viofs.inf PCI\VEN_1AF4&DEV_105A&SUBSYS_1100_INX_SUBSYS_VENDOR_ID&REV_01" to install +; Step by step driver installation wiki: +; https://github.com/virtio-win/kvm-guest-drivers-windows/wiki/Driver-installation ; ;--*/ diff --git a/viogpu/viogpudo/viogpudo.inx b/viogpu/viogpudo/viogpudo.inx index 11957e555..907644f33 100755 --- a/viogpu/viogpudo/viogpudo.inx +++ b/viogpu/viogpudo/viogpudo.inx @@ -5,6 +5,10 @@ ; ; viogpudo.inf ; +;Installation Notes: +; Step by step driver installation wiki: +; https://github.com/virtio-win/kvm-guest-drivers-windows/wiki/Driver-installation +; [Version] Signature="$Windows NT$" diff --git a/vioinput/sys/vioinput.inx b/vioinput/sys/vioinput.inx index e8d0a8a37..681a2a8cd 100755 --- a/vioinput/sys/vioinput.inx +++ b/vioinput/sys/vioinput.inx @@ -9,7 +9,8 @@ ;Abstract: ; ;Installation Notes: -; Using Devcon: Type "devcon install vioinput.inf PCI\VEN_1AF4&DEV_1052&SUBSYS_1100_INX_SUBSYS_VENDOR_ID&REV_01" to install +; Step by step driver installation wiki: +; https://github.com/virtio-win/kvm-guest-drivers-windows/wiki/Driver-installation ; ;--*/ diff --git a/viorng/viorng/viorng.inf b/viorng/viorng/viorng.inf index 19ed21956..e6ce65518 100755 --- a/viorng/viorng/viorng.inf +++ b/viorng/viorng/viorng.inf @@ -9,8 +9,8 @@ ;Abstract: ; ;Installation Notes: -; Using Devcon: Type "devcon install viorng.inf PCI\VEN_1AF4&DEV_1005&SUBSYS_0004_INX_SUBSYS_VENDOR_ID&REV_00" or -; "devcon install viorng.inf PCI\VEN_1AF4&DEV_1044&SUBSYS_1100_INX_SUBSYS_VENDOR_ID&REV_01" to install +; Step by step driver installation wiki: +; https://github.com/virtio-win/kvm-guest-drivers-windows/wiki/Driver-installation ; ;--*/ diff --git a/vioscsi/vioscsi.inx b/vioscsi/vioscsi.inx index 449817ea0..e0188efba 100755 --- a/vioscsi/vioscsi.inx +++ b/vioscsi/vioscsi.inx @@ -9,8 +9,8 @@ ;Abstract: ; ;Installation Notes: -; Using Devcon: Type "devcon install vioscsi.inf PCI\VEN_1AF4&DEV_1004&SUBSYS_0008_INX_SUBSYS_VENDOR_ID&REV_00" or -; "devcon install vioscsi.inf PCI\VEN_1AF4&DEV_1048&SUBSYS_1100_INX_SUBSYS_VENDOR_ID&REV_01" to install +; Step by step driver installation wiki: +; https://github.com/virtio-win/kvm-guest-drivers-windows/wiki/Driver-installation ; ;--*/ diff --git a/vioserial/sys/vioser.inx b/vioserial/sys/vioser.inx index ca5a14176..74abf93ff 100755 --- a/vioserial/sys/vioser.inx +++ b/vioserial/sys/vioser.inx @@ -9,8 +9,8 @@ ;Abstract: ; ;Installation Notes: -; Using Devcon: Type "devcon install vioser.inf PCI\VEN_1AF4&DEV_1003&SUBSYS_0003_INX_SUBSYS_VENDOR_ID&REV_00" or -; "devcon install vioser.inf PCI\VEN_1AF4&DEV_1043&SUBSYS_1100_INX_SUBSYS_VENDOR_ID&REV_01" to install +; Step by step driver installation wiki: +; https://github.com/virtio-win/kvm-guest-drivers-windows/wiki/Driver-installation ; ;--*/ diff --git a/viosock/sys/viosock.inx b/viosock/sys/viosock.inx index dc8304de7..d0d076ef3 100644 --- a/viosock/sys/viosock.inx +++ b/viosock/sys/viosock.inx @@ -9,8 +9,8 @@ ;Abstract: ; ;Installation Notes: -; Using Devcon: Type "devcon install viosock.inf PCI\VEN_1AF4&DEV_1012&SUBSYS_0013_INX_SUBSYS_VENDOR_ID&REV_00" or -; "devcon install viosock.inf PCI\VEN_14F4&DEV_1053&SUBSYS_1100_INX_SUBSYS_VENDOR_ID&REV_01" to install. +; Step by step driver installation wiki: +; https://github.com/virtio-win/kvm-guest-drivers-windows/wiki/Driver-installation ; ;--*/ diff --git a/viosock/sys/viosock_co.inx b/viosock/sys/viosock_co.inx index 50cae0b07..9493b61e7 100644 --- a/viosock/sys/viosock_co.inx +++ b/viosock/sys/viosock_co.inx @@ -9,8 +9,8 @@ ;Abstract: ; ;Installation Notes: -; Using Devcon: Type "devcon install viosock.inf PCI\VEN_1AF4&DEV_1012&SUBSYS_0013_INX_SUBSYS_VENDOR_ID&REV_00" or -; "devcon install viosock.inf PCI\VEN_14F4&DEV_1053&SUBSYS_1100_INX_SUBSYS_VENDOR_ID&REV_01" to install. +; Step by step driver installation wiki: +; https://github.com/virtio-win/kvm-guest-drivers-windows/wiki/Driver-installation ; ;--*/ diff --git a/viosock/sys/viosock_wow.inx b/viosock/sys/viosock_wow.inx index 1f21397de..071060858 100644 --- a/viosock/sys/viosock_wow.inx +++ b/viosock/sys/viosock_wow.inx @@ -9,8 +9,8 @@ ;Abstract: ; ;Installation Notes: -; Using Devcon: Type "devcon install viosock.inf PCI\VEN_1AF4&DEV_1012&SUBSYS_0013_INX_SUBSYS_VENDOR_ID&REV_00" and -; "devcon install viosock.inf PCI\VEN_14F4&DEV_1053&SUBSYS_1100_INX_SUBSYS_VENDOR_ID&REV_01" to install. +; Step by step driver installation wiki: +; https://github.com/virtio-win/kvm-guest-drivers-windows/wiki/Driver-installation ; ;--*/ diff --git a/viosock/sys/viosock_wow_co.inx b/viosock/sys/viosock_wow_co.inx index 6d72f6cc8..bfedc8197 100644 --- a/viosock/sys/viosock_wow_co.inx +++ b/viosock/sys/viosock_wow_co.inx @@ -9,8 +9,8 @@ ;Abstract: ; ;Installation Notes: -; Using Devcon: Type "devcon install viosock.inf PCI\VEN_1AF4&DEV_1012&SUBSYS_0013_INX_SUBSYS_VENDOR_ID&REV_00" and -; "devcon install viosock.inf PCI\VEN_14F4&DEV_1053&SUBSYS_1100_INX_SUBSYS_VENDOR_ID&REV_01" to install. +; Step by step driver installation wiki: +; https://github.com/virtio-win/kvm-guest-drivers-windows/wiki/Driver-installation ; ;--*/ diff --git a/viostor/viostor.inx b/viostor/viostor.inx index 752bf710f..895637c43 100755 --- a/viostor/viostor.inx +++ b/viostor/viostor.inx @@ -9,8 +9,8 @@ ;Abstract: ; ;Installation Notes: -; Using Devcon: Type "devcon install viostor.inf PCI\VEN_1AF4&DEV_1001&SUBSYS_0002_INX_SUBSYS_VENDOR_ID&REV_00" or -; "devcon install viostor.inf PCI\VEN_1AF4&DEV_1042&SUBSYS_1100_INX_SUBSYS_VENDOR_ID&REV_01" to install +; Step by step driver installation wiki: +; https://github.com/virtio-win/kvm-guest-drivers-windows/wiki/Driver-installation ; ;--*/ diff --git a/viostor/viostor_no_msi.inx b/viostor/viostor_no_msi.inx index 2a29ada59..a36f0a096 100755 --- a/viostor/viostor_no_msi.inx +++ b/viostor/viostor_no_msi.inx @@ -9,8 +9,8 @@ ;Abstract: ; ;Installation Notes: -; Using Devcon: Type "devcon install viostor.inf PCI\VEN_1AF4&DEV_1001&SUBSYS_0002_INX_SUBSYS_VENDOR_ID&REV_00" or -; "devcon install viostor.inf PCI\VEN_1AF4&DEV_1042&SUBSYS_1100_INX_SUBSYS_VENDOR_ID&REV_01" to install +; Step by step driver installation wiki: +; https://github.com/virtio-win/kvm-guest-drivers-windows/wiki/Driver-installation ; ;--*/