From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KWGcL-0008WG-G6 for qemu-devel@nongnu.org; Thu, 21 Aug 2008 16:18:49 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KWGcI-0008Tv-Q4 for qemu-devel@nongnu.org; Thu, 21 Aug 2008 16:18:49 -0400 Received: from [199.232.76.173] (port=54995 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KWGcI-0008Tr-LS for qemu-devel@nongnu.org; Thu, 21 Aug 2008 16:18:46 -0400 Received: from wr-out-0506.google.com ([64.233.184.238]:19761) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KWGcI-0007bs-C4 for qemu-devel@nongnu.org; Thu, 21 Aug 2008 16:18:46 -0400 Received: by wr-out-0506.google.com with SMTP id c46so164069wra.18 for ; Thu, 21 Aug 2008 13:18:44 -0700 (PDT) Message-ID: <48ADCD78.6000004@codemonkey.ws> Date: Thu, 21 Aug 2008 15:18:00 -0500 From: Anthony Liguori MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH 05/13] xen: groundwork for xen support References: <1219336054-15919-1-git-send-email-kraxel@redhat.com> <1219336054-15919-6-git-send-email-kraxel@redhat.com> In-Reply-To: <1219336054-15919-6-git-send-email-kraxel@redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: xen-devel@lists.xensource.com, Ian Jackson , Gerd Hoffmann , Samuel Thibault Gerd Hoffmann wrote: > - configure script and build system changes. > - wind up new machine type. > - add -domid command line option. > - allow xenpv machines run without disk and kernel specified > by adding a nodisk_ok field to QEMUMachine. > - detect xen being present. > > Signed-off-by: Gerd Hoffmann > > I'm pretty happy with up to 11 in the series but I'll hold off applying them until they show up in qemu-dm or at least are Acked-by Ian or Samuel. Ian/Samuel: is there any subset of these patches that you are comfortable with or do they all need more discussion? Regards, Anthony Liguori