Re: Xen & VMI?

From: Ingo Molnar
Date: Tue Mar 06 2007 - 15:31:37 EST



* Chris Wright <chrisw@xxxxxxxxxxxx> wrote:

> What are you driving at? You seem to be arguing that abstractions are
> bad unless done via ABI's. [...]

i'm still arguing the same: that doing the same thing via overlapping,
conflicting, redundant ABIs is crazy and contrary to the basic interests
of Linux. It's like having 5 different, parallel variants of sys_open(),
interfaced via a convoluted open_ops.

having data ABI coupling is one thing (filesystems, network formats,
etc.). But having a 5-way function ABI coupling between system software
running on the /same piece of hardware/, doing the same thing in essence
is just madness in my book.

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