Re: Xen & VMI?

From: Anthony Liguori
Date: Tue Mar 06 2007 - 19:54:59 EST


Rusty Russell wrote:
On Tue, 2007-03-06 at 21:37 +0100, Ingo Molnar wrote:
maybe i shouldnt call it 'VMI' but 'the paravirt ABI'. I dont mind if it's the Xen ABI or the VMWare ABI or a mesh of the two - everyone can map their own internals to that /one/ ABI.

I think it's an excellent aim, but it's *HARD*. I rejected this
approach earlier because I'm just not smart enough. (Yet?)

The Linux side is fairly stable. The hardware side is changing, and the
hypervisor side is changing. This means the ABI will churn fairly fast.
The hypervisors are very different, which means the ABI will be very
wide.

We could start with VMI and try to support Xen, KVM and lguest.

There is one more here. We also have Xen HVM which will soon want to be paravirtualized too. We don't want the current xen paravirt_ops for that as they have a lot of things that HVM does not need.

Since KVM and Xen HVM have the least requirements in term of guest modifications, they are probably the obviously places to start.

Regards,

Anthony Liguori

It
would at least give us a better idea of the scope of the problem. But
IMHO it's a *huge* job.

Rusty.




-
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/