svn commit: r49810 - head/en_US.ISO8859-1/htdocs/news/status

Benjamin Kaduk bjk at FreeBSD.org
Mon Jan 9 03:23:38 UTC 2017


Author: bjk
Date: Mon Jan  9 03:23:36 2017
New Revision: 49810
URL: https://svnweb.freebsd.org/changeset/doc/49810

Log:
  Add entry on Hyper-V and Azure from dexuan

Modified:
  head/en_US.ISO8859-1/htdocs/news/status/report-2016-10-2016-12.xml

Modified: head/en_US.ISO8859-1/htdocs/news/status/report-2016-10-2016-12.xml
==============================================================================
--- head/en_US.ISO8859-1/htdocs/news/status/report-2016-10-2016-12.xml	Mon Jan  9 01:42:37 2017	(r49809)
+++ head/en_US.ISO8859-1/htdocs/news/status/report-2016-10-2016-12.xml	Mon Jan  9 03:23:36 2017	(r49810)
@@ -316,4 +316,76 @@
 	exp-run for the ports tree would be great.</task>
     </help>
   </project>
+
+  <project cat='kern'>
+    <title>&os; on Hyper-V and Azure</title>
+
+    <contact>
+      <person>
+	<name>
+	  <given>Sepherosa</given>
+	  <common>Ziehau</common>
+	</name>
+	<email>sepherosa at gmail.com</email>
+      </person>
+
+      <person>
+	<name>
+	  <given>Hongjiang</given>
+	  <common>Zhang</common>
+	</name>
+	<email>honzhan at microsoft.com</email>
+      </person>
+
+      <person>
+	<name>
+	  <given>Dexuan</given>
+	  <common>Cui</common>
+	</name>
+	<email>decui at microsoft.com</email>
+      </person>
+
+      <person>
+	<name>
+	  <given>Kylie</given>
+	  <common>Liang</common>
+	</name>
+	<email>kyliel at microsoft.com</email>
+      </person>
+    </contact>
+
+    <links>
+      <url href="https://wiki.FreeBSD.org/HyperV">&os; Virtual Machines on Microsoft Hyper-V</url>
+      <url href="https://technet.microsoft.com/en-us/library/dn531030.aspx">Supported Linux and &os; Virtual Machines for Hyper-V on Windows</url>
+    </links>
+
+    <body>
+      <p>Per-ring polling, multi-packet RNDIS messages, and system RSS
+	integration have been implemented, further optimizing the
+	throughput and latency of the Hyper-V network driver.</p>
+
+      <p>Live virtual machine backup is implemented (for now, only for
+	UFS), after the VSS (Volume Shadow Copy Service), which it
+	depends on, was implemented.</p>
+
+      <p>PCIe pass-through is implemented, and the patches to
+      implement NIC SR-IOV are being reviewed on Phabricator.</p>
+
+      <p>vDSO support for speeding up <tt>gettimeofday(2)</tt> is now
+	implemented.</p>
+
+      <p>The &os; 11.0 image on Azure (<a
+	  href="https://azure.microsoft.com/en-us/marketplace/partners/microsoft/FreeBSD110/">https://azure.microsoft.com/en-us/marketplace/partners/microsoft/FreeBSD110/</a>)
+	is also available now, in addition to the existing 10.3
+	image.</p>
+
+      <p>We fixed an issue where SCSI disks would sometimes fail to
+	attach, resolving bug 215171 ([Hyper-V] Fail to attach SCSI disk
+	from LUN 8 on Win2008R2/Win2012/Win2012R2).</p>
+    </body>
+
+    <sponsor>
+      Microsoft
+    </sponsor>
+  </project>
 </report>


More information about the svn-doc-all mailing list