From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:59163) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vgtj8-00071s-5a for qemu-devel@nongnu.org; Thu, 14 Nov 2013 05:00:48 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Vgtj1-0002rN-UO for qemu-devel@nongnu.org; Thu, 14 Nov 2013 05:00:41 -0500 Received: from mx1.redhat.com ([209.132.183.28]:47478) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vgtj1-0002rC-Mg for qemu-devel@nongnu.org; Thu, 14 Nov 2013 05:00:35 -0500 Message-ID: <52849F2B.8070807@redhat.com> Date: Thu, 14 Nov 2013 11:00:11 +0100 From: Paolo Bonzini MIME-Version: 1.0 References: <20131113193540.GA6668@redhat.com> In-Reply-To: <20131113193540.GA6668@redhat.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] pc: add 1.8 machine type List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Michael S. Tsirkin" Cc: Eduardo Habkost , qemu-devel@nongnu.org, Anthony Liguori , =?ISO-8859-1?Q?Andreas_F=E4rber?= Il 13/11/2013 20:35, Michael S. Tsirkin ha scritto: > +static void pc_compat_1_7(QEMUMachineInitArgs *args) > +{ > +} > + > static void pc_compat_1_6(QEMUMachineInitArgs *args) > { > has_pci_info = false; This should call pc_compat_1_7(args), for both piix and q35.