freebsd-dev/sys/dev/hyperv
Souradeep Chakrabarti 6cf00ef80c arm64: enablement for ARM64 in Hyper-V (Part 1)
The changes are to refactor the code of vmbus.c and hyperv.c to keep minimal
arch specific codes there and have them in separate files in x86/ arm64/ .
x86 is a new directory, which contains codes for x86 / x86_64. Instead of
repeating the same codes in existing amd64/ and i386/, this approach reduced
the repetition. This is first of three patches for Hyper-V enablement.

Reviewed by:	whu
Tested by:	Souradeep Chakrabarti <schakrabarti@microsoft.com>
Sponsored by:	Microsoft
Differential Revision:	https://reviews.freebsd.org/D36466
2022-09-29 10:14:41 +00:00
..
hvsock protosw: refactor protosw and domain static declaration and load 2022-08-17 11:50:32 -07:00
include hyperv: Remove a double word in a source code comment 2022-09-04 13:49:47 +02:00
input hyperv: Remove unused devclass arguments to DRIVER_MODULE. 2022-05-06 15:46:58 -07:00
netvsc hyperv: Remove unused devclass arguments to DRIVER_MODULE. 2022-05-06 15:46:58 -07:00
pcib hyperv: Remove unused devclass arguments to DRIVER_MODULE. 2022-05-06 15:46:58 -07:00
storvsc Hyper-V: storvsc: relax a couple more kasserts 2022-09-08 04:22:26 +00:00
utilities hyperv: Remove unused devclass arguments to DRIVER_MODULE. 2022-05-06 15:46:58 -07:00
vmbus arm64: enablement for ARM64 in Hyper-V (Part 1) 2022-09-29 10:14:41 +00:00