|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel] x86 swiotlb questions
On 15/12/06 14:46, "Jan Beulich" <jbeulich@xxxxxxxxxx> wrote:
>> Yes, that would be great. There are a couple of minor caveats around special
>> semantics of the Xen heap but those could do with cleaning up and being made
>> explicit anyway.
>
> Mind adding a little more detail here?
Some allocations need to be below 4GB (e.g., domain pointers, as they get
pickled into a 32-bit field in page structures). These should use an
explicit address-width parameter to the allocator.
Pages allocated from the 'Xen heap' but shared with a domain have special
semantics when their refcount falls to zero. This includes shared_info and
grant-table pages. We may need an extra PGC_ bit to flag these pages.
That's all I can think of.
-- Keir
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|