|
|
|
|
|
|
|
|
|
|
xen-devel
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.
signature.asc
Description: Digital signature
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
<Prev in Thread] |
Current Thread |
[Next in Thread> |
- Re: [Xen-devel] pfn to mfn mapping for HVM domains?,
Steven Smith <=
|
|
|
|
|