|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel] [PATCH] paging_enabled and non-HVM guests
At Wed, 10 May 2006 10:42:34 -0500,
Hollis Blanchard wrote:
> To elaborate on my previous mail, it's not just CR0/paging at fault. For
> example, this use of page_array:
> ...
> l3p = l4[l4_table_offset(va)] >> PAGE_SHIFT;
> l3p = page_array[l3p];
> ...
> in map_domain_va_64() is obviously incorrect for paravirtualized
> domains.
>
> Also, I noticed there's another place that already tests VGCF_HVM_GUEST
> before paging_enabled(), which I guess is where you got the idea for
> your patch.
Actually, I found that afterwards :-).
> Simon, would you care to submit the more complete patch?
I'll see what I can do in the next few days!
// Simon
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|