summarylogtreecommitdiffstats
path: root/virtio-win.changelog
diff options
context:
space:
mode:
authorJavier Tiá2017-01-16 09:07:33 -0600
committerJavier Tiá2017-01-16 09:07:33 -0600
commit1384eed1f05be58abb569c7fdfd48145a4886c8e (patch)
tree9cd523bbc0ceb3f9f67e4a3c7578930d4be8d762 /virtio-win.changelog
parent75136ec555bcc4f5ba90cd7fd6f0e9ebf85f954a (diff)
downloadaur-1384eed1f05be58abb569c7fdfd48145a4886c8e.tar.gz
Bump up virtio-win 0.1.130.1-1
Diffstat (limited to 'virtio-win.changelog')
-rw-r--r--virtio-win.changelog21
1 files changed, 21 insertions, 0 deletions
diff --git a/virtio-win.changelog b/virtio-win.changelog
index 5a13f54cc259..6af33e4b75b0 100644
--- a/virtio-win.changelog
+++ b/virtio-win.changelog
@@ -1,4 +1,25 @@
%changelog
+* Mon Jan 16 2017 Cole Robinson <crobinso@redhat.com> - 0.1.130-1
+- Update to virtio-win-prewhql-0.1-130
+- BZ#1389445: VirtIO definition of bool as int used by all drivers that use VirtIO library, except (currently) netkvm which is C++ and uses bool as fundamental C++ type.
+- BZ#1389125: viostor - extend viostor driver with STORAGE_REQUEST_BLOCK support
+- BZ#1395790 - vioscsi.sys BSOD when adding CPU to live Windows Server 2012R2 guest
+- BZ#1410964 - 4K virtual drives broken on Windows
+- NetKVM Return correct info for OID_TCP_OFFLOAD_PARAMETERS
+- Balloon: Fix blnsvr race conditions
+- NetKvm: Support WMI commands
+- NetKvm: Use fewer virtio receive SG descriptors
+- NetKvm: Fix race of changing of RSS parameters and TX
+- virtiolib: Fix uninitialized variable in VirtIOWdfFinalizeFeatures
+- NetKVM: Fix 1c_IOCTLCoverage test failure
+- NetKVM: Fix RX kick timing
+- vioscsi: Fix verifier and debug spew due to worker exiting with affinity set. By default the workers have no affinity. We set it to the specific cpu, but KeSetSystemAffinityThreadEx returns 0, as there was no affinity. You still have to KeSetSystemAffinityThreadEx before you exit and reset it back to 0.
+- balloon: Fix completion-cancellation races
+- netkvm: Optimize checksum routine on 64-bit
+
+* Fri Sep 30 2016 Cole Robinson <crobinso@redhat.com> - 0.1.126-2
+- Ship .dll files for vioinput driver
+
* Tue Sep 27 2016 Cole Robinson <crobinso@redhat.com> - 0.1.126-1
- Update to virtio-win-prewhql-0.1-126
- Add virtio-input drivers