acrn-hypervisor/hypervisor/include/arch/x86/asm
Rong Liu 3db4491e1c hv: PTM: Create virtual root port
Create virtual root port through add_vdev hypercall. add_vdev
identifies the virtual device to add by its vendor id and device id, then
call the corresponding function to create virtual device.

	-create_vrp(): Find the right virtual root port to create
by its secondary bus number, then initialize the virtual root port.
And finally initialize PTM related configurations.

	-destroy_vrp(): nothing to destroy

Tracked-On: #5915
Signed-off-by: Rong Liu <rong.l.liu@intel.com>
Acked-by: Eddie Dong <eddie.dong@intel.com>
Acked-by: Jason Chen <jason.cj.chen@intel.com>
Acked-by: Yu Wang <yu1.wang@intel.com>
2021-05-19 13:54:24 +08:00
..
boot
guest hv/mod_timer: make timer into an arch-independent module 2021-05-18 16:43:28 +08:00
lib
apicreg.h
board.h
cpu_caps.h
cpu.h hv: cache: wrap common APIs 2021-05-14 09:18:00 +08:00
cpufeatures.h
cpuid.h
default_acpi_info.h
e820.h
gdt.h
host_pm.h
idt.h
init.h
io.h
ioapic.h
irq.h
lapic.h
mmu.h hv: cache: wrap common APIs 2021-05-14 09:18:00 +08:00
msr.h
notify.h
page.h
pci_dev.h
per_cpu.h hv/mod_timer: make timer into an arch-independent module 2021-05-18 16:43:28 +08:00
pgtable.h
platform_caps.h
rdt.h
rtcm.h
rtct.h hv: update RTCT parser to support RTCT version 2 2021-05-17 17:19:11 +08:00
security.h
seed.h
sgx.h
trampoline.h
tsc.h hv/mod_timer: split tsc handling code from timer. 2021-05-18 16:43:28 +08:00
vm_config.h hv: PTM: Create virtual root port 2021-05-19 13:54:24 +08:00
vmx.h hv: nested: setup emulated VMX MSRs 2021-05-16 19:05:21 +08:00
vtd.h
zeropage.h