From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:60200) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VgtmT-000842-2y for qemu-devel@nongnu.org; Thu, 14 Nov 2013 05:04:16 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VgtmN-0003lf-4k for qemu-devel@nongnu.org; Thu, 14 Nov 2013 05:04:09 -0500 Received: from mx1.redhat.com ([209.132.183.28]:23108) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VgtmM-0003lb-TZ for qemu-devel@nongnu.org; Thu, 14 Nov 2013 05:04:03 -0500 Message-ID: <5284A00B.5080900@redhat.com> Date: Thu, 14 Nov 2013 11:03:55 +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 QEMUMachine pc_q35_machine_v1_8 = { > + PC_Q35_1_8_MACHINE_OPTIONS, > + .name = "pc-q35-1.8", > + .alias = "q35", > + .init = pc_q35_init, > +}; > + > #define PC_Q35_1_7_MACHINE_OPTIONS PC_Q35_MACHINE_OPTIONS Also, you probably want #define PC_Q35_1_7_MACHINE_OPTIONS PC_Q35_1_8_MACHINE_OPTIONS here for consistency.