[Spice-devel] [NSIS 3/3] Install virtio-rng driver
Christophe Fergeau
cfergeau at redhat.com
Tue Jan 24 09:10:49 UTC 2017
On Tue, Jan 24, 2017 at 10:16:21AM +0200, Yedidyah Bar David wrote:
> Change-Id: I4cc6dbe33d7d189d74189188ca18a46b85362237
> Bug-Url: https://bugzilla.redhat.com/1398560
> Signed-off-by: Yedidyah Bar David <didi at redhat.com>
> ---
> win-guest-tools.nsis | 8 ++++++++
> 1 file changed, 8 insertions(+)
>
> diff --git a/win-guest-tools.nsis b/win-guest-tools.nsis
> index 2092edc..8d57d85 100644
> --- a/win-guest-tools.nsis
> +++ b/win-guest-tools.nsis
> @@ -181,6 +181,14 @@ Section "install"
> Push "PCI\VEN_1AF4&DEV_1000&SUBSYS_00011AF4&REV_00"
> Call InstallDriver
>
> + # Install rng driver
> + ${If} ${AtLeastWinVista}
> + Push "viorng"
> + Push "viorng"
> + Push "PCI\VEN_1AF4&DEV_1005"
Not directly related to this patch, but do you know if the virtio-win
drivers support virtio 1.0? (the PCIID is becomes DEV_1044 in this
situation). If they do support it, we'll probably need to adapt
installation of all virtio drivers.
Acked-by: Christophe Fergeau <cfergeau at redhat.com>
Christophe
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 801 bytes
Desc: not available
URL: <https://lists.freedesktop.org/archives/spice-devel/attachments/20170124/4a3c33d3/attachment.sig>
More information about the Spice-devel
mailing list