Re: [RFC] Unify KVM kernel-space and user-space code into a singleproject

From: Avi Kivity
Date: Thu Mar 18 2010 - 10:52:42 EST


On 03/18/2010 04:36 PM, Ingo Molnar wrote:
* Avi Kivity<avi@xxxxxxxxxx> wrote:

Happy choice or not, this is what i said is the distro practice these
days. (i dont know all the distros that well so i'm sure there's
differences)
So in addition to all the normal kernel regressions, you want to force
tools/kvm/ regressions on users.
So instead you force a NxN compatibility matrix [all versions of qemu combined
with all versions of the kernel] instead of a linear N versions matrix with a
clear focus on the last version. Brilliant engineering i have to say ;-)

Thanks. In fact with have an QxKxGxT compatibility matrix since we need to keep compatibility with guests and with tools. Since the easiest interface to keep compatible is the qemu/kernel interface, allowing the kernel and qemu to change independently allows reducing the compatibility matrix while still providing some improvements.

Regardless of that I'd keep binary compatibility anyway. Not everyone is on the update treadmill with everything updating every three months and those people appreciate stability. I intend to keep providing it.

Also, by your argument the kernel should be split up into a micro-kernel, with
different packages for KVM, scheduler, drivers, upgradeable separately.

Some kernels do provide some of that facility (without being microkernels), for example the Windows and RHEL kernels. So it seems people want it.

That would be a nightmare. (i can detail many facets of that nightmare if you
insist but i'll spare the electrons for now) Fortunately few kernel developers
share your views about this.

I'm not sure you know my views about this.

I don't mind at all if rawhide users run on the latest and greatest, but
release users deserve a little more stability.
What are you suggesting, that released versions of KVM are not reliable?
Of course any tools/ bits are release engineered just as much as the rest
of KVM ...
No, I am suggesting qemu-kvm.git is not as stable as released versions (and
won't get fixed backported). Keep in mind that unlike many userspace
applications, qemu exposes an ABI to guests which we must keep compatible.
I think you still dont understand it: if a tool moves to the kernel repo, then
it is _released stable_ together with the next stable kernel.

I was confused by the talk about 2.6.34-rc1, which isn't stable.

--
error compiling committee.c: too many arguments to function

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/