From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marcelo Tosatti Subject: Re: [PATCH 0/2] device-assignment: Re-work PCI option ROM support Date: Wed, 6 Oct 2010 17:43:55 -0300 Message-ID: <20101006204355.GA10578@amt.cnet> References: <20101004212311.11167.40425.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]:47369 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751115Ab0JFUr1 (ORCPT ); Wed, 6 Oct 2010 16:47:27 -0400 Received: from int-mx08.intmail.prod.int.phx2.redhat.com (int-mx08.intmail.prod.int.phx2.redhat.com [10.5.11.21]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id o96KlRVL004017 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Wed, 6 Oct 2010 16:47:27 -0400 Content-Disposition: inline In-Reply-To: <20101004212311.11167.40425.stgit@s20.home> Sender: kvm-owner@vger.kernel.org List-ID: On Mon, Oct 04, 2010 at 03:26:18PM -0600, Alex Williamson wrote: > This cleans up device assignment option ROM support and allows > us to use romfile and rombar default PCI options. Thanks, > > Alex > > --- > > Alex Williamson (2): > device-assignment: Allow PCI to manage the option ROM > PCI: Export pci_map_option_rom() > > > hw/device-assignment.c | 155 +++++++++++++++++++++--------------------------- > hw/device-assignment.h | 4 + > hw/pci.c | 2 - > hw/pci.h | 3 + > 4 files changed, 75 insertions(+), 89 deletions(-) Applied, thanks.