From mboxrd@z Thu Jan 1 00:00:00 1970 From: Chris Wright Subject: Re: [PATCH 1/2] PCI: Export pci_map_option_rom() Date: Tue, 5 Oct 2010 09:03:37 -0700 Message-ID: <20101005160337.GG28932@x200.localdomain> References: <20101004212311.11167.40425.stgit@s20.home> <20101004212624.11167.33032.stgit@s20.home> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: kvm@vger.kernel.org, ddutile@redhat.com, chrisw@redhat.com To: Alex Williamson Return-path: Received: from mx1.redhat.com ([209.132.183.28]:41989 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754772Ab0JEQDj (ORCPT ); Tue, 5 Oct 2010 12:03:39 -0400 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id o95G3cEJ011653 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Tue, 5 Oct 2010 12:03:38 -0400 Content-Disposition: inline In-Reply-To: <20101004212624.11167.33032.stgit@s20.home> Sender: kvm-owner@vger.kernel.org List-ID: * Alex Williamson (alex.williamson@redhat.com) wrote: > Allow it to be referenced outside of hw/pci.c so we can register > option ROM BARs using the default mapping routine. > > Signed-off-by: Alex Williamson Acked-by: Chris Wright