From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:42258) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xyh4b-0005hv-BZ for qemu-devel@nongnu.org; Wed, 10 Dec 2014 08:13:03 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Xyh4U-0006fG-VS for qemu-devel@nongnu.org; Wed, 10 Dec 2014 08:12:57 -0500 Received: from mx1.redhat.com ([209.132.183.28]:51209) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xyh4U-0006ed-Nx for qemu-devel@nongnu.org; Wed, 10 Dec 2014 08:12:50 -0500 Received: from int-mx14.intmail.prod.int.phx2.redhat.com (int-mx14.intmail.prod.int.phx2.redhat.com [10.5.11.27]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id sBADCmBx021793 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL) for ; Wed, 10 Dec 2014 08:12:49 -0500 Date: Wed, 10 Dec 2014 11:12:46 -0200 From: Eduardo Habkost Message-ID: <20141210131246.GL5002@thinpad.lan.raisama.net> References: <1418209592-9373-1-git-send-email-pbonzini@redhat.com> <1418209592-9373-2-git-send-email-pbonzini@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1418209592-9373-2-git-send-email-pbonzini@redhat.com> Subject: Re: [Qemu-devel] [PATCH v2 1/4] pc: add 2.3 machine types List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini Cc: qemu-devel@nongnu.org On Wed, Dec 10, 2014 at 12:06:29PM +0100, Paolo Bonzini wrote: [...] pc_piix.c: > +#define PC_I440FX_2_3_MACHINE_OPTIONS \ > + PC_I440FX_MACHINE_OPTIONS, \ > + .default_machine_opts = "firmware=bios-256k.bin", \ > + .default_display = "std" > + [...] > #define PC_I440FX_2_2_MACHINE_OPTIONS \ > PC_I440FX_MACHINE_OPTIONS, \ > .default_machine_opts = "firmware=bios-256k.bin", \ pc_q35.c: > -#define PC_Q35_2_2_MACHINE_OPTIONS \ > +#define PC_Q35_2_3_MACHINE_OPTIONS \ > PC_Q35_MACHINE_OPTIONS, \ > .default_machine_opts = "firmware=bios-256k.bin", \ > .default_display = "std" [...] > +#define PC_Q35_2_2_MACHINE_OPTIONS PC_Q35_2_3_MACHINE_OPTIONS I don't know which approach I prefer (I would be happy with either), but why the difference? The patch is still correct either way, so: Reviewed-by: Eduardo Habkost -- Eduardo