From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=36543 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PDJ9Q-0001j0-Fb for qemu-devel@nongnu.org; Tue, 02 Nov 2010 11:51:57 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PDJ9P-0001K7-23 for qemu-devel@nongnu.org; Tue, 02 Nov 2010 11:51:56 -0400 Received: from mx1.redhat.com ([209.132.183.28]:55761) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PDJ9O-0001Jp-Qg for qemu-devel@nongnu.org; Tue, 02 Nov 2010 11:51:55 -0400 Message-ID: <4CD03397.3070206@redhat.com> Date: Tue, 02 Nov 2010 16:51:51 +0100 From: Paolo Bonzini MIME-Version: 1.0 References: <1288623713-28062-1-git-send-email-agraf@suse.de> <1288623713-28062-36-git-send-email-agraf@suse.de> <4CCFE36F.1030501@redhat.com> <717B0541-86A4-4EFD-B3E8-50A57BE3E60C@suse.de> In-Reply-To: <717B0541-86A4-4EFD-B3E8-50A57BE3E60C@suse.de> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Re: [PATCH 35/40] xenner: Domain Builder List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Alexander Graf Cc: qemu-devel Developers , Gerd Hoffmann On 11/02/2010 04:36 PM, Alexander Graf wrote: > > On 02.11.2010, at 06:09, Paolo Bonzini wrote: > >> On 11/01/2010 04:01 PM, Alexander Graf wrote: >>> The traditional Xen way of loading a kernel and initial data structures into the >>> guest's memory is by calling libxc functions. We want to be able to run without >>> libxc dependencies though, so we need an alternative. >>> >>> This patch implements a full domain builder for xenner. It loads the guest >>> kernel, sets up basic memory layouts and saves everything off for the pv >>> communication device between xenner and qemu. >>> >>> Signed-off-by: Alexander Graf >> >> What about 36 to 40? :) > > What about them? :) Didn't they make it to the ML? http://patchwork.ozlabs.org/project/qemu-devel/list/ seems to agree with me they didn't. :) Paolo