From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=35212 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PDH3k-00044k-WC for qemu-devel@nongnu.org; Tue, 02 Nov 2010 09:38:02 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PDDoS-0004s6-Kj for qemu-devel@nongnu.org; Tue, 02 Nov 2010 06:09:57 -0400 Received: from mail-gw0-f45.google.com ([74.125.83.45]:45228) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PDDoS-0004rz-DU for qemu-devel@nongnu.org; Tue, 02 Nov 2010 06:09:56 -0400 Received: by gwj16 with SMTP id 16so4248148gwj.4 for ; Tue, 02 Nov 2010 03:09:56 -0700 (PDT) Sender: Paolo Bonzini Message-ID: <4CCFE36F.1030501@redhat.com> Date: Tue, 02 Nov 2010 11:09: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> In-Reply-To: <1288623713-28062-36-git-send-email-agraf@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/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? :) Paolo