|
|
|
|
|
|
|
|
|
|
xen-devel
RE: [Xen-devel] address mapping between domains
> > The domain that's controlling the real device (usually
> dom0) maps the domU's
> > memory before putting data into it (either directly or using PIO).
>
> Surely this could be optimised by (on a 64 bit system) mapping
> all of physical memory into dom0 kernel virtual memory, so it
> doesn't need to bother mapping and unmapping pages that IO is
> being done to ?
At the expense of protection, yes.
With sane DMA-capable hardware the driver domain never needs to actually
map the page into its address space anyhow. However, the grant table
stuff will still be required to enable us to configure the IO MMU
appropriately to allow the DMA (we expect to see such h/w support become
commonplace).
Ian
-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_ide95&alloc_id396&op=click
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxxxx
https://lists.sourceforge.net/lists/listinfo/xen-devel
|
|
|
|
|