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

Benjamin Kaduk bjk at FreeBSD.org
Thu Apr 20 02:25:21 UTC 2017


Author: bjk
Date: Thu Apr 20 02:25:19 2017
New Revision: 50179
URL: https://svnweb.freebsd.org/changeset/doc/50179

Log:
  Add 2017Q1 entry on Hyper-V/Azure support from dexuan

Modified:
  head/en_US.ISO8859-1/htdocs/news/status/report-2017-01-2017-03.xml

Modified: head/en_US.ISO8859-1/htdocs/news/status/report-2017-01-2017-03.xml
==============================================================================
--- head/en_US.ISO8859-1/htdocs/news/status/report-2017-01-2017-03.xml	Wed Apr 19 17:44:24 2017	(r50178)
+++ head/en_US.ISO8859-1/htdocs/news/status/report-2017-01-2017-03.xml	Thu Apr 20 02:25:19 2017	(r50179)
@@ -584,4 +584,70 @@
 	support is in progress.</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>SR-IOV support for NICs is implemented.  So far, we have only
+	tested with the Mellanox ConnectX-3 VF card, which works
+	despite some issues (Bug 216493: <a
+	  href="https://bugs.FreeBSD.org/bugzilla/show_bug.cgi?id=216493">https://bugs.FreeBSD.org/bugzilla/show_bug.cgi?id=216493</a>).</p>
+
+      <p>Updates for UEFI VMs (i.e.,  Hyper-V Generation 2 VM):</p>
+
+      <ol>
+	<li>After the loader issue (Bug 211746) is fixed, UEFI VMs can
+	  now boot with Secure Boot disabled;</li>
+
+	<li>A synthetic keyboard driver has been added.  Currently it
+	  is only in HEAD, but MFCs to stable/10 and stable/11 are
+	  planned to occur soon;</li>
+
+	<li>A SCSI DVD detection issue (Bug 218248) was fixed.
+	  Without the fix, the VM would fail to boot.</li>
+      </ol>
+    </body>
+
+    <sponsor>Microsoft</sponsor>
+  </project>
 </report>


More information about the svn-doc-all mailing list