From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=39676 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Okzy9-0006FV-9r for qemu-devel@nongnu.org; Mon, 16 Aug 2010 09:43:19 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1Okzy7-0006ZU-4R for qemu-devel@nongnu.org; Mon, 16 Aug 2010 09:43:17 -0400 Received: from mx1.redhat.com ([209.132.183.28]:52494) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Okzy6-0006Yf-Mp for qemu-devel@nongnu.org; Mon, 16 Aug 2010 09:43:15 -0400 Message-ID: <4C694054.8010600@redhat.com> Date: Mon, 16 Aug 2010 15:42:44 +0200 From: Kevin Wolf MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH 02/15] xen: Add xen_machine_fv References: <1281622202-3453-2-git-send-email-stefano.stabellini@eu.citrix.com> In-Reply-To: <1281622202-3453-2-git-send-email-stefano.stabellini@eu.citrix.com> Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: stefano.stabellini@eu.citrix.com Cc: Anthony.Perard@citrix.com, xen-devel@lists.xensource.com, qemu-devel@nongnu.org Am 12.08.2010 16:09, schrieb stefano.stabellini@eu.citrix.com: > From: Anthony PERARD > > Add the Xen FV (Fully Virtualized) machine to Qemu; > this is groundwork to add Xen device model support in Qemu. > > Signed-off-by: Anthony PERARD > Signed-off-by: Stefano Stabellini Why does this need its own machine type? Shouldn't an HVM machine really look like a PC? And indeed most of this code looks like a (slightly outdated) copy of pc_piix.c with !pci_enabled code paths removed. Kevin