From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marcelo Tosatti Subject: Re: [PATCH 0/5] pci-assign: More small cleanups Date: Fri, 1 Jun 2012 20:51:44 -0300 Message-ID: <20120601235144.GA5874@amt.cnet> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Avi Kivity , kvm@vger.kernel.org, Alex Williamson To: Jan Kiszka Return-path: Received: from mx1.redhat.com ([209.132.183.28]:41412 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S966036Ab2FAXxI (ORCPT ); Fri, 1 Jun 2012 19:53:08 -0400 Content-Disposition: inline In-Reply-To: Sender: kvm-owner@vger.kernel.org List-ID: On Wed, May 30, 2012 at 11:05:37AM +0200, Jan Kiszka wrote: > Besides an update for hiding unsupported ioport BARs and tiny code > massages, this removes the obsolete iommu property from the pci-assign > device. > > Jan Kiszka (5): > pci-assign: Hide ioport regions on lacking sysfs support > pci-assign: Drop iommu property > pci-assign: Privatize type definitions > pci-assign: Drop write-only AssignedDevRegion::num > pci-assign: Drop kvm_assigned_irq::host_irq initialization > > hw/device-assignment.c | 120 +++++++++++++++++++++++++++++++++++++++-------- > hw/device-assignment.h | 98 --------------------------------------- > 2 files changed, 99 insertions(+), 119 deletions(-) Applied, thanks.