|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel] SMP Analysis on Xen?
> Has anyone done any analysis of cache coherency on SMP systems
> with Xen?
Since we currently don't support SMP guests there's very little
sharing of data between CPUs. Xen itself is quite small there's
very few data structures that aren't per-CPU.
> Can processor affinity be set to associate VMs with specific CPUs?
Yes, VMs are currently pinned to specific CPUs (see
xc_dom_control pincpu). It would be easy to add a periodic
VM re-balancer. It could even be protoyped in user-space in domain0.
Ian
-=- MIME -=-
--0-1987994721-1085703071=:72558
Content-Type: text/plain; charset=us-ascii
Has anyone done any analysis of cache coherency on SMP systems with Xen? Can
processor affinity be set to associate VMs with specific CPUs?
Also, does anyone know of any good research papers on virtualization and CPU
cache coherency analysis?
Thanks,
Steve
--0-1987994721-1085703071=:72558
Content-Type: text/html; charset=us-ascii
<DIV>Has anyone done any analysis of cache coherency on SMP systems with
Xen? Can processor affinity be set to associate VMs with specific
CPUs? </DIV>
<DIV> </DIV>
<DIV>Also, does anyone know of any good research papers on virtualization and
CPU cache coherency analysis?</DIV>
<DIV> </DIV>
<DIV>Thanks,</DIV>
<DIV> </DIV>
<DIV>Steve</DIV>
--0-1987994721-1085703071=:72558--
-------------------------------------------------------
This SF.Net email is sponsored by: Oracle 10g
Get certified on the hottest thing ever to hit the market... Oracle 10g.
Take an Oracle 10g class now, and we'll give you the exam FREE.
http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxxxx
https://lists.sourceforge.net/lists/listinfo/xen-devel
-------------------------------------------------------
This SF.Net email is sponsored by: Oracle 10g
Get certified on the hottest thing ever to hit the market... Oracle 10g.
Take an Oracle 10g class now, and we'll give you the exam FREE.
http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxxxx
https://lists.sourceforge.net/lists/listinfo/xen-devel
|
|
|
|
|