mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2025-01-15 09:05:18 +00:00
6ff107afe4
The API has change to use generic GuestMemory trait: pub fn get_host_address_range<M: GuestMemory>( mem: &M, addr: GuestAddress, size: usize, ) -> Option<*mut u8> { Signed-off-by: Arron Wang <arron.wang@intel.com>