acrn-hypervisor/devicemodel/core
Jie Deng d63b9002dd dm: code clean up
Following functions have never been used anywhere.
Let's remove them.

fbsdrun_muxed()
fbsdrun_vmexit_on_hlt()
fbsdrun_vmexit_on_pause()
fbsdrun_disable_x2apic()

Remove weird prefix "fbsdrun" from following functions' name.

fbsdrun_virtio_msix()  -->  virtio_uses_msix()
fbsdrun_start_thread() -->  start_thread()

Signed-off-by: Jie Deng <jie.deng@intel.com>
Reviewed-by: Hao Li <hao.l.li@intel.com>
Acked-by: Eddie Dong <eddie.dong@intel.com>
2018-05-15 17:25:57 +08:00
..
console.c DM: add deinit function for ps2kbd and ps2mouse 2018-05-15 17:25:24 +08:00
consport.c DM: add deinit function for bvmcons 2018-05-15 17:25:55 +08:00
gc.c initial import 2018-05-11 14:44:28 +08:00
hugetlb.c hugetlb: add ept map memseg support 2018-05-15 17:25:55 +08:00
inout.c initial import 2018-05-11 14:44:28 +08:00
main.c dm: code clean up 2018-05-15 17:25:57 +08:00
mem.c DM: release mem range allocated in init_pci 2018-05-15 17:25:55 +08:00
mevent.c DM: mevent_add/del refine for Linux 2018-05-15 17:25:27 +08:00
monitor.c monitor: an interface of acrn-dm 2018-05-15 17:25:25 +08:00
mptbl.c initial import 2018-05-11 14:44:28 +08:00
post.c initial import 2018-05-11 14:44:28 +08:00
smbiostbl.c dm: add hugetlb memory management support 2018-05-15 17:25:55 +08:00
sw_load_bzimage.c DM: sw_load: sw_load function name update 2018-05-15 17:19:38 +08:00
sw_load_common.c DM: add add_e820_entry to update e820 table. 2018-05-15 17:25:26 +08:00
sw_load_vsbl.c DM: add add_e820_entry to update e820 table. 2018-05-15 17:25:26 +08:00
vmmapi.c DM: change VM_SYSMEM/VM_MMIO to VM_MEMMAP_SYSMEM/VM_MEMMAP_MMIO 2018-05-15 17:25:56 +08:00