From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marcelo Tosatti Subject: Re: [PATCH 0/4] qemu-kvm: Fixes and improvements for device assigment Date: Wed, 3 Nov 2010 18:03:52 -0200 Message-ID: <20101103200352.GA27033@amt.cnet> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Avi Kivity , kvm@vger.kernel.org To: Jan Kiszka Return-path: Received: from mx1.redhat.com ([209.132.183.28]:8682 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752965Ab0KCWOC (ORCPT ); Wed, 3 Nov 2010 18:14:02 -0400 Content-Disposition: inline In-Reply-To: Sender: kvm-owner@vger.kernel.org List-ID: On Tue, Nov 02, 2010 at 03:55:33PM +0100, Jan Kiszka wrote: > Mostly usability fixes, but also a patch to allow using devices that > have problems with MSIs. > > Jan Kiszka (4): > pci-assign: Convert iommu property to booleam > pci-assign: Allow to disable MSI perference for host IRQ > pci-assign: Issue warning when running w/o IOMMU > pci-assign: Remove broken -pcidevice and pci_add host > > hmp-commands.hx | 2 +- > hw/device-assignment.c | 81 ++++++++--------------------------------------- > hw/device-assignment.h | 15 ++++----- > hw/ipf.c | 6 --- > hw/pc.c | 6 --- > hw/pci-hotplug.c | 22 ------------- > qemu-options.hx | 5 --- > vl.c | 14 -------- > 8 files changed, 22 insertions(+), 129 deletions(-) Applied, thanks.