Blame SPECS/virtio-win.spec

588935
# -*- rpm-spec -*-
588935
588935
# Note: This spec file is largely shared with the public virtio-win drivers
588935
# shipped on fedora sites. The canonical location is here:
588935
#
588935
# https://github.com/crobinso/virtio-win-pkg-scripts
588935
#
588935
# If you make any changes to this file that affect the RPM content (but not
588935
# version numbers or changelogs, etc), submit a patch to the upstream spec.
588935
588935
%global virtio_win_prewhql_build virtio-win-prewhql-0.1-173
588935
%global qemu_ga_win_build qemu-ga-win-101.0.0-5.el7ev
588935
%global qxl_build qxl-win-unsigned-0.1-24
588935
# qxlwddm is fedora only for now
588935
%if 0%{?fedora}
588935
%global qxlwddm_build spice-qxl-wddm-dod-0.18-0
588935
%endif
588935
588935
%global windows_installer_version -1.9.10-3
588935
588935
Summary: VirtIO para-virtualized drivers for Windows(R)
588935
Name: virtio-win
588935
Version: 1.9.10
588935
Release: 3%{?dist}
588935
Group: Applications/System
588935
URL: http://www.redhat.com/
588935
BuildArch: noarch
588935
588935
# virtio-win drivers are licensed under the BSD license, qxldod under Apache,
588935
# everything else is GPLv2
588935
# virtio-win: https://github.com/virtio-win/kvm-guest-drivers-windows/blob/master/LICENSE
588935
# qxl: http://cgit.freedesktop.org/spice/win32/qxl/tree/xddm/COPYING
588935
# qxldod: https://github.com/vrozenfe/qxl-dod/blob/master/LICENSE
588935
# qemu-ga: http://git.qemu.org/?p=qemu.git;a=blob;f=COPYING
588935
License: BSD and Apache and GPLv2
588935
588935
# Already built files
588935
Source1: %{name}-%{version}-2-bin-for-rpm.tar.gz
588935
Source2: %{qemu_ga_win_build}.noarch.rpm
588935
588935
# Source files shipped in the srpm
588935
Source3: %{virtio_win_prewhql_build}-sources.zip
588935
Source4: mingw-%{qemu_ga_win_build}.src.rpm
588935
Source5: %{qxl_build}-sources.zip
588935
%if 0%{?fedora}
588935
Source6: %{qxlwddm_build}-sources.zip
588935
%endif
588935
588935
Source21: virtio-win-gt-x86%{windows_installer_version}.msi
588935
Source22: virtio-win-gt-x64%{windows_installer_version}.msi
588935
%if 0%{?fedora}
588935
Source23: virtio-win-guest-tools-installer-%{version}.tar.gz
588935
%else
588935
Source23: virtio-win-installer%{windows_installer_version}-sources.zip
588935
%endif
588935
588935
588935
BuildRequires: /usr/bin/mkisofs
588935
588935
588935
%description
588935
VirtIO para-virtualized Windows(R) drivers for 32-bit and 64-bit
588935
Windows(R) guests.
588935
588935
588935
%prep
588935
%setup -q -T -b 1 -n %{name}-%{version}
588935
588935
# Extract qemu-ga RPM
588935
mkdir -p guest-agent
588935
mkdir -p %{qemu_ga_win_build}
588935
pushd %{qemu_ga_win_build}/ && rpm2cpio %{SOURCE2} | cpio -idmv
588935
popd
588935
588935
%{__mv} %{qemu_ga_win_build}/usr/i686-w64-mingw32/sys-root/mingw/bin/qemu-ga-i386.msi guest-agent/
588935
%{__mv} %{qemu_ga_win_build}/usr/x86_64-w64-mingw32/sys-root/mingw/bin/qemu-ga-x86_64.msi guest-agent/
588935
588935
588935
# Move virtio-win MSIs into place
588935
%{__cp} %{SOURCE21} ./virtio-win-gt-x86.msi
588935
%{__cp} %{SOURCE22} ./virtio-win-gt-x64.msi
588935
588935
588935
%if 0%{?rhel} > 7
588935
# Dropping unsupported Windows versions.
588935
# It's done here to fix two issues at the same time: do not
588935
# release them in iso AND as binary drivers.
588935
%{__rm} */2k8/ vfddrivers/*/Win2008/ -rf
588935
%{__rm} */2k3/ vfddrivers/*/Win2003 -rf
588935
%{__rm} */xp/ vfddrivers/*/WinXP -rf
588935
%{__rm} smbus -rf
588935
%endif
588935
588935
588935
588935
%build
588935
# Generate .iso
588935
/usr/bin/mkisofs \
588935
    -m 'virtio-win*.vfd' \
588935
    -m vfddrivers \
588935
    -m %{qemu_ga_win_build} \
588935
    -o %{name}-%{version}.iso \
588935
    -r -J \
588935
    -input-charset iso8859-1 \
588935
    -V "%{name}-%{version}" .
588935
588935
588935
%install
588935
%{__install} -d -m0755 %{buildroot}%{_datadir}/%{name}
588935
588935
# Install .iso, create non-versioned symlink
588935
%{__install} -p -m0644 %{name}-%{version}.iso %{buildroot}%{_datadir}/%{name}
588935
%{__ln_s} %{name}-%{version}.iso %{buildroot}%{_datadir}/%{name}/%{name}.iso
588935
588935
588935
# RHEL-8 does not support vfd images
588935
%if 0%{?rhel} <= 7
588935
# Install .vfd files, create non-versioned symlinks
588935
%{__install} -p -m0644 %{name}-%{version}_x86.vfd  %{buildroot}%{_datadir}/%{name}
588935
%{__ln_s} %{name}-%{version}_x86.vfd %{buildroot}%{_datadir}/%{name}/%{name}_x86.vfd
588935
%{__install} -p -m0644 %{name}-%{version}_amd64.vfd  %{buildroot}%{_datadir}/%{name}
588935
%{__ln_s} %{name}-%{version}_amd64.vfd %{buildroot}%{_datadir}/%{name}/%{name}_amd64.vfd
588935
588935
%{__install} -p -m0644 %{name}-%{version}_servers_x86.vfd  %{buildroot}%{_datadir}/%{name}
588935
%{__ln_s} %{name}-%{version}_servers_x86.vfd %{buildroot}%{_datadir}/%{name}/%{name}_servers_x86.vfd
588935
%{__install} -p -m0644 %{name}-%{version}_servers_amd64.vfd  %{buildroot}%{_datadir}/%{name}
588935
%{__ln_s} %{name}-%{version}_servers_amd64.vfd %{buildroot}%{_datadir}/%{name}/%{name}_servers_amd64.vfd
588935
%endif
588935
588935
%{__cp} -a vfddrivers %{buildroot}/%{_datadir}/%{name}/drivers
588935
588935
588935
# Copy the guest agent .msi into final RPM location
588935
%{__mkdir} -p %{buildroot}%{_datadir}/%{name}/guest-agent/
588935
%{__install} -p -m0644 guest-agent/qemu-ga-i386.msi %{buildroot}%{_datadir}/%{name}/guest-agent/qemu-ga-i386.msi
588935
%{__install} -p -m0644 guest-agent/qemu-ga-x86_64.msi  %{buildroot}%{_datadir}/%{name}/guest-agent/qemu-ga-x86_64.msi
588935
588935
588935
# Copy virtio-win install .msi into final RPM location
588935
%{__mkdir} -p %{buildroot}%{_datadir}/%{name}/installer/
588935
%{__install} -p -m0644 virtio-win-gt-x86.msi %{buildroot}%{_datadir}/%{name}/installer/
588935
%{__install} -p -m0644 virtio-win-gt-x64.msi  %{buildroot}%{_datadir}/%{name}/installer/
588935
588935
588935
588935
%files
588935
%doc virtio-win_license.txt
588935
%dir %{_datadir}/%{name}
588935
%{_datadir}/%{name}/%{name}-%{version}.iso
588935
%{_datadir}/%{name}/%{name}.iso
588935
%if 0%{?rhel} <= 7
588935
%{_datadir}/%{name}/*.vfd
588935
%endif
588935
%{_datadir}/%{name}/drivers
588935
%{_datadir}/%{name}/guest-agent/*.msi
588935
%{_datadir}/%{name}/installer/*.msi
588935
588935
%changelog
588935
* Thu Dec 19 2019 Danilo C. L. de Paula <ddepaula@redhat.com> - 1.9.10-3.el8
588935
- Resolves: rhbz#1784745
588935
  ([virto-win] virtio input drivers are not installed via virtio-win-installer)
588935
- Resolves: rhbz#1784744
588935
  ([virtio-win] guest can not boot up due to virtio-win-installer remove option uninstalls all drivers including OS driver)
588935
- Resolves: rhbz#1784760
588935
  ([virtio-win] drivers can not be installed via virtio-win-installer on win2012 guest)
588935
588935
* Tue Dec 17 2019 Danilo C. L. de Paula <ddepaula@redhat.com> - 1.9.10-2.el8
588935
- Include the installers
588935
- Resolves: rhbz#1745298
588935
  ([RFE] Add installer to virtio-win iso)
588935
588935
* Mon Dec 16 2019 Danilo C. L. de Paula <ddepaula@redhat.com> - 1.9.10-1.el8
588935
- Update to build 173
588935
- Resolves: rhbz#1754822
588935
  ([virtio-win][viostor] Add TRIM support. )
588935
588935
* Mon Dec 02 2019 Danilo C. L. de Paula <ddepaula@redhat.com> - 1.9.10-0.el8
588935
- Resolves: rhbz#1771814
588935
  (QEMU Guest Agent's version is not correct which is still the old one. )
588935
- Resolves: rhbz#1751431
588935
  ("guest-get-memory-block-info" is enabled but in fact it is not currently supported )
588935
- Resolves: rhbz#1733165
588935
  (QEMU Guest Agent For Windows Return Garbled NIC Name )
588935
- Resolves: rhbz#1754822
588935
  ([virtio-win][viostor] Add TRIM support. )
588935
588935
* Fri Aug 30 2019 Danilo C. L. de Paula <ddepaula@redhat.com> - 1.9.9-3.el8
588935
- Resolves: rhbz#1588425
588935
  (virtio-mouse can not passthrough)
588935
588935
* Fri Aug 30 2019 Danilo C. L. de Paula <ddepaula@redhat.com> - 1.9.9-2
588935
- Resolves: rhbz#1588425
588935
  (virtio-mouse can not passthrough)
588935
588935
* Wed Aug 28 2019 Danilo C. L. de Paula <ddepaula@redhat.com> - 1.9.9-1.el8
588935
- Resolves: rhbz#1588425
588935
  (virtio-mouse can not passthrough)
588935
588935
* Mon Jul 01 2019 Danilo C. L. de Paula <ddepaula@redhat.com> - 1.9.8-7.el8
588935
- Resolves: rhbz#1715121
588935
  (Move virtio-win to regular RHEL channel)
588935
588935
* Tue Sep 11 2018 Danilo C. L. de Paula <ddepaula@redhat.com> - 1.9.6-4
588935
- Resolves: BZ#1353099
588935
  During the fix for 1353099, the smbus become empty. So it needs to be
588935
  removed.
588935
588935
* Tue Sep 11 2018 Danilo C. L. de Paula <ddepaula@redhat.com> - 1.9.6-3
588935
- Resolves: BZ#1353099
588935
  Drop unsupported Windows releases from virtio-win
588935
588935
- Resolves: BZ#1533540
588935
  Drop floppy (.vfd) files from virtio-win
588935
588935
* Fri Aug 24 2018 Danilo C. L. de Paula <ddepaula@redhat.com> - 1.9.6-1
588935
- Rebase virtio-win based on RHEL-7.6
588935
588935
* Mon Aug 13 2018 Troy Dawson <tdawson@redhat.com> - 1.9.3-3
588935
- Release Bumped for el8 Mass Rebuild
588935
588935
* Thu Dec 07 2017 Danilo C. L. de Paula <ddepaula@redhat.com> - 1.9.3-2
588935
- This is a plain copy of the virtio-win package released in RHEL-7.4 for RHEL-8.0
588935
588935
* Tue Aug 01 2017 Danilo Cesar Lemes de Paula <ddepaula@redhat.com> - 1.9.3-1
588935
588935
- Resolves: BZ#1473575
588935
  [virtio-win][netkvm] win2012R2 BSOD after migration during netperf test
588935
588935
* Thu Jul 20 2017 Danilo Cesar Lemes de Paula <ddepaula@redhat.com> - 1.9.2-0
588935
588935
- Resolves: BZ#1471073
588935
  Latest latest virtio driver (network) for Windows drops lots of packets (edit)
588935
588935
* Wed Jun 7 2017 Danilo Cesar Lemes de Paula <ddepaula@redhat.com> - 1.9.1-0
588935
588935
This release contains the following drivers and build number:
588935
 - pvpanic, build 137
588935
 - vioinput, build 137
588935
 - vioser, build 137
588935
 - balloon, build 13
588935
 - viorng, build 137
588935
 - netkvm, build 139
588935
 - vioscsi, build 136
588935
 - viostor, build 136
588935
 - qxl, build qxl-win-unsigned-0.1-24
588935
 - qemupciserial, build 137
588935
 - smbus, build 138
588935
 - qemufwcfg, build 128
588935
588935
588935
This release addresses the following BZs:
588935
- Resolves: BZ#1075292
588935
  ([virtio-win][qemu-ga-win] qemu guest agent should report correctly error description (windows guest))
588935
- Resolves: BZ#1202267
588935
  ([virtio-win][wddm-qxl]The display of guest change to black-white mode after s4 on win8.1-32)
588935
- Resolves: BZ#1218449
588935
  (Ship qemupciserial.cat on the iso)
588935
- Resolves: BZ#1256626
588935
  (windows guest(win7/win10)  CTRL_VLAN=on/off  does not support for  virtio-net-pci)
588935
- Resolves: BZ#1303510
588935
  (Change the copyright on all the Windows drivers to "2017" in virtio-win-prewhql build)
588935
- Resolves: BZ#1357406
588935
  (Add virtio-input Windows guest driver)
588935
- Resolves: BZ#1369353
588935
  (virtio_balloon: backport "available memory" stat support)
588935
- Resolves: BZ#1370351
588935
  ([virtio-win][vioser] serial port can not transfer data when nr>=31)
588935
- Resolves: BZ#1372174
588935
  (NIC device cannot start when boot a Win10 guest with multiple queues(256 queues))
588935
- Resolves: BZ#1374725
588935
  (Output command {"execute": "guest-info"} includes unsupported qemu-ga-win commands)
588935
- Resolves: BZ#1387125
588935
  (QEMU guest agent VSS Provider is crashed after snapshot deletion)
588935
- Resolves: BZ#1388775
588935
  ([virtio-win][vioinput]guest bsod[DRIVER_PAGE_FAULT_IN_FREED_SPECIAL_POOL (d5)] when run virtio-input whql jobs)
588935
- Resolves: BZ#1388920
588935
  ([NetKVM] review additional possible performance improvements)
588935
- Resolves: BZ#1389125
588935
  (viostor extend viostor driver with STORAGE_REQUEST_BLOCK support)
588935
- Resolves: BZ#1389445
588935
  (VirtIO library interface incompatiblity with NetKvm (bool definition))
588935
- Resolves: BZ#1390714
588935
  ([RFE] [virtio-win] Add fw_cfg device in windows guest in order to make svvp test pass)
588935
- Resolves: BZ#1391844
588935
  ([virtio-win][balloon][viorng][virtio-input] cannot install balloon, viorng and virtio-input driver successfully on win10-32 and win8.1-32(build 127))
588935
- Resolves: BZ#1392693
588935
  ([virtio-win][vioser][whql] job "PCI Hardware Compliance Test For a Single Device(PCIHCT)" fail w/ "-M q35")
588935
- Resolves: BZ#1392719
588935
  ([virtio-win][vioser]can't install serial driver successfuly on win10-64 guest with q35 machine type(build 128))
588935
- Resolves: BZ#1392819
588935
  ([NetKVM] Race between ParaNdis_SetupRSSQueueMap and ParaNdis6_SendNetBufferLists due to the lack of synchronisation)
588935
- Resolves: BZ#1393140
588935
  ([virtio-win][vioser][whql]BSOD when running job "WDF Logo Test-Final" w/ q35 on win2008-32)
588935
- Resolves: BZ#1393772
588935
  (New unknown device "SM Bus Controller" shows in system device manager after booting with q35)
588935
- Resolves: BZ#1395790
588935
  (vioscsi.sys BSOD when adding CPU to live Windows Server 2012R2 guest)
588935
- Resolves: BZ#1402496
588935
  (Balloon: Stats don't work if balloon driver is disabled when blnsvr service starts)
588935
- Resolves: BZ#1406271
588935
  ([virtio-win][qemu-ga-win] if guest is auto-released after 10s, the following "guest-fsfreeze-freeze" and "guest-fsfreeze-thaw" should not prompt error.)
588935
- Resolves: BZ#1408771
588935
  ([virtio-win][viorng] Guest win2008-32 occurs BSoD when running job "WDF Logo Tests - Final" under q35)
588935
- Resolves: BZ#1408901
588935
  ([virtio-win][whql][vioinput] Many jobs failed on win2012R2/ws2016 when running w/o GUI)
588935
- Resolves: BZ#1409298
588935
  ([virtio-win][balloon] Guest win2008-32 occurs BSoD when running job 'Device Path Exerciser')
588935
- Resolves: BZ#1411092
588935
  (4K virtual drives broken on Windows)
588935
- Resolves: BZ#1411596
588935
  (Virtio driver of network device works abnormally when convert win2008 x86 guest from kvm to rhev by virt-v2v)
588935
- Resolves: BZ#1412067
588935
  ([virtio-win][whql][netkvm] job 1c_IOCTLCoverage failed.)
588935
- Resolves: BZ#1419785
588935
  ([virtio-win][whql][balloon] Guest WIN8-32 occured BSOD in job "DF - PNP Stop (Rebalance) Device Test (Certification)")
588935
- Resolves: BZ#1419854
588935
  (vioinput: Driver is dropping rapid input events)
588935
- Resolves: BZ#1419900
588935
  (BSOD of vioser.sys on Win10 in S0->S4->S0 flow)
588935
- Resolves: BZ#1421258
588935
  (Add qemufwcfg driver to virtio-win)
588935
- Resolves: BZ#1421988
588935
  ([virtio-win][virtio-input] Read wrong device in guest's device manager when do hot-plug a mouse device and keyboard device)
588935
- Resolves: BZ#1425967
588935
  (Update qemupciserial.* files for virtio-win)
588935
- Resolves: BZ#1426482
588935
  ([virtio-win][balloon] cost too much time when continues enlarge/evict during playing video)
588935
- Resolves: BZ#1429807
588935
  ([virtio-win][whql][netkvm] guests bsod(d1) when running job "NDISTest 6.0 - [1 Machine] - 1c_FaultHandling")
588935
- Resolves: BZ#1431561
588935
  ([NetKVM] Implement VIRTIO_NET_F_GUEST_ANNOUNCE feature in Windows virtio-net driver - IPv6)
588935
- Resolves: BZ#1432567
588935
  ([virtio-win][vioscsi] Crash dump not generated with num_queues=4)
588935
- Resolves: BZ#1433266
588935
  ([virtio-win][netkvm] cannot launch anti-virus software(ESET Endpoint Antivirus) with virtio NetKVM driver)
588935
- Resolves: BZ#1433830
588935
  ([virtio-win][whql][netkvm] guests bsod(d1) when running job "NDISTest 6.5 - [2 Machine] - OffloadLSO")
588935
- Resolves: BZ#1434316
588935
  ([qemu-ga-win] Guest agent might hang if VSS service is stoped during freeze)
588935
- Resolves: BZ#1435778
588935
  (virtio-serial breaks when CPU hot added to Windows Server 2008R2 Datacenter)
588935
- Resolves: BZ#1438410
588935
  (Net-KVM: Add VlanId property to Inf file)
588935
- Resolves: BZ#1439085
588935
  ([virtio-win][netkvm] Guest win2008-32 failed in job Ethernet - NDISTest 6.0 with 1c_wmicoverage failure)
588935
- Resolves: BZ#1441595
588935
  ([virtio-win][viostor]windows 2016 can not generate dump file on AMD host)
588935
- Resolves: BZ#1442322
588935
  ([virtio-win][viostor]Cannot enlarge/shrink disk with virtio-blk-pci device.)
588935
- Resolves: BZ#1443019
588935
  ([virtio-win][qemupciserial] job "PNP Rebanlance RequestNew Resources Device Test" and other two jobs failed on win10+ guests)
588935
- Resolves: BZ#1444271
588935
  ([virtio-win][viorng]job "DF - InfVerif INF Verification" failed on HLK 1703)
588935
- Resolves: BZ#1451652
588935
  (RFE: Add smbus driver to virtio-win)
588935
- Resolves: BZ#1456403
588935
  (Net-KVM: Implement MTU report feature of the virtio-net device)
588935
588935
* Mon Sep 19 2016 Yash Mankad <ymankad@redhat.com> - 1.9.0-3
588935
588935
Add Windows 2016 drivers to .vfd files
588935
Updates copyright notice in virtio-win_license.txt file (bz#1303511)
588935
588935
See the changelog entry for 1.9.0-1 for a full description
588935
of the changes in this release.
588935
588935
- Resolves: bz#1340571
588935
  (Add Windows 2k16 drivers to virtio-win)
588935
- Resolves: bz#1303511
588935
  (update copyright of license.txt file in virtio-win-1.7.5-0.el6 to 2016)
588935
588935
* Wed Sep 14 2016 Yash Mankad <ymankad@redhat.com> - 1.9.0-2
588935
588935
This release updates the VirtIO Block and Serial drivers for
588935
Windows 10 and 2016 release to use the 126 build.
588935
588935
See the changelog entry for 1.9.0-1 for a full description
588935
of the changes in this release.
588935
588935
- Resolves: bz#1340571
588935
  (Add Windows 2k16 drivers to virtio-win)
588935
588935
* Tue Sep 13 2016 Yash Mankad <ymankad@redhat.com> - 1.9.0-1
588935
588935
- The virtio-win-1.9.0-1 release contains:
588935
  - support for Windows 2016
588935
  - Bugfixes and improvements (see below for bugzilla list)
588935
588935
- The drivers contained in this release are:
588935
  - pvpanic build 121
588935
  - Balloon build 125
588935
  - viorng  build 125
588935
  - viostor build 125 (Win 10 and 2016) and 126 (all others)
588935
  - NetKVM  build 126
588935
  - vioser  build 125 (Win 10 and 2016) and 126 (all others)
588935
  - vioscsi build 124
588935
588935
- Also included in this release are:
588935
  - qemu guest agent 7.3.2-1
588935
  - qxl 0.1-24
588935
588935
This release addresses the following BZs:
588935
- Resolves: bz#950611
588935
  ([NetKVM] Pass WHQL tests with RSC feature enabled )
588935
- Resolves: bz#954183
588935
  ([NetKVM] Static driver verifier fails with NetKVM )
588935
- Resolves: bz#1013336
588935
  ([virtio-win][netkvm] BSoD occurs when running NDISTest6.5 -[2 Machine] - MPE_Ethernet job on windows 2012 (Win10))
588935
- Resolves: bz#1122364
588935
  ([virtio-win][vioser][rhel6]win2k8r2 guest bsod(7e) when do continuous hotplug/unplug during virtio serial in use with driver verifier enabled)
588935
- Resolves: bz#1157987
588935
  (Windows hangs at startup if virtio-scsi device is configured with vectors=1, 2, and 3)
588935
- Resolves: bz#1161453
588935
  ([whql][vioscsi]Job named by SCSI Compliance Test (LOGO) failed on win2k8-R2 and win8-64 guest)
588935
- Resolves: bz#1190960
588935
  ([whql][netkvm][mq]job failed due to "Received some net buffer lists out of order" w/ 4 queues)
588935
- Resolves: bz#1208465
588935
  (Windows guest boots up slowly with multiple virtual NIC devices (I attached 232 with mutifunction=on))
588935
- Resolves: bz#1210166
588935
  ([vioscsi] Add multiqueue support to Windows virtio-scsi driver.)
588935
- Resolves: bz#1214177
588935
  ([virtio-win] [NetKVM] Compilation errors with Visual Studio 2015 while trying to compile NetKVM)
588935
- Resolves: bz#1214568
588935
  ([RFE][virtio-win] Add WMI facility to check the virito-scsi mq enabled)
588935
- Resolves: bz#1219841
588935
  ([RFE] vioscsi.sys should support MS Cluster Services)
588935
- Resolves: bz#1223426
588935
  ([NetKVM] Performance degradation with multi-queue)
588935
- Resolves: bz#1234741
588935
  ([virtio-win][vioscsi]win2012 guest bsod(c9) when whql test DPWLK-HotAdd(1104) job)
588935
- Resolves: bz#1234751
588935
  ([virtio-win][vioscsi]win2012R2 guest bsod(d1) when whql test DPWLK-HotAdd(1104) job)
588935
- Resolves: bz#1235108
588935
  ([virtio-win][vioscsi]VIOSCSI driver is not signed by redhat certification on win200832/64 platform)
588935
- Resolves: bz#1237024
588935
  ([virtio-win][netkvm]ipv6 uploading speed is quite slow when set "TCP/UDP checksum offload(IPv6)" to "Rx & Tx Enabled")
588935
- Resolves: bz#1241986
588935
  (win7 64bit BSOD when booting it on RHEL7.2 host)
588935
- Resolves: bz#1243229
588935
  ([virtio-win][scsi][windows 10]win10 and win2016 guests bsod with D1 when run job "Bus Reset Test")
588935
- Resolves: bz#1245957
588935
  ([WHQL][viostor][data-plane]it could not generate dump file on WIN2008-32/64 via WLK while running Crash Dump job)
588935
- Resolves: bz#1246993
588935
  ([virtio-win][svvp][ws2016] job "Signed Driver Check (CheckLogo)" failed during ws2016 svvp test)
588935
- Resolves: bz#1247006
588935
  ([virtio-win][svvp][ws2016] job "Profile Interrupt Test" failed during ws2016 svvp test)
588935
- Resolves: bz#1248873
588935
  ([whql][netkvm]Job named NDISTest6.5-InvalidPackets failed with HCK on win8-32/win8-64(build 106))
588935
- Resolves: bz#1248977
588935
  ([virtio-win][vioscsi] Cannot install vioscsi driver on win7-32&win2008-32)
588935
- Resolves: bz#1249867
588935
  ([WHQL][vioscsi]Job hangs and it cannot continure on windows2008 guest via WLK)
588935
- Resolves: bz#1250854
588935
  ([WHQL][vioscsi]The job named crash dump failed on windows 2008 -32/64 platform)
588935
- Resolves: bz#1256583
588935
  (Win10 guest can't get ip address from dhcpserver when add mrg_rxbuf=off for virtio-net-pci)
588935
- Resolves: bz#1266340
588935
  ([whql][netkvm]NDISTest6.5 Manual test failed and generate dump file on windows 2008 guest)
588935
- Resolves: bz#1270149
588935
  ([virtio-win][netkvm] Check guest network link status of virtio nic with status=on failed (build 110))
588935
- Resolves: bz#1289406
588935
  ([virtio-win][vioser] Cannot install vioser driver successfully)
588935
- Resolves: bz#1292788
588935
  ([virtio-win][viostor] Cannot install viostor driver on win7-64&win2008-64&win2008R2)
588935
- Resolves: bz#1293042
588935
  ([virtio-win][vioser] Extra '-' (dash) in serial driver name)
588935
- Resolves: bz#1293249
588935
  ([virtio-win][vioser] IOCTL_GET_INFORMATION does not return required buffer size)
588935
- Resolves: bz#1296092
588935
  ([virtio-win][balloon] balloon driver can not be installed automately via pnputil)
588935
- Resolves: bz#1303511
588935
  (update copyright of license.txt file in virtio-win to 2016)
588935
- Resolves: bz#1303809
588935
  (provide QEMU guest agent command for setting root/administrator account password - window guests)
588935
- Resolves: bz#1303988
588935
  ([virtio-win] [virtio-1] [RFE] Add Virtio-1.0 support for NetKVM)
588935
- Resolves: bz#1304041
588935
  ([virtio-win] [virtio-1] [RFE] Add Virtio-1.0 support for vioserial)
588935
- Resolves: bz#1304044
588935
  ([virtio-win] [virtio-1] [RFE] Add Virtio-1.0 support for vioscsi)
588935
- Resolves: bz#1304049
588935
  ([virtio-win] [virtio-1] [RFE] Add Virtio-1.0 support for viostor)
588935
- Resolves: bz#1313243
588935
  ([virtio-win][netkvm][rhel6]win2008-32 guest bsod with HARDWARE_INTERRUP_STORM(f2) when running netperf for longevity test)
588935
- Resolves: bz#1313887
588935
  ([RFE] provide QEMU guest agent command for setting root account password (Windows guest) [rhel-7.3])
588935
- Resolves: bz#1315984
588935
  ([virtio-win] [virtio-1] [RFE] Add Virtio-1.0 support for baloon)
588935
- Resolves: bz#1315985
588935
  ([virtio-win] [virtio-1] [RFE] Add Virtio-1.0 support for rng)
588935
- Resolves: bz#1321774
588935
  ([virtio-win][vioscsi]fio jobs keep printing "0% done" in win2012r2 guest)
588935
- Resolves: bz#1325078
588935
  (Add TargetOSVersion to driver inf files)
588935
- Resolves: bz#1328275
588935
  (virtio-win doesn't provide windows 10 drivers within vfd [rhel-7.3])
588935
- Resolves: bz#1334736
588935
  (On the LAN network, as long as the VMs receive the Network message, and will always blue screen.)
588935
- Resolves: bz#1336368
588935
  ([virtio-win][viostor][virtio1.0]Cannot enlarge/shrink disk with virtio1.0 device)
588935
- Resolves: bz#1339175
588935
  ([NetKVM] Turn on RSC feature in NetKVM driver)
588935
- Resolves: bz#1340571
588935
  (Add Windows 2k16 drivers to virtio-win)
588935
- Resolves: bz#1352432
588935
  ([virtio-win][vioscsi]Win2012-64&R2 guest occurred bsod(d1) when whql test DPWLK- Hot-Replace - Device Test - Verify driver support for D3 power state)
588935
- Resolves: bz#1352517
588935
  ([virtio-win][balloon][whql]windows guest BSOD when run several WHQL jobs)
588935
- Resolves: bz#1352809
588935
  ([virtio-win][viorng]wrong dervier version for virtio-win-prewhql-121)
588935
- Resolves: bz#1356363
588935
  ([virtio-win][viorng] cannot install viorng driver on win2008-32/64 (build 122) )
588935
- Resolves: bz#1358125
588935
  (Virtio 1.0 driver didn't work on win10 with q35 machine type)
588935
- Resolves: bz#1359072
588935
  ([virtio-win][netkvm][whql]many whql jobs occurred BSOD(DRIVER_VERIFIER_DETECTED_VIOLATION (c4)) on build 122)
588935
- Resolves: bz#1361501
588935
  ([virtio-win][balloon] report "VCRUNTIME120.dll is missing from your computer"error when using blnsvr.exe)
588935
588935
* Fri Jun 10 2016 Yash Mankad <ymankad@redhat.com> - 1.8.0-5
588935
588935
Add Windows 10 drivers to .vfd files (bz#1328275)
588935
Updates copyright notice in virtio-win_license.txt file to 2016 (bz#1303511)
588935
588935
 - Resolves: bz#1328275
588935
   (virtio-win doesn't provide windows 10 drivers within vfd)
588935
 - Resolves: bz#1303511
588935
   (update copyright of license.txt file in virtio-win-1.7.5-0.el6 to 2016)
588935
588935
* Tue Oct 13 2015 Jeff E. Nelson <jen@redhat.com> - 1.8.0-4
588935
588935
Drop /vioscsi/w10/amd64/vioscsi.DVL.XML which was included
588935
by mistake.
588935
588935
See the changelog entry for 1.8.0-1 for a full
588935
description of the changes in this release.
588935
588935
- Resolves: bz#1217644
588935
  (use hardlinks for .iso and /usr/share/virtio-win/drivers)
588935
588935
* Mon Oct 12 2015 Jeff E. Nelson <jen@redhat.com> - 1.8.0-3
588935
588935
Update virtio-win-1.8.0-for-rpm.tar.gz with the latest
588935
signed drivers. This corrects packaging mistakes that put
588935
drivers into the wrong directories; there are no new
588935
bugfixes.
588935
588935
See the changelog entry for 1.8.0-1 for a full
588935
description of the changes in this release.
588935
588935
- Resolves: bz#1217644
588935
  (use hardlinks for .iso and /usr/share/virtio-win/drivers)
588935
588935
* Fri Oct  2 2015 Jeff E. Nelson <jen@redhat.com> - 1.8.0-2
588935
588935
The virtio-win-VVV-bin-for-rpm.zip file was previously a
588935
zip file. This has been switched to a .tar.gz file which
588935
provides better compresion and support for hard links.
588935
588935
- Resolves: bz#1217644
588935
  (use hardlinks for .iso and /usr/share/virtio-win/drivers)
588935
588935
* Thu Oct  1 2015 Jeff E. Nelson <jen@redhat.com> - 1.8.0-1
588935
588935
- The virtio-win-1.8.0-1 release contains:
588935
  - support for Windows 10
588935
  - a new driver (pvpanic)
588935
  - Bugfixes and improvements (see below for bugzilla list)
588935
588935
- The drivers contained in this release are:
588935
  - pvpanic build 103
588935
  - Balloon build 105
588935
  - viorng  build 105
588935
  - viostor build 106
588935
  - NetKVM  build 105 (Windows Server 2008) and build 110 (all others)
588935
  - vioser  build 108
588935
  - vioscsi build 102
588935
588935
- Also included in this release are:
588935
  - qemu guest agent 7.0-10
588935
  - qxl 0.1-24
588935
588935
This release addresses the following BZs:
588935
- Solves: bz#996479
588935
  (RFE:pvpanic driver for windows guest)
588935
- Solves: bz#1010887
588935
  ([virtio-win][balloon] Guest display did not show properly after hibernate guest(s4)& resume after enlarging memory during runtime)
588935
- Solves: bz#1017817
588935
  (copying of 10+ MB plaintext from guest through spice clipboard to client results in: vio_serial write completion error 554)
588935
- Solves: bz#1037949
588935
  ([virtio-win][viostor]guest bsod(9F) when do s4 while guest running iozone)
588935
- Solves: bz#1054640
588935
  ([virtio-win][netkvm]windows 8.1 x86 BSOD on DRIVER_POWER_STATE_FAILURE (9f))
588935
- Solves: bz#1058115
588935
  ([whql][netkvm]win2k8-32 BSOD with code 9F when run WLK job "Ethernet - NDISTest 6.5 (MPE)")
588935
- Solves: bz#1058121
588935
  ([whql][netkvm]win2k8-32 BSOD with 7E code when run WLK job "Ethernet - NDISTest 6.5 (MPE)")
588935
- Solves: bz#1058225
588935
  ([WHQL][netkvm]Job named PM_PowerStateTransition failed because error pop up while test app's running on win8/win8.1)
588935
- Solves: bz#1067249
588935
  ([virtio-win][balloon]Balloon device can not be removed after blnsrv service installed)
588935
- Solves: bz#1085702
588935
  ([WHQL][netkvm][macvtap][1 machine]OffloadRsc failed on win2012 and win8-64 guest)
588935
- Solves: bz#1096505
588935
  ([NetKVM] Implement multiqueue support in Windows guest driver)
588935
- Resolves: bz#1098876
588935
  ([virtio-win][netkvm]netkvm driver can not be installed on win8-64 guests)
588935
- Solves: bz#1100308
588935
  ([NetKVM] Race condition in handling device stop)
588935
- Solves: bz#1103100
588935
  ([virtio-win][netkvm]netkvm driver can not be load in win2008 guest)
588935
- Solves: bz#1106400
588935
  ([whql][netkvm]NDISTest 6.5 - [2 Machine] - OffloadLSO failed)
588935
- Solves: bz#1109027
588935
  ([virtio-win][netkvm]Name field is empty when using netsh command)
588935
- Solves: bz#1110129
588935
  ([virtio-win][scsi]scsi driver can not be installed automately via pnputil)
588935
- Solves: bz#1111051
588935
  ([virtio-win][netkvm]win7-32 guest bsod(8e) while performing long (several hours) netperf transfer with mq=on)
588935
- Resolves: bz#1112712
588935
  ([virtio-win][netkvm]win8.1 32bit BSOD when loading virtio-win-prewhql-0.1 driver & indirect_desc=off option of virtio-net-pci)
588935
- Resolves: bz#1119966
588935
  ([whql][netkvm][RHEL6]guests bsod (0xd1) when running job "NDISTest 6.5 - [1 Machine] - StandardizedKeywords")
588935
- Solves: bz#1121338
588935
  ([WHQL][netkvm]NDISTest 6.5 - 2 Machine - OffloadChecksum failed via bridge on hck)
588935
- Solves: bz#1123288
588935
  ([virtio-win][netkvm]BOSD occurs during guest reboot after disable nic when netserver running)
588935
- Solves: bz#1125796
588935
  ("Guest moved used index from 10122 to 10253" when reboot win2012R2 guest with 129 virtio-scsi target)
588935
- Solves: bz#1126378
588935
  ([virtio-win][vioscsi][rhel6]win2012 guest bsod(d1) when shutdown guest with multi virtio-scsi devices on the same scsi controller)
588935
- Solves: bz#1136023
588935
  ([NetKVM] Google patches broke debug compilation of NetKVM driver)
588935
- Solves: bz#1136602
588935
  ([whql][netkvm]Guest (64 bits Operating System) got BSOD (DRIVER_VERIFIER_DETECTED_VIOLATION) while run some jobs)
588935
- Solves: bz#1136606
588935
  ([whql][netkvm]guests bsod(7E) when running job "NDISTest 6.0 - [1 Machine] - 1c_FaultHandling")
588935
- Solves: bz#1140447
588935
  ([virtio-win][viorng]should use uniformed name for WDFCoinstallerXXX.dll)
588935
- Solves: bz#1142737
588935
  ([virtio-win][netkvm]interface status is '2', but expect status is '7' after set_link NIC off)
588935
- Solves: bz#1147202
588935
  ([virtio-win][WHQL][netkvm]Job named by InvalidPackets induce win81-32/64 to hang up.)
588935
- Solves: bz#1147203
588935
  ([virtio-win][whql][netkvm]win2k8-64 bsod(7e) when run job "Ethernet - NDISTest 6.0")
588935
- Solves: bz#1147239
588935
  (NetKVM with 2012R2 fails the HCK tests)
588935
- Solves: bz#1154419
588935
  (NetKVM fails HCK test for 2008R2, single CPU)
588935
- Solves: bz#1154420
588935
  (ParaNdis6_SendNetBufferList should dispatch each net buffer to a separate queue)
588935
- Solves: bz#1154435
588935
  ([NetKVM] Incorrect message id assignment and queue allocation)
588935
- Solves: bz#1155891
588935
  ([whql][netkvm]Job MPE failed while job was running on win2008R2 because of bsod (0A) on build 93 - 4 vcpus)
588935
- Solves: bz#1155910
588935
  ([whql][netkvm]Job MPE failed while job was running on win2008R2 because of bsod (D1) on build 93 - 1 vcpus)
588935
- Resolves: bz#1156259
588935
  (Win7-64 guest BSOD(0x000000A0) when doing s4)
588935
- Solves: bz#1157241
588935
  ([NetKVM] Uninitialized reserved field in procNumber structure)
588935
- Solves: bz#1159732
588935
  ([virtio-win][vioscsi]guest shutdown instead of S3/S4 while doing S3/S4 in guest)
588935
- Resolves: bz#1159754
588935
  ([virtio-win][netkvm]Nic device doesn't work when guest is running in IRQ mode)
588935
- Solves: bz#1167539
588935
  (win8.1.32 guest BSOD with error ' MEMORY_MANAGEMENT)
588935
- Solves: bz#1167614
588935
  (win8.1.32 guest BSOD with error 'DRIVER_IRQL_NOT_LESS_OR_EQUAL' (netkvm.sys))
588935
- Solves: bz#1168119
588935
  ([virtio-win][netkvm]win8.1.64 guest BSOD with error 'DRIVER_IRQL_NOT_LESS_OR_EQUAL' (netkvm.sys) after first reboot during os installation on AMD host)
588935
- Solves: bz#1168483
588935
  ([virtio-win][netkvm]guest lost ip when change MTU between 500 and 575 via device manage)
588935
- Solves: bz#1168784
588935
  ([virtio-win]win2012r2 guest shows black screen with error code "0x0000005c" after migration and reboot)
588935
- Solves: bz#1169673
588935
  ([virtio-win][netkvm]qemu quit with "qemu-kvm: Guest moved used index from 0 to 257" when set MaxRxBuffers to 512/1024 in guest)
588935
- Solves: bz#1169718
588935
  (CVE-2015-3215 [NetKVM] Malformed packet can cause BSOD [rhel-7.2])
588935
- Solves: bz#1170106
588935
  (RFE: [virtio-win][qxl-win] Add windows 2008R2 QXL to the .vfd)
588935
- Solves: bz#1172920
588935
  ([virtio-win][vioser]winxp guest bsod with D1 code when shutdown guest after hotunplug/hotplug serial port and serial pci)
588935
- Solves: bz#1173323
588935
  (iperf stalls the NetKVM driver)
588935
- Solves: bz#1177063
588935
  ([virtio-win][balloon]guest can't s3/s4 correctly if disable guest-stats-polling while balloon service running)
588935
- Solves: bz#1183423
588935
  (Change the copyright on all the Windows drivers to "2015" in virtio-win-prewhql build)
588935
- Solves: bz#1184430
588935
  (enable event index feature in Windows virtio-blk driver)
588935
- Resolves: bz#1184818
588935
  (guest BSOD when reboot guest after enable qxl driver verifier)
588935
- Solves: bz#1188790
588935
  (NetKVM driver crashed on pausing in MPE test)
588935
- Solves: bz#1190968
588935
  ([whql][netkvm][mq]job "NDISTest 6.0 - [1 Machine] - 1c_Mini6RSSOids" last for hours and never stop w/ 4 queues)
588935
- Solves: bz#1191836
588935
  ([whql][netkvm][mq]job "NDISTest 6.5 - [2 Machine] - GlitchFreeDevice" failed due to "not received the expected number of packets" w/ 4 queues)
588935
- Solves: bz#1195487
588935
  (Windows guest performing out-of-bounds accesses on virtio device)
588935
- Resolves: bz#1195920
588935
  (Windows 2012 R2 using virtio-scsi driver with Direct LUNs causes BSODs)
588935
- Solves: bz#1210208
588935
  (CVE 2015-3215 [NetKVM] Malformed packet can cause BSOD [rhel-7.2])
588935
- Resolves: bz#1212392
588935
  (need to do extra Refresh work when initiate virtio-blk disk while boot guest with OVMF)
588935
- Solves: bz#1217642
588935
  (QXL XDDM is not shipped on the virtio-win ISO)
588935
- Resolves: bz#1217644
588935
  (use hardlinks for .iso and /usr/share/virtio-win/drivers)
588935
- Solves: bz#1217799
588935
  (Distribute *.oem, LICENSE, COPYING in -prewhql build)
588935
- Resolves: bz#1218449
588935
  (Ship qemuserial.cat on the iso)
588935
- Solves: bz#1218937
588935
  (QEMU Guest Agent VSS Provider is not started after guest tools install)
588935
- Solves: bz#1227164
588935
  (viostor/vioscsi is not digital signed by Redhat)
588935
- Resolves: bz#1228967
588935
  ([virtio-win][whql][viostor]job "Flush Test" failed on all guests with build 105)
588935
588935
* Mon Apr 13 2015 Jeff E. Nelson <jen@redhat.com> - 1.7.4-1
588935
- Correct NVR of virtio-win-prewhql-build
588935
588935
- Resolves: bz#1183423 [rhel-7.2.0]
588935
  (Change the copyright on all the Windows drivers to "2015" in virtio-win-preqhql build)
588935
- Resolves: bz#1195920 [rhel-7.2.0]
588935
  (Windows 2012 R2 using virtio-scsi-driver with Direct LUNs causes BSODs)
588935
- Resolves: bz#1210208 [rhel-7.2.0]
588935
  ([NetKVM] Malformed packet can cause BSOD)
588935
588935
* Fri Apr 10 2015 Jeff E. Nelson <jen@redhat.com> - 1.7.4-1
588935
- Resolves: bz#1183423 [rhel-7.2.0]
588935
  (Change the copyright on all the Windows drivers to "2015" in virtio-win-preqhql build)
588935
- Resolves: bz#1195920 [rhel-7.2.0]
588935
  (Windows 2012 R2 using virtio-scsi-driver with Direct LUNs causes BSODs)
588935
- Resolves: bz#1210208 [rhel-7.2.0]
588935
  ([NetKVM] Malformed packet can cause BSOD)
588935
588935
* Fri Jan  9 2015 Mike Bonnet <mikeb@redhat.com> - 1.7.3-1
588935
- Update drivers and guest-agent installers
588935
- Resolves: rhbz#1178458
588935
588935
* Fri Sep 19 2014 Mike Bonnet <mikeb@redhat.com> - 1.7.2-1
588935
- Update drivers and guest-agent installers
588935
- Resolves: rhbz#1047937
588935
588935
* Wed May 28 2014 Mike Bonnet <mikeb@redhat.com> - 1.7.1-1
588935
- Update drivers and guest-agent installers
588935
- Resolves: rhbz#1102235
588935
588935
* Sat Apr  5 2014 Mike Bonnet <mikeb@redhat.com> - 1.7.0-1
588935
- Update serial drivers and guest-agent installers
588935
- Resolves: rhbz#1025122
588935
588935
* Thu Feb 27 2014 Mike Bonnet <mikeb@redhat.com> - 1.6.8-5
588935
- Update guest-agent installers
588935
- Resolves: rhbz#827609
588935
588935
* Wed Jan 22 2014 Mike Bonnet <mikeb@redhat.com> - 1.6.8-4
588935
- Re-update guest-agent installers
588935
588935
* Fri Jan 17 2014 Mike Bonnet <mikeb@redhat.com> - 1.6.8-3
588935
- Update guest-agent installers
588935
588935
* Thu Jan 16 2014 Mike Bonnet <mikeb@redhat.com> - 1.6.8-2
588935
- Add new drivers to the .vfds and .iso
588935
588935
* Wed Jan 15 2014 Mike Bonnet <mikeb@redhat.com> - 1.6.8-1
588935
- Refresh the scsi driver
588935
588935
* Wed Dec  4 2013 Mike Bonnet <mikeb@redhat.com> - 1.6.7-3
588935
- Fix the serial driver for Windows 2012
588935
588935
* Tue Oct 29 2013 Mike Bonnet <mikeb@redhat.com> - 1.6.7-2
588935
- Remove netkvmco.dll from the floppy images to save space
588935
- Related: rhbz#1018649
588935
588935
* Tue Oct 29 2013 Mike Bonnet <mikeb@redhat.com> - 1.6.7-1
588935
- Update to the latest version of the drivers
588935
- Add qemu-ga installers to the .iso
588935
- Resolves: rhbz#1018649 rhbz#1018652 rhbz#908609
588935
588935
* Thu Aug 15 2013 Jay Greguske <jgregusk@redhat.com> 1.6.6-1
588935
- Resolves: 968050
588935
588935
* Thu Jul 11 2013 Jay Greguske <jgregusk@redhat.com> 1.6.5-6
588935
- Resolves: 983500 (CVE-2013-2231)
588935
588935
* Fri Jun 28 2013 Jay Greguske <jgregusk@redhat.com> 1.6.5-5
588935
- Resolves: 979239
588935
588935
* Thu Jun 27 2013 Jay Greguske <jgregusk@redhat.com> 1.6.5-4
588935
- Resolves: 978648 978282 977686
588935
588935
* Wed Jun 26 2013 Jay Greguske <jgregusk@redhat.com> 1.6.5-3
588935
- Use OS-specific cat files for each OS
588935
588935
* Tue Jun 25 2013 Jay Greguske <jgregusk@redhat.com> 1.6.5-2
588935
- Use an uncorrupted amd64 cat file
588935
588935
* Mon Jun 24 2013 Jay Greguske <jgregusk@redhat.com> 1.6.5-1
588935
- Resolves 976310
588935
588935
* Mon Apr 29 2013 Jay Greguske <jgregusk@redhat.com> 1.6.4-1
588935
- Resolves 956228
588935
588935
* Wed Feb 6 2013 Jay Greguske <jgregusk@redhat.com> 1.6.3-3
588935
- added further fixed txtsetup.oem
588935
588935
* Wed Feb 6 2013 Jay Greguske <jgregusk@redhat.com> 1.6.3-2
588935
- add fixed txtsetup.oem
588935
- added win2k8r2 netkvm drivers
588935
588935
* Wed Feb 6 2013 Jay Greguske <jgregusk@redhat.com> 1.6.3-1
588935
- Reorganize the VFDs to be 32/64 bit
588935
- Fix 1009 balloon coinstallers being resigned
588935
- Resolves: 908163, 891640
588935
588935
* Tue Feb 5 2013 Jay Greguske <jgregusk@redhat.com> 1.6.2-2
588935
- Fix 1009 coinstallers being resigned
588935
- Resolves: 891640
588935
588935
* Wed Jan 30 2013 Jay Greguske <jgregusk@redhat.com> 1.6.2-1
588935
- Split up the VFD
588935
- Resolves: 905011
588935
588935
* Tue Jan 29 2013 Jay Greguske <jgregusk@redhat.com> 1.6.1-2
588935
- Remove vioser-test.pdbs
588935
- Resolves: 838915
588935
588935
* Thu Jan 24 2013 Jay Greguske <jgregusk@redhat.com> 1.6.1-1
588935
- Added drivers from submissions 1556359, 1557005, 1557012,
588935
  1557004, 1557008, 1555597, 1552544, 1551826, 1549074,
588935
  1546707
588935
- Enabled Win8/2012 platforms
588935
- Updated txtsetup.oem for Windows 2003
588935
- Resolves: 902977, 857832, 803633, 880569, 836915,
588935
  838021, 714908, 750421, 760022, 768795, 782268, 790305,
588935
  797030, 797032, 797695, 799864, 800247, 800716, 801238,
588935
  805423, 807967, 814684, 814896, 815295, 816452, 819412,
588935
  824814, 827000, 828275, 831570, 833659, 833671, 834174,
588935
  834175, 834179, 834679, 836474, 837321, 837758, 838002,
588935
  838005, 838008, 839143, 839853, 840911, 841169, 841544,
588935
  842961, 843325, 855826, 858551, 859882, 864841, 873128,
588935
  873960, 873971, 875155, 876033, 876061, 876397, 876504,
588935
  877333, 878291, 879143, 879178
588935
- add the Windows guest agent and supporting .dlls to the .iso
588935
  Resolves: 902977
588935
588935
* Wed Oct 31 2012 Jay Greguske <jgregusk@redhat.com> 1.6.0-1
588935
- Added QXL drivers from submission 1534828
588935
- Resolves: 871679
588935
588935
* Fri Aug 17 2012 Jay Greguske <jgregusk@redhat.com> 1.5.4-1
588935
- Increased VFD size to 2.88M
588935
- Resolves: 760022
588935
588935
* Fri Jul 6 2012 Jay Greguske <jgregusk@redhat.com> 1.5.3-1
588935
- Updated drivers for vio-serial
588935
- Resolved: 833659
588935
588935
* Tue May 29 2012 Jay Greguske <jgregusk@redhat.com> 1.5.2-1
588935
- Fixed Windows XP block drivers
588935
588935
* Wed May 16 2012 Jay Greguske <jgregusk@redhat.com> 1.5.1-1
588935
- Updated drivers for RHEL 6.3
588935
- Resolved: 677219, 695053, 713643, 730877, 744729, 744730,
588935
            751952, 752743, 753723, 759361, 760022, 769495,
588935
            770499, 771390, 799178, 799182, 799190, 799248,
588935
            799264, 808322, 808654, 810694, 811161
588935
588935
* Thu Oct  6 2011 Mike Bonnet <mikeb@redhat.com> - 1.4.0-1
588935
- Updated drivers for RHEL 6.2
588935
588935
* Wed Aug 10 2011 Jay Greguske <jgregusk@redhat.com> - 1.3.3-0
588935
- Removed xp/amd64 directories and drivers since we do not
588935
  support that platform. (rhbz#728457)
588935
588935
* Fri Aug  5 2011 Michael Bonnet <mikeb@redhat.com> - 1.3.2-2
588935
- fix the directory structure of the sources zip
588935
588935
* Thu Aug  4 2011 Mike Bonnet <mikeb@redhat.com> - 1.3.2-1
588935
- update viostor.cat (rhbz#727799)
588935
588935
* Fri Jul 29 2011 Jay Greguske <jgregusk@redhat.com> 1.3.1-1
588935
- Added new vioserial drivers (rhbz#721355)
588935
- prewhql build: 0.1-13
588935
588935
* Tue Jul 26 2011 Jay Greguske <jgregusk@redhat.com> 1.3.0-1
588935
- Added new vioserial drivers (rhbz#720540, rhbz#702258)
588935
- prewhql build: 0.1-12
588935
- included 00-ms-cross-cert.patch for the sake of completeness
588935
588935
* Tue Apr 26 2011 Jay Greguske <jgregusk@redhat.com> 1.2.0-1
588935
- Fix 2k8-32 drivers
588935
588935
* Mon Apr 25 2011 Jay Greguske <jgregusk@redhat.com> 1.2.0-0
588935
- Added viostor, vioserial and balloon drivers for 6.1 (rhbz#699570)
588935
588935
* Wed Mar 30 2011 Jay Greguske <jgregusk@redhat.com> 1.1.16-4
588935
- remove hypercall drivers included in error
588935
- add vioserial and balloon which were excluded in error
588935
588935
* Thu Mar 24 2011 Jay Greguske <jgregusk@redhat.com> 1.1.16-3
588935
- fix viostor 2k8-64 driver direct from MS this time (rhbz#681958)
588935
588935
* Wed Mar 23 2011 Jay Greguske <jgregusk@redhat.com> - 1.1.16-2
588935
- Sources now a zip rather than tarball
588935
- fix viostor 2k8-64 driver (rhbz#681958)
588935
- Removed .git in sources zip (rhbz#671187)
588935
588935
* Thu Feb 10 2011 Jay Greguske <jgregusk@redhat.com> - 1.1.16-1
588935
- Fixed drivers zip (viostor, balloon and vioserial)
588935
588935
* Fri Jul 2 2010 Jay Greguske <jgregusk@redhat.com> - 1.1.16-0
588935
- RHEL 6 rebuild with new drivers
588935
588935
* Thu May 13 2010 Dennis Gregorovic <dgregor@redhat.com> - 1.0.0-8.1.41879
588935
- Bump for rebuild
588935
588935
* Mon Jan 18 2010 Jay Greguske <jgregusk@redhat.com> - 1.0.0-8.41879
588935
- Updated drivers from sm17 tags
588935
588935
* Tue Nov 17 2009 Jay Greguske <jgregusk@redhat.com> - 1.0.0-7.39539
588935
- Packages built with the rhevm-2.1 branch
588935
- included installer fixes
588935
588935
* Mon Nov 16 2009 Jay Greguske <jgregusk@redhat.com> - 1.0.0-6.37540
588935
- license file is in .txt format
588935
- included fix to installers so the correct block drivers are used
588935
588935
* Wed Nov  4 2009 Jay Greguske <jgregusk@redhat.com> - 1.0.0-5.37540
588935
- Added new license documentation
588935
588935
* Tue Nov  3 2009 Jay Greguske <jgregusk@redhat.com> - 1.0.0-4.37540
588935
- Added dual-signed x64 2008/2008r2 net drivers
588935
588935
* Thu Jun 18 2009 Jay Greguske <jgregusk@redhat.com> - 1.0.0-2.31351
588935
- Fixed licensing issue in source tarball
588935
588935
* Wed Jun 17 2009 Mike Bonnet <mikeb@redhat.com> - 1.0.0-1.31351
588935
- rebuild from the latest upstream sources
588935
588935
* Thu May  7 2009 Mike Bonnet <mikeb@redhat.com> - 1.0.0-1.28503
588935
- Initial build