|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel] [PATCH][VT]vga acceleration for cirrus logic device mode
On 23 Sep 2005, at 10:53, Jiang, Yunhong wrote:
When we setup the memory mapping for cirrus logic, it is on high end
memory and will not be on the first l2 table.
At that time, we have two options:
1) Using this patch, setup the l2 table unconditionally on
xc_vmx_build.
2) Re-caculating the page array usage, and caculating which page can be
used for the l2 table.
[un]setup_mapping does not make assumptions about the location of the
l2 tables. It reads their addresses from the l3 table. Also,
setup_mapping already knows how to allocate extra page tables, because
it allocates extra l1 tables. It can use the same allocation scheme to
allocate new l2 tables on demand.
Something like this will certainly be needed for 64-bit tables anyway,
where it's infeasible to pre-allocate all l3 and l2 table entries.
-- Keir
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
<Prev in Thread] |
Current Thread |
[Next in Thread>
|
- [Xen-devel] [PATCH][VT]vga acceleration for cirrus logic device model, Jiang, Yunhong
- RE: [Xen-devel] [PATCH][VT]vga acceleration for cirrus logic device model, Jiang, Yunhong
- Re: [Xen-devel] [PATCH][VT]vga acceleration for cirrus logic device model,
Keir Fraser <=
- RE: [Xen-devel] [PATCH][VT]vga acceleration for cirrus logic device model, Jiang, Yunhong
- RE: [Xen-devel] [PATCH][VT]vga acceleration for cirrus logic device model, Jiang, Yunhong
- RE: [Xen-devel] [PATCH][VT]vga acceleration for cirrus logic device model, Jiang, Yunhong
- RE: [Xen-devel] [PATCH][VT]vga acceleration for cirrus logic device model, Jiang, Yunhong
|
|
|
|
|