[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] pfn to mfn mapping for HVM domains?
> live_shinfo = xa_mmap_mfn( > instance, PROT_READ, instance->info.shared_info_frame); > if (live_shinfo == NULL){ > goto error_exit; > } > > /* live_shinfo->arch.pfn_to_mfn_frame_list_list == NULL here for HVM > domains */ Yes, that's expected. The P2M table in HVM domains is managed entirely by the hypervisor, whereas it's mostly a guest-controlled thing in PV domains. Try using xc_translate_gpfn_list instead, which does P2M translation on HVM domains. Steven. Attachment:
signature.asc _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |