Project ACRN hypervisor
Go to file
Jason Chen CJ 8682552273 mmu: identify VA and PA in mmu.c
- read/write page table entries should use VA which defined as "void *"
- the address data in page table entries should us PA which defined as
  "uint64_t"

Signed-off-by: Jason Chen CJ <jason.cj.chen@intel.com>
Acked-by: Eddie Dong <eddie.dong@intel.com>
2018-05-15 17:25:25 +08:00
devicemodel DM: hotfix for loop initial declaration in acpi_pm 2018-05-15 17:25:25 +08:00
doc getting_started: update dependency for Fedora 27 2018-05-15 17:19:37 +08:00
hypervisor mmu: identify VA and PA in mmu.c 2018-05-15 17:25:25 +08:00