[PATCH] lguest: Compile hypervisor.S into the lg module directly

2007-03-21 Thread Rusty Russell
Because of legacy-induced blindness, I insisted on separately building the hypervisor.S switcher code (which is mapped at 0xFFC in host and guest). However, the lguest64 patches showed the error of my ways: it has no relocations, so it can be linked into the module like normal then remapped.

[PATCH] lguest: Compile hypervisor.S into the lg module directly

2007-03-21 Thread Rusty Russell
Because of legacy-induced blindness, I insisted on separately building the hypervisor.S switcher code (which is mapped at 0xFFC in host and guest). However, the lguest64 patches showed the error of my ways: it has no relocations, so it can be linked into the module like normal then remapped.