From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alex Williamson Subject: [PATCH 0/2] device-assignment: Re-work PCI option ROM support Date: Mon, 04 Oct 2010 15:26:18 -0600 Message-ID: <20101004212311.11167.40425.stgit@s20.home> Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Cc: ddutile@redhat.com, chrisw@redhat.com To: kvm@vger.kernel.org Return-path: Received: from mx1.redhat.com ([209.132.183.28]:50187 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751155Ab0JDV0T (ORCPT ); Mon, 4 Oct 2010 17:26:19 -0400 Received: from int-mx01.intmail.prod.int.phx2.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id o94LQJ51003966 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Mon, 4 Oct 2010 17:26:19 -0400 Sender: kvm-owner@vger.kernel.org List-ID: 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(-)