From mboxrd@z Thu Jan 1 00:00:00 1970 From: ebiederm@xmission.com (Eric W. Biederman) Subject: Re: [patch 14/21] Xen-paravirt: Add XEN config options and disable unsupported config options. Date: Fri, 16 Feb 2007 01:24:14 -0700 Message-ID: References: <20070216022449.739760547@goop.org> <20070216022531.570154735@goop.org> <45D54BFF.80100@vmware.com> <1171613663.20666.30.camel@localhost.localdomain> Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Return-path: In-Reply-To: <1171613663.20666.30.camel@localhost.localdomain> (Ian Campbell's message of "Fri, 16 Feb 2007 08:14:22 +0000") List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: virtualization-bounces@lists.osdl.org Errors-To: virtualization-bounces@lists.osdl.org To: Ian Campbell Cc: Chris Wright , xen-devel@lists.xensource.com, Ian Pratt , virtualization@lists.osdl.org, Andrew Morton , linux-kernel@vger.kernel.org, Andi Kleen List-Id: virtualization@lists.linuxfoundation.org Ian Campbell writes: > On Fri, 2007-02-16 at 00:33 -0700, Eric W. Biederman wrote: >> I know there actually has been some work to get kexec actually working u= nder >> Xen but I don't know where that has gone. > > kexec/kdump works with Xen 3.0.4 but it's a dom0 only thing so it > doesn't appear in this patchset. Ok but we still need to get the failure to user space for domU instead of trying what works on real hardware and failing. Eric From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S966215AbXBPI0G (ORCPT ); Fri, 16 Feb 2007 03:26:06 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S966214AbXBPI0G (ORCPT ); Fri, 16 Feb 2007 03:26:06 -0500 Received: from ebiederm.dsl.xmission.com ([166.70.28.69]:52421 "EHLO ebiederm.dsl.xmission.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S966215AbXBPI0F (ORCPT ); Fri, 16 Feb 2007 03:26:05 -0500 From: ebiederm@xmission.com (Eric W. Biederman) To: Ian Campbell Cc: Zachary Amsden , Chris Wright , virtualization@lists.osdl.org, xen-devel@lists.xensource.com, Ian Pratt , Andi Kleen , Andrew Morton , linux-kernel@vger.kernel.org Subject: Re: [patch 14/21] Xen-paravirt: Add XEN config options and disable unsupported config options. References: <20070216022449.739760547@goop.org> <20070216022531.570154735@goop.org> <45D54BFF.80100@vmware.com> <1171613663.20666.30.camel@localhost.localdomain> Date: Fri, 16 Feb 2007 01:24:14 -0700 In-Reply-To: <1171613663.20666.30.camel@localhost.localdomain> (Ian Campbell's message of "Fri, 16 Feb 2007 08:14:22 +0000") Message-ID: User-Agent: Gnus/5.110006 (No Gnus v0.6) Emacs/21.4 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Ian Campbell writes: > On Fri, 2007-02-16 at 00:33 -0700, Eric W. Biederman wrote: >> I know there actually has been some work to get kexec actually working under >> Xen but I don't know where that has gone. > > kexec/kdump works with Xen 3.0.4 but it's a dom0 only thing so it > doesn't appear in this patchset. Ok but we still need to get the failure to user space for domU instead of trying what works on real hardware and failing. Eric