summaryrefslogtreecommitdiffstats
path: root/sys/modules/hyperv
Commit message (Collapse)AuthorAgeFilesLines
* MFC r271493,271688-271689,271696,271854,272139-272143:delphij2014-09-301-1/+1
| | | | | | | | | | | | Import HyperV Key-Value Pair (KVP) driver and daemon code by Microsoft, many thanks for their continued support of FreeBSD. While I'm there, also implement a new build knob, WITHOUT_HYPERV to disable building and installing of the HyperV utilities when necessary. The HyperV utilities are only built for i386 and amd64 targets. Approved by: re (gjb)
* Properly revert r272128.gjb2014-09-261-1/+1
| | | | | Approved by: re (implicit) Sponsored by: The FreeBSD Foundation
* Revert r272149, which introduces obscure vestiges from thegjb2014-09-261-1/+1
| | | | | | | r272128 reversal. Approved by: re (implicit) Sponsored by: The FreeBSD Foundation
* Revert r272128:gjb2014-09-261-1/+1
| | | | | | | | | | | Though this passes the buildworld test, this fails during installworld with: make[3]: "/releng/scripts-release/chroots/10/i386/release/etc/devd/Makefile" line 13: Malformed conditional (${MK_HYPERV} != "no") Approved by: re (implicit) Sponsored by: The FreeBSD Foundation
* MFC r271493,271688,271689,271696,271854:delphij2014-09-251-1/+1
| | | | | | | | | | | | Import HyperV Key-Value Pair (KVP) driver and daemon code by Microsoft, many thanks for their continued support of FreeBSD. While I'm there, also implement a new build knob, WITHOUT_HYPERV to disable building and installing of the HyperV utilities when necessary. The HyperV utilities are only built for i386 and amd64 targets. Approved by: re (gjb)
* Fix make depend, apply a bit of style.uqs2013-09-285-16/+16
| | | | | Approved by: re (marius) Reviewed by: grehan
* Fix module build when device ata is not in kernel config.kib2013-09-141-1/+1
| | | | | | Sponsored by: The FreeBSD Foundation Build-tested by: gjb Approved by: re (delphij)
* Revert the kvp code - there's still some work thatgrehan2013-09-091-3/+2
| | | | | | needs to be done for that. Discussed with: Microsoft hyper-v devs
* Latest update from Microsoft.grehan2013-09-092-3/+3
| | | | Obtained from: Microsoft Hyper-v dev team
* Microsoft have changed their policy on how the hyper-v code willgrehan2013-07-175-20/+16
| | | | | | | | | | be pulled into FreeBSD. From now, FreeBSD will be considered the upstream repo. First step: move the drivers away from the contrib area and into the base system. A follow-on commit will include the drivers in the amd64 GENERIC kernel.
* Connect the stordisengage driver to the build.grehan2013-07-032-1/+10
|
* make glue to hook up the hyperv kmods to the build.grehan2013-06-155-0/+69
Modified from the original Microsoft versions to pull code/headers in from the sys/contrib/dev directory.
OpenPOWER on IntegriCloud