
Future plans / todo list (in no particular order ...)
-----------------------------------------------------

Test with upcoming xen 3.2 bits.

Make xenner uncrashable.

Add locking and atomic operations, so SMP works stable.

Make emu work correctly with -Os.  Guess I have to teach gcc the
places where it must not optimize away stuff because it has important
side effects.  Might also be inline assembler bugs ...

Use upcoming paravirt features in kvm.

Correctness testing (ltp & friends) & fixing.

Performance testing & fixing.

Testing with lots of different guest kernels.

Check whenever we can make the whole thing fly with kvm-lite too.

Write up some manual pages.

