From patchwork Sun Feb 5 09:12:03 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: ben@skyportsystems.com X-Patchwork-Id: 724212 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.gnu.org (lists.gnu.org [IPv6:2001:4830:134:3::11]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 3vGQCm2Rf8z9s7G for ; Sun, 5 Feb 2017 20:24:20 +1100 (AEDT) Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (1024-bit key; unprotected) header.d=skyportsystems.com header.i=@skyportsystems.com header.b="GoPUDq8x"; dkim-atps=neutral Received: from localhost ([::1]:42388 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1caJ3R-0003ZU-Oa for incoming@patchwork.ozlabs.org; Sun, 05 Feb 2017 04:24:17 -0500 Received: from eggs.gnu.org ([2001:4830:134:3::10]:59584) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1caIsG-0002bT-Rm for qemu-devel@nongnu.org; Sun, 05 Feb 2017 04:12:45 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1caIsG-0001t3-1P for qemu-devel@nongnu.org; Sun, 05 Feb 2017 04:12:44 -0500 Received: from mail-pg0-x235.google.com ([2607:f8b0:400e:c05::235]:36568) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1caIsF-0001st-SU for qemu-devel@nongnu.org; Sun, 05 Feb 2017 04:12:43 -0500 Received: by mail-pg0-x235.google.com with SMTP id v184so19465821pgv.3 for ; Sun, 05 Feb 2017 01:12:43 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=skyportsystems.com; s=google; h=from:to:cc:subject:date:message-id:in-reply-to:references :in-reply-to:references; bh=LuI1jdhyVDovgJQ5e64VH4gAFTekhQEjSty4u8ZBh9g=; b=GoPUDq8xWf9ebBPfBiU0MlUM2GT5W/cK8RiKg/R9ij5uIkz9ov1GayagVZs5e65ReK VJFUJ3AdC1KhEyNPp/387+By9FiUvHt+Ren5L5fKwV9qG9YUFCRYfEmtrp0fLTnjQViM goJBwo//kvTaWzCNTux3sjKXkvuLU4ufbR+7Q= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:in-reply-to:references; bh=LuI1jdhyVDovgJQ5e64VH4gAFTekhQEjSty4u8ZBh9g=; b=bzs/FFem8Z4Vaj6aE4AFweMyHPYm+7vMDW7ktYlki8Xc0az3oRlpAer6w2abKmuzKV Jwe5RHqiIsPGpoFhpT/bfCUhbEDJqZFuY9R5+vxttwW0nmAHtcrD1QeaZzuzyp6GPur0 7Z4vgRoBbnB8M+bFuw5dLQynJqM1lUyd1xNpAYAQHSlKRp08OCM6KzAb63eE9XVVU6eg NvQOPUcrol1SG8nqeb3+usoGwJhcC4MD5d40KVPsoLYfbYdKetf6r84YqWJ8YEzoNsp3 UWTjXr0sje33UfmmIyD1BeofyDkQELiuu2Es1F71nFWRowOQhOoetAWAtS3EBdgBGL/3 xhIA== X-Gm-Message-State: AIkVDXL+i+STRV6kd++lsKJKQwARvT3LuXlZ5sOU54uUc+q12VS+WlJXWKRVGZAxeP38cooh X-Received: by 10.84.224.199 with SMTP id k7mr9111446pln.25.1486285963132; Sun, 05 Feb 2017 01:12:43 -0800 (PST) Received: from Arrow.corp.skyportsystems.com (76-236-31-201.lightspeed.sntcca.sbcglobal.net. [76.236.31.201]) by smtp.gmail.com with ESMTPSA id s24sm2347127pgo.25.2017.02.05.01.12.42 (version=TLS1 cipher=AES128-SHA bits=128/128); Sun, 05 Feb 2017 01:12:42 -0800 (PST) From: ben@skyportsystems.com To: qemu-devel@nongnu.org Date: Sun, 5 Feb 2017 01:12:03 -0800 Message-Id: X-Mailer: git-send-email 2.10.1 (Apple Git-78) In-Reply-To: References: In-Reply-To: References: X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2607:f8b0:400e:c05::235 Subject: [Qemu-devel] [PATCH v5 08/10] PC: Support dynamic sysbus on pc_i440fx X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: imammedo@redhat.com, lersek@redhat.com, Ben Warren , mst@redhat.com Errors-To: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Sender: "Qemu-devel" From: Ben Warren This allows pc_i440fx-based machines to add new devices such as VM Generation ID directly to the sysbus. Signed-off-by: Ben Warren --- hw/i386/pc_piix.c | 1 + 1 file changed, 1 insertion(+) diff --git a/hw/i386/pc_piix.c b/hw/i386/pc_piix.c index 9f102aa..c8ad99c 100644 --- a/hw/i386/pc_piix.c +++ b/hw/i386/pc_piix.c @@ -435,6 +435,7 @@ static void pc_i440fx_machine_options(MachineClass *m) m->hot_add_cpu = pc_hot_add_cpu; m->default_machine_opts = "firmware=bios-256k.bin"; m->default_display = "std"; + m->has_dynamic_sysbus = true; } static void pc_i440fx_2_9_machine_options(MachineClass *m)