From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:37267) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TvO9q-0007CN-NA for qemu-devel@nongnu.org; Wed, 16 Jan 2013 03:15:41 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TvO9o-0006nI-4r for qemu-devel@nongnu.org; Wed, 16 Jan 2013 03:15:38 -0500 Received: from userp1040.oracle.com ([156.151.31.81]:51641) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TvO9n-0006nA-U5 for qemu-devel@nongnu.org; Wed, 16 Jan 2013 03:15:36 -0500 Message-ID: <1358324127.1949.4.camel@abi.no.oracle.com> From: Knut Omang Date: Wed, 16 Jan 2013 09:15:27 +0100 Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] [PATCH] Add new DEFAULT_MACHINE_OPTIONS to q35 as well List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Anthony Liguori , Avik Sil Without this a typical q35 based setup would no longer boot after commit e4ada29e909787f629626660b1561f6a680187d3 Signed-off-by: Knut Omang --- hw/pc_q35.c | 1 + 1 file changed, 1 insertion(+) diff --git a/hw/pc_q35.c b/hw/pc_q35.c index 52d9976..d82353e 100644 --- a/hw/pc_q35.c +++ b/hw/pc_q35.c @@ -214,6 +214,7 @@ static QEMUMachine pc_q35_machine = { .desc = "Standard PC (Q35 + ICH9, 2009)", .init = pc_q35_init, .max_cpus = 255, + DEFAULT_MACHINE_OPTIONS, }; static void pc_q35_machine_init(void) -- 1.7.11.7