From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1031593AbXEAFgs (ORCPT ); Tue, 1 May 2007 01:36:48 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1031594AbXEAFgr (ORCPT ); Tue, 1 May 2007 01:36:47 -0400 Received: from gw.goop.org ([64.81.55.164]:35487 "EHLO mail.goop.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1031593AbXEAFgq (ORCPT ); Tue, 1 May 2007 01:36:46 -0400 Message-ID: <4636D200.3010406@goop.org> Date: Mon, 30 Apr 2007 22:37:04 -0700 From: Jeremy Fitzhardinge User-Agent: Thunderbird 1.5.0.10 (X11/20070302) MIME-Version: 1.0 To: "Eric W. Biederman" CC: Rusty Russell , "H. Peter Anvin" , Jeff Garzik , Andi Kleen , patches@x86-64.org, Vivek Goyal , linux-kernel@vger.kernel.org, virtualization Subject: Re: [patches] [PATCH] [21/22] x86_64: Extend bzImage protocol for relocatable bzImage References: <20070428758.455116000@suse.de> <20070428175909.1D09D151CA@wotan.suse.de> <46338D72.70402@garzik.org> <4634483E.9030307@goop.org> <1177902195.30071.203.camel@localhost.localdomain> <463572B7.90202@zytor.com> <1177909434.30071.216.camel@localhost.localdomain> <1177990722.28659.39.camel@localhost.localdomain> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Eric W. Biederman wrote: > I'm not going to worry about going farther until the patches in flight > settle down a little bit, but this looks promising. > Is there any value in adding an "early-putchar" function pointer into the structure somehow? I could easily arrange for the domain builder to put a bit of code into the domain so that the early boot code can emit something. J