acrn-hypervisor/hypervisor/include/arch/x86/asm
Liu Long 5c3a080c03 ACRN:MISC: Terminology for UOS/SOS in misc
Rename get_sos_wakeup_reason to get_service_vm_wakeup_reason in acrn manager.
rename set_sos_timer to set_service_vm_timer.
rename sos_pci_devs to service_vm_pci_devs.
rename gen_sos_vm to gen_service_vm.
rename sos_used_bdf to service_vm_used_bdf.
rename is-sos-vm to is-service-vm.
rename sos_mmio_range to service_vm_mmio_range.
rename sos_guest_flags to service_vm_guest_flags.
rename get_sos_vmid to get_service_vmid.
rename sos_cpu_affinity to service_vm_cpu_affinity.
rename allocation_sos_vm_node to allocation_service_vm_node.
rename cpus_for_sos to cpus_for_service_vm.
rename sos_vm_cpus to service_vm_cpus.
rename get_sos_vuart_settings to get_service_vm_vuart_settings.
rename sos_extend_all_cpus to service_vm_extend_all_cpus.
rename sos_vm_id to servier_vm_id.
rename sos_vm_index to service_vm_index.
rename sos_vm_num to service_vm_num.
re-generate the board and scenario code by the new python and xml.
delete tdf8532 kernel module in python and shell script.

Tracked-On: #6744
Signed-off-by: Liu Long <long.liu@linux.intel.com>
2021-12-01 13:27:35 +08:00
..
boot HV: fix MISRA violation of _ld_ram_xxx 2021-11-24 16:14:57 +08:00
guest hv: port UUID update to release_v2.7 2021-11-17 15:25:35 +08:00
lib HV: treewide: fix violations of coding guideline C-TY-12 2021-11-04 18:15:47 +08:00
apicreg.h
board.h
cpu_caps.h HV: re-use split-lock emulation code for uc-lock 2021-07-21 11:25:47 +08:00
cpu.h hv: initialize and save/restore IA32_TSC_AUX MSR for guest 2021-11-11 13:20:37 +08:00
cpufeatures.h
cpuid.h hv: reset CAT Capacity Bitmask(CBM) MSRs 2021-11-12 16:25:35 +08:00
default_acpi_info.h
e820.h hv: enhance e820_alloc_memory could allocate memory than 4G 2021-10-14 15:04:36 +08:00
gdt.h
host_pm.h
idt.h
init.h
io.h
ioapic.h
irq.h
lapic.h
mmu.h HV: treewide: fix violations of coding guideline C-TY-27 & C-TY-28 2021-11-04 18:15:47 +08:00
msr.h HV: treewide: fix violations of coding guideline C-TY-27 & C-TY-28 2021-11-04 18:15:47 +08:00
notify.h
page.h hv: use per platform maximum physical address width 2021-08-20 11:02:21 +08:00
pci_dev.h ACRN:MISC: Terminology for UOS/SOS in misc 2021-12-01 13:27:35 +08:00
per_cpu.h hv: add priority based scheduler 2021-09-24 09:32:18 +08:00
pgtable.h hv: ivshmem: map SHM BAR with PAT ignored 2021-08-13 11:17:15 +08:00
platform_caps.h
rdt.h hv: vCAT: initialize vCAT MSRs during vmcs init 2021-10-28 19:12:29 +08:00
rtcm.h
rtct.h HV: refine the ve820 tab for pre-VMs 2021-11-08 13:13:14 +08:00
security.h
seed.h
sgx.h
trampoline.h
tsc.h
vm_config.h hv: port UUID update to release_v2.7 2021-11-17 15:25:35 +08:00
vmx.h
vtd.h HV: treewide: fix violations of coding guideline C-PP-04 2021-11-04 18:15:47 +08:00
zeropage.h