]> rtime.felk.cvut.cz Git - jailhouse.git/commit
x86: Rename VMX/VTD public functions
authorValentine Sinitsyn <valentine.sinitsyn@gmail.com>
Sat, 17 May 2014 18:12:45 +0000 (00:12 +0600)
committerJan Kiszka <jan.kiszka@siemens.com>
Fri, 10 Oct 2014 11:47:37 +0000 (13:47 +0200)
commite5a223c50186aa000acac25240950df75aa1967c
tree53fc59fdac60f68814e5a082573b10e80493e1a5
parentf81eca5b0b98303ca331bd4a3cd70cdd533d8497
x86: Rename VMX/VTD public functions

In preparation to support different vendor-specific implementations for
virtualization features, public functions for VMX/VTD were renamed.
"vmx_" and "vtd_" prefixes are now superseded with "vcpu_" and "iommu_",
and new header files were introduced to hold the declarations.

Signed-off-by: Valentine Sinitsyn <valentine.sinitsyn@gmail.com>
Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
hypervisor/arch/x86/control.c
hypervisor/arch/x86/entry.S
hypervisor/arch/x86/include/asm/iommu.h [new file with mode: 0644]
hypervisor/arch/x86/include/asm/vcpu.h [new file with mode: 0644]
hypervisor/arch/x86/include/asm/vmx.h
hypervisor/arch/x86/include/asm/vtd.h
hypervisor/arch/x86/ioapic.c
hypervisor/arch/x86/pci.c
hypervisor/arch/x86/setup.c
hypervisor/arch/x86/vmx.c
hypervisor/arch/x86/vtd.c