From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jan Kiszka Subject: [PATCH 0/4] qemu-kvm: Fixes and improvements for device assigment Date: Tue, 2 Nov 2010 15:55:33 +0100 Message-ID: Cc: kvm@vger.kernel.org To: Avi Kivity , Marcelo Tosatti Return-path: Received: from goliath.siemens.de ([192.35.17.28]:19433 "EHLO goliath.siemens.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752959Ab0KBOz4 (ORCPT ); Tue, 2 Nov 2010 10:55:56 -0400 Sender: kvm-owner@vger.kernel.org List-ID: 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(-)