From patchwork Tue Aug 13 15:11:17 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Michael Roth X-Patchwork-Id: 266864 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.gnu.org (unknown [IPv6:2001:4830:134:3::12]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 911612C00F3 for ; Wed, 14 Aug 2013 01:41:05 +1000 (EST) Received: from localhost ([::1]:43362 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V9GiV-0003sa-CJ for incoming@patchwork.ozlabs.org; Tue, 13 Aug 2013 11:41:03 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:60934) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V9GHQ-0005z4-UN for qemu-devel@nongnu.org; Tue, 13 Aug 2013 11:13:16 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1V9GHH-0004HV-0a for qemu-devel@nongnu.org; Tue, 13 Aug 2013 11:13:04 -0400 Received: from mail-ob0-x22d.google.com ([2607:f8b0:4003:c01::22d]:48225) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V9GHG-0004H7-R0; Tue, 13 Aug 2013 11:12:54 -0400 Received: by mail-ob0-f173.google.com with SMTP id ta17so10639547obb.32 for ; Tue, 13 Aug 2013 08:12:54 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-type:content-transfer-encoding; bh=TFSHCoi1tfOgCXvnJOhgh3gxlPrymFqn9uuhPXkQneQ=; b=BNXc5qhqZYad7FrVDFjZ7COoexa6Wc7KMcBBf7thP2yTzLbllti2M+nM1y23BhdlUu DmbwPf3VpPdLf7qZ253xFAB0KZwESy1LnY0AMY9+XM7GaZ6UOeB5AUM7c2fF30lp66P0 q6PREBYWSd9JQMkzQQ+/jDeicTuzPzwM23OgmDGxZsuAMejcFfMSVRlN1LJJD5IrdxPS S2wQYnVraip8ihrXmS9TG71cARhDNMwhrLjYdiDlchhSutcqTgZorYH5C6JgZbHkn8kH cyP1/dNpIfVgz61LTzqEem23Com+FadpcpK/GdJNjWGJJl1F9CSTrJnbvy8OnOjwW/hO nicg== X-Received: by 10.182.148.8 with SMTP id to8mr16301352obb.17.1376406774383; Tue, 13 Aug 2013 08:12:54 -0700 (PDT) Received: from loki.austin.ibm.com ([32.97.110.51]) by mx.google.com with ESMTPSA id uz16sm12947878obc.5.2013.08.13.08.12.52 for (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 13 Aug 2013 08:12:53 -0700 (PDT) From: Michael Roth To: qemu-devel@nongnu.org Date: Tue, 13 Aug 2013 10:11:17 -0500 Message-Id: <1376406680-16302-54-git-send-email-mdroth@linux.vnet.ibm.com> X-Mailer: git-send-email 1.7.9.5 In-Reply-To: <1376406680-16302-1-git-send-email-mdroth@linux.vnet.ibm.com> References: <1376406680-16302-1-git-send-email-mdroth@linux.vnet.ibm.com> MIME-Version: 1.0 X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:4003:c01::22d Cc: aliguori@us.ibm.com, qemu-stable@nongnu.org Subject: [Qemu-devel] [PATCH 53/56] i82801b11: Fix i82801b11 PCI host bridge config space X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Sender: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org From: Gerd Hoffmann pci_bridge_write_config() was not being used. Cc: qemu-stable@nongnu.org Signed-off-by: Gerd Hoffmann Signed-off-by: Andreas Färber Signed-off-by: Michael S. Tsirkin (cherry picked from commit 4965b7f056177ddfb816319e9ff5e766898d0bc5) Conflicts: hw/pci-bridge/i82801b11.c * modified to avoid dependency on 125ee0ed Signed-off-by: Michael Roth --- hw/pci-bridge/i82801b11.c | 1 + 1 file changed, 1 insertion(+) diff --git a/hw/pci-bridge/i82801b11.c b/hw/pci-bridge/i82801b11.c index 5807a92..0841531 100644 --- a/hw/pci-bridge/i82801b11.c +++ b/hw/pci-bridge/i82801b11.c @@ -87,6 +87,7 @@ static void i82801b11_bridge_class_init(ObjectClass *klass, void *data) k->device_id = PCI_DEVICE_ID_INTEL_82801BA_11; k->revision = ICH9_D2P_A2_REVISION; k->init = i82801b11_bridge_initfn; + k->config_write = pci_bridge_write_config; } static const TypeInfo i82801b11_bridge_info = {