Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932182AbcDMSyy (ORCPT ); Wed, 13 Apr 2016 14:54:54 -0400 Received: from mx2.suse.de ([195.135.220.15]:33743 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932157AbcDMSyx (ORCPT ); Wed, 13 Apr 2016 14:54:53 -0400 Date: Wed, 13 Apr 2016 20:54:51 +0200 From: "Luis R. Rodriguez" To: George Dunlap Cc: "Luis R. Rodriguez" , Matt Fleming , jeffm@suse.com, Michael Chang , Linux Kernel Mailing List , Jim Fehlig , Jan Beulich , "H. Peter Anvin" , Daniel Kiper , the arch/x86 maintainers , Takashi Iwai , =?utf-8?Q?Vojt=C4=9Bch_Pavl=C3=ADk?= , Gary Lin , xen-devel , Jeffrey Cheung , Juergen Gross , Stefano Stabellini , Julien Grall , joeyli , Borislav Petkov , Boris Ostrovsky , Charles Arndol , Andrew Cooper , Julien Grall , Andy Lutomirski , David Vrabel , Linus Torvalds , Roger Pau =?iso-8859-1?Q?Monn=E9?= Subject: Re: [Xen-devel] HVMLite / PVHv2 - using x86 EFI boot entry Message-ID: <20160413185451.GY1990@wotan.suse.de> References: <20160406024027.GX1990@wotan.suse.de> <20160407185148.GL1990@wotan.suse.de> <5707BD2E.20204@citrix.com> <20160408215854.GU1990@wotan.suse.de> <20160412221225.GN1990@wotan.suse.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1092 Lines: 23 On Wed, Apr 13, 2016 at 11:05:00AM +0100, George Dunlap wrote: > On Tue, Apr 12, 2016 at 11:12 PM, Luis R. Rodriguez wrote: > > Also, x86 does have a history of short DT use. Just pointing that its there as > > an option as well. I'll Cc you on some thread about that. > > I'm not sure how this is relevant to anything. You brought DT as a reason why ARM was able to use the native point. I'm clarifying DT has nothing to do as a restriction on x86. > What we're talking about is how to get from Xen to a point in the > Linux kernel where everything can Just Work. The proposed feature is > a mini trampoline that (as I understand it): > 1. Tells Xen where to jump to (via ELF note) > 2. Sets up some basic modes and pagetables and then jumps to the zero > page so Linux can just carry on. Right, and the my goal is to see to it we do enough homework to ensure we reviewed all possibilities to share as much code as possible already and looked at all options before saying we certainly need yet another entry point. I am not convinced yet this has been done. Luis