mirror of
https://github.com/opnsense/src.git
synced 2026-02-25 02:42:54 -05:00
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 |
||
|---|---|---|
| .. | ||
| aarch64 | ||
| amd64 | ||
| i386 | ||
| hyperv.c | ||
| hyperv_busdma.c | ||
| hyperv_machdep.h | ||
| hyperv_reg.h | ||
| hyperv_var.h | ||
| vmbus.c | ||
| vmbus_br.c | ||
| vmbus_brvar.h | ||
| vmbus_chan.c | ||
| vmbus_chanvar.h | ||
| vmbus_et.c | ||
| vmbus_if.m | ||
| vmbus_reg.h | ||
| vmbus_res.c | ||
| vmbus_var.h | ||
| vmbus_xact.c | ||