Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 703452 - app-emulation/virtio-win-0.1.173.2 version bump
Summary: app-emulation/virtio-win-0.1.173.2 version bump
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks:
 
Reported: 2019-12-21 00:13 UTC by Jason Chan
Modified: 2020-04-23 06:36 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jason Chan 2019-12-21 00:13:25 UTC
Latest RedHat officially signed drivers for Windows virtualization.

The revision number, "-2", is only shown on the directory name. The .iso does not reflect this. 

"Tested" on:
Windows 10 Pro 1903/1909
Windows 10 Pro for Workstations 1903/1909

--

Unrelated but the drivers are seen as unsigned if preloaded with DISM, so mounting the ISO with the installer and loading/installing it during installation is ideal.

There is also a new stable ISO but I can't figure a global bash sub that works for both.

MY_PV=${PV%"_$(ver_cut 4-)"}

Doesn't parse well for 0.1.171.1

Reproducible: Always




%changelog
* Wed Oct 23 2019 Cole Robinson <crobinso@redhat.com> - 0.1.173-2
- Add virtio-win-guest-tools-installer msis

* Wed Oct 23 2019 Cole Robinson <crobinso@redhat.com> - 0.1.173-1
- Update to virtio-win-prewhql-0.1-173

* Wed Sep 04 2019 Cole Robinson <crobinso@redhat.com> - 0.1.172-1
- Update to virtio-win-prewhql-0.1-172
- netkvm: Increase timeout of control command completion
- viostor: add preliminary support for discard (unmap) command
- vioinput: Fix mistakes in commit 4c9942754912
- netkvm: RSC support according to virtio spec

* Mon May 20 2019 Cole Robinson <crobinso@redhat.com> - 0.1.171-1
- Update to virtio-win-prewhql-0.1-171
- Update to spice-qxl-wddm-dod-0.19-0

* Mon Mar 11 2019 Cole Robinson <crobinso@redhat.com> - 0.1.164-2
- Add ISO layout for windows install driver detection.
  viostor and vioscsi only, for now. (Yuri Benditovich)

* Mon Feb 04 2019 Cole Robinson <crobinso@redhat.com> - 0.1.164-1
- Update to virtio-win-prewhql-0.1-164
- Update to qemu-ga-win-100.0.0.0-3.el7ev
- Add win10 arm64 experimental drivers
Comment 1 Jason Chan 2019-12-21 00:15:13 UTC
virtio-win-0.1.173_p2.ebuild

--
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

MY_PV=${PV%"_$(ver_cut 4-)"}

DESCRIPTION="VirtIO drivers for Windows virtual machines running on KVM"
HOMEPAGE="https://fedoraproject.org/wiki/Windows_Virtio_Drivers"
SRC_URI="https://fedorapeople.org/groups/virt/${PN}/direct-downloads/archive-virtio/${PN}-${MY_PV}-1/${PN}-${MY_PV}.iso"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64"
S=${WORKDIR}

src_install() {
	insinto /usr/share/drivers/windows
	doins "${DISTDIR}/${PN}-${MY_PV}.iso"
}
--
Comment 2 Aisha Tammy 2020-04-20 01:34:05 UTC
New version is 0.1.173-9, am bumping and taking maintainership through proxy-maint.
Comment 3 Larry the Git Cow gentoo-dev 2020-04-23 06:36:47 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c9d154bbaa5b5c4d53ecf3b5c1d3cbe8d55dafe

commit 3c9d154bbaa5b5c4d53ecf3b5c1d3cbe8d55dafe
Author:     Aisha Tammy <gentoo@aisha.cc>
AuthorDate: 2020-04-19 22:53:57 +0000
Commit:     Joonas Niilola <juippis@gentoo.org>
CommitDate: 2020-04-23 06:36:26 +0000

    app-emulation/virtio-win: update to 0.1.173.9 + add new proxy-maint
    
    Closes: https://bugs.gentoo.org/703452
    
    Signed-off-by: Aisha Tammy <gentoo@aisha.cc>
    Signed-off-by: Joonas Niilola <juippis@gentoo.org>

 app-emulation/virtio-win/Manifest                   |  1 +
 app-emulation/virtio-win/metadata.xml               | 12 ++++++++----
 .../virtio-win/virtio-win-0.1.173.9.ebuild          | 21 +++++++++++++++++++++
 3 files changed, 30 insertions(+), 4 deletions(-)