Avi Kivity wrote:

> [fairly amazing results.  how do they compare to xen?]

Didn't benchmark it side-by-side yet.  Most likely xenner is still
noticeable slower on 64bit (32bit should be roughly comparable).  I also
wouldn't surprised if you see different results on different workloads.

xen mangles page table flags alot to make guests run fast despite the
frequent cr3 switches.  It sets the global flag for userspace mappings
(which are identical in kernel/userspace page table tree) to avoid them
being flushed from tlb on every syscall enter/exit.  I havn't tried to
do similar things in xenner because I don't track page tables in the
first place.  I hope to get it to speed comparable to xen using
virtualization hardware features instead.

cheers,
  Gerd

-- 
http://kraxel.fedorapeople.org/xenner/

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
kvm-devel mailing list
kvm-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/kvm-devel

Reply via email to