From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alex Williamson Subject: Re: [PATCH 0/5] pci-assign: More small cleanups Date: Wed, 30 May 2012 14:31:17 -0600 Message-ID: <1338409877.23475.10.camel@bling.home> References: Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Cc: Avi Kivity , Marcelo Tosatti , kvm@vger.kernel.org To: Jan Kiszka Return-path: Received: from mx1.redhat.com ([209.132.183.28]:43668 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754264Ab2E3UbX (ORCPT ); Wed, 30 May 2012 16:31:23 -0400 In-Reply-To: Sender: kvm-owner@vger.kernel.org List-ID: On Wed, 2012-05-30 at 11:05 +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(-) > Looks good. For series: Acked-by: Alex Williamson