mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-05-22 07:03:16 +00:00
move cpu caps related functions like capability init/detect/check in cpu.c & mmu.c into a new file cpu_caps.c Changes to be committed: modified: developer-guides/hld/hv-memmgt.rst modified: ../hypervisor/Makefile modified: ../hypervisor/arch/x86/cpu.c new file: ../hypervisor/arch/x86/cpu_caps.c modified: ../hypervisor/arch/x86/mmu.c modified: ../hypervisor/arch/x86/vmx_asm.S modified: ../hypervisor/include/arch/x86/cpu.h new file: ../hypervisor/include/arch/x86/cpu_caps.h modified: ../hypervisor/include/arch/x86/guest/vm.h modified: ../hypervisor/include/arch/x86/mmu.h modified: ../hypervisor/include/arch/x86/vmcs.h Tracked-On: #1842 Signed-off-by: Jason Chen CJ <jason.cj.chen@intel.com> Acked-by: Eddie Dong <eddie.dong@intel.com> |
||
---|---|---|
.. | ||
images | ||
hld-APL_GVT-g.rst | ||
hld-devicemodel.rst | ||
hld-emulated-devices.rst | ||
hld-hypervisor.rst | ||
hld-overview.rst | ||
hld-power-management.rst | ||
hld-security.rst | ||
hld-trace-log.rst | ||
hld-virtio-devices.rst | ||
hld-vm-management.rst | ||
hld-vsbl.rst | ||
hv-config.rst | ||
hv-console.rst | ||
hv-cpu-virt.rst | ||
hv-dev-passthrough.rst | ||
hv-hypercall.rst | ||
hv-interrupt.rst | ||
hv-io-emulation.rst | ||
hv-memmgt.rst | ||
hv-partitionmode.rst | ||
hv-pm.rst | ||
hv-startup.rst | ||
hv-timer.rst | ||
hv-virt-interrupt.rst | ||
hv-vt-d.rst | ||
index.rst | ||
random-virt-hld.rst | ||
uart-virt-hld.rst | ||
usb-virt-hld.rst | ||
virtio-blk.rst | ||
virtio-console.rst | ||
virtio-input.rst | ||
virtio-net.rst | ||
virtio-rnd.rst | ||
watchdog-hld.rst |