Hi,how BitVisor manage the memory of guest os and VMM? SPT or EPT ?When we know one guest(VM)'s memory address(for example,"addr_guset_A"),we can't access this address directly within VMM(BitVisor)'s memory address space,we have to transform "addr_guest_A" to "addr_host_A",the "addr_host_A" within VMM(BitVisor)'s memory address space,so we can access "addr_host_A" directly within VMM(BitVisor),but I don't if there are  functions or interfaces to  complete this transform,thank you!!