On Fri, 2007-05-04 at 09:07 -0600, Eric W. Biederman wrote: > Rusty Russell <[EMAIL PROTECTED]> writes: > > > On Fri, 2007-05-04 at 08:13 -0600, Eric W. Biederman wrote: > >> We don't have any working code, there are no in tree users. > > > > Hi Eric, > > > > Lack of in-tree code is definitely not due to me. The code which uses > > it has been sitting in -mm for three months. Suddenly ripping this out > > and breaking all that work without replacing it is rude. > > My memory is very fuzzy now, but I know it at least came up early on > that everyone should be using %esi to point to real mode data and > that didn't happen.
Hi Eric, Well, I certainly don't recall that (that's not to say that someone didn't say it). Trying to meet the requirements of Xen, VMI and other future hypervisors lead to an awkward result; this is the main reason I started on lguest, so we'd have a simple example in front of us to say "do it this way". (It's not certain that anyone else will ever use this code, but we should *try* IMHO). > Before lguest. Thank you very much. This code should never ever > have been in a stable kernel. It is a very ill conceived interface. I disagree. It was *not* obvious how paravirt kernels should boot. Lguest, for example, copied Xen's "set up kernel pagetables already" design decision, which now seems wrong. But it was the example we had. > And frankly I don't think lguest should be merged until we are as > close to certain as human beings can get that have the ABI reviewed > and sorted out. ABIs unfortunately are very very hard to change. I think you misunderstand lguest. I agree with this sentiment completely: this is *why* lguest doesn't have an ABI. It's all in-tree, so it can simply be changed. There's no guarantee that running different kernels as guest and host will work. Maybe later the ABI will nail down, but the last year of hacking on various hypervisors has shown it's folly to try to get it right now. We need to play a lot first. Hope that clarifies! Rusty. - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/