xen-devel
Re: [Xen-devel] Re: [GIT PULL] Xen APIC hooks (with io_apic_ops)
To: |
Ingo Molnar <mingo@xxxxxxx> |
Subject: |
Re: [Xen-devel] Re: [GIT PULL] Xen APIC hooks (with io_apic_ops) |
From: |
George Dunlap <George.Dunlap@xxxxxxxxxxxxx> |
Date: |
Thu, 28 May 2009 15:26:56 +0100 |
Cc: |
Dan Magenheimer <dan.magenheimer@xxxxxxxxxx>, Xen-devel <xen-devel@xxxxxxxxxxxxxxxxxxx>, the arch/x86 maintainers <x86@xxxxxxxxxx>, Jeremy Fitzhardinge <jeremy@xxxxxxxx>, Linux Kernel Mailing List <linux-kernel@xxxxxxxxxxxxxxx>, Avi Kivity <avi@xxxxxxxxxx>, Linus Torvalds <torvalds@xxxxxxxxxxxxxxxxxxxx>, Keir Fraser <keir.fraser@xxxxxxxxxxxxx> |
Delivery-date: |
Thu, 28 May 2009 07:27:22 -0700 |
Dkim-signature: |
v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:received:in-reply-to :references:date:x-google-sender-auth:message-id:subject:from:to:cc :content-type:content-transfer-encoding; bh=2rxld8L4xMbdQEojvdGcAYRig6SFdLUT9+ou8Gb9SoY=; b=pT3smGl5QMkhSilSKrayPMbVTsyE99gtMsyYrktWJ6yyphTrPpR/8QXI8vqFZbni76 LMkjvPBM5vHllZbaV9EBNkFmnmxcMo6c2lD9qrkmv0r/zUnHCfQsKccVuuL1gp257H05 KUxFNzuep1+V1XY3TiEDOKamslSnDP1EJBhFM= |
Domainkey-signature: |
a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type :content-transfer-encoding; b=RRNoPU9X1hXlxTQSsb4YPH2hQ7NILgXR7IBey0lBl8CHDBSldGL18DW0Ox/261PiER O4cbAklnOmSNknFyxrCAcn+nKW/QNIpbbTx1RnnNCLLMPFQakl583TaeYpzGtuIgzCg3 wx4DvQL6qWKj1H/6EO5EwWQ5qQm4memkMIQ8o= |
Envelope-to: |
www-data@xxxxxxxxxxxxxxxxxxx |
In-reply-to: |
<20090528001350.GD26820@xxxxxxx> |
List-help: |
<mailto:xen-devel-request@lists.xensource.com?subject=help> |
List-id: |
Xen developer discussion <xen-devel.lists.xensource.com> |
List-post: |
<mailto:xen-devel@lists.xensource.com> |
List-subscribe: |
<http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe> |
List-unsubscribe: |
<http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe> |
References: |
<4A1C3453.6080402@xxxxxxxxxx> <162f4c90-6431-4a2a-b337-6d7451d7b11e@default> <20090528001350.GD26820@xxxxxxx> |
Sender: |
xen-devel-bounces@xxxxxxxxxxxxxxxxxxx |
On Thu, May 28, 2009 at 1:13 AM, Ingo Molnar <mingo@xxxxxxx> wrote:
>> > I think the Xen design has merit if it can truly make dom0 a
>> > guest -- that is, if it can survive dom0 failure. Until then,
>> > you're just taking a large interdependent codebase and splitting
>> > it at some random point, but you don't get any stability or
>> > security in return.
Let me turn this around: are you (Ingo) saying that if a Xen system
could successfully survive a dom0 failure, then you would consider
that a valid reason for this design choice, and would be willing to
support and pursue changes required to allow mainline linux to run as
dom0? If not then this line of discussion is just a distraction.
I personally think the strongest argument for an interdependent
codebase is the ability to have a separate piece of software as a
dedicated hypervisor. I also think Xen provides extra security and
stability as it is right now. The code is much smaller and simpler
than the kernel. The number of hypercalls is smaller than the number
of system calls, and the complexity of hypercalls is much lower than
the complexity of system calls in general. Driver domains, in which a
driver runs in a domain other than dom0 and can fail and reboot, have
been supported in Xen for years. The ability to survive dom0 failure
is just an added benefit.
As Dan and Jeremy said, the Xen community is actively pursuing the
changes required to allow dom0 to panic / reboot without requiring a
reboot of Xen and other guests. I'm sure if that would make members
of the linux community actively support inclusion of dom0 support, we
could make that work a priority.
-George
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
<Prev in Thread] |
Current Thread |
[Next in Thread>
|
- Re: Distro kernel and 'virtualization server' vs. 'server that sometimes runs virtual instances' rant (was: Re: [Xen-devel] Re: [GIT PULL] Xen APIC hooks (with io_apic_ops)), (continued)
- RE: Distro kernel and 'virtualization server' vs. 'server that sometimes runs virtual instances' rant (was: Re: [Xen-devel] Re: [GIT PULL] Xen APIC hooks (with io_apic_ops)), Dan Magenheimer
- Re: Distro kernel and 'virtualization server' vs. 'server that sometimes runs virtual instances' rant (was: Re: [Xen-devel] Re: [GIT PULL] Xen APIC hooks (with io_apic_ops)), Luke S Crawford
- Re: Distro kernel and 'virtualization server' vs. 'server that sometimes runs virtual instances' rant (was: Re: [Xen-devel] Re: [GIT PULL] Xen APIC hooks (with io_apic_ops)), Tim Post
- Re: Distro kernel and 'virtualization server' vs. 'server that sometimes runs virtual instances' rant (was: Re: [Xen-devel] Re: [GIT PULL] Xen APIC hooks (with io_apic_ops)), Tim Post
- RE: Distro kernel and 'virtualization server' vs. 'server that sometimes runs virtual instances' rant (was: Re: [Xen-devel] Re: [GIT PULL] Xen APIC hooks (with io_apic_ops)), Dan Magenheimer
- [Xen-devel] Re: Distro kernel and 'virtualization server' vs. 'server that sometimes runs virtual instances' rant, Michael David Crawford
- Re: [Xen-devel] Re: [GIT PULL] Xen APIC hooks (with io_apic_ops),
George Dunlap <=
- [Xen-devel] Xen is a feature, Jeremy Fitzhardinge
- [Xen-devel] Re: Xen is a feature, Greg KH
- [Xen-devel] Re: Xen is a feature, David Miller
- [Xen-devel] Re: Xen is a feature, Jaswinder Singh Rajput
- [Xen-users] Re: Xen is a feature, David Miller
- [Xen-devel] Re: Xen is a feature, George Dunlap
- [Xen-devel] Re: Xen is a feature, Pasi Kärkkäinen
- [Xen-devel] Re: Xen is a feature, Andi Kleen
- Re: [Xen-devel] Re: Xen is a feature, Jeremy Fitzhardinge
- RE: [Xen-devel] Re: Xen is a feature, Nakajima, Jun
|
|
|