On Sunday 22 October 2006 20:41, Avi Kivity wrote:
Ok, but if you radically change the kernel<->user API, doesn't that meanNo, why? I'd just upgrade the userspace. Am I misunderstanding you?
you have to upgrade in the same way?
If you change the kernel interface, you also have to change the kernel
itself, at least if you introduce new syscalls.
The 32 bit emulation mode in x86_64For me personally, I don't mind. I don't know about others.
is actually pretty complete, so it probably boils down to a kernel
upgrade for you, without having to touch any of the user space.
I'd really love to see your code in get into the mainline kernel,
but I'd consider 32 bit host support an unnecessary burden for
long-term maintenance. Maybe you could maintain the 32 bit version
out of tree as long as there is still interest? I would expect that
at least the point where it works out of the box on x86_64
distros is when it becomes completely obsolete.