From mboxrd@z Thu Jan 1 00:00:00 1970 From: Oliver Rath Subject: Single Graphic Card only for KVM-Guest, not Linux? Date: Mon, 16 Mar 2009 17:34:25 +0100 Message-ID: <49BE7F91.3020702@web.de> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit To: kvm@vger.kernel.org Return-path: Received: from fmmailgate01.web.de ([217.72.192.221]:53378 "EHLO fmmailgate01.web.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752361AbZCPQe2 (ORCPT ); Mon, 16 Mar 2009 12:34:28 -0400 Received: from smtp08.web.de (fmsmtp08.dlan.cinetic.de [172.20.5.216]) by fmmailgate01.web.de (Postfix) with ESMTP id 46749FEA27F6 for ; Mon, 16 Mar 2009 17:34:26 +0100 (CET) Received: from [85.181.67.213] (helo=[172.16.0.142]) by smtp08.web.de with asmtp (TLSv1:AES256-SHA:256) (WEB.DE 4.110 #277) id 1LjFli-0003AG-00 for kvm@vger.kernel.org; Mon, 16 Mar 2009 17:34:26 +0100 Sender: kvm-owner@vger.kernel.org List-ID: Hi, what must I do assigning a graphic card pci-device to (i.e. winXP-client) guest? In my case, the vga-adapter uses irq 16, so that I think, it could be possible to mask out this irq, so that it is free for using in the guest. Im deactivating _lots_ of linux-options so linux ist not using the graphics adapter anymore, but no access. Is it usefull to disable msi-reassigning? Always i get the failure: pci 0000:00:02.0: power state changed by ACPI to D0 pci 0000:00:02.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16 kvm: failed to enable MSI device! kvm: failed to enable INTx device! pci 0000:00:02.0: PCI INT A disabled kvm: emulating exchange as write What can i do? If some additional information is needet -> email! here my actual kernel-line (using actual kvm-git): vmlinuz-2.6.29-rc6-x64-core2-kvmgit-00637-g9af6015 root=/dev/sda6 panic=10 pci=nomsi irq_masq=0x0010 My kvm-call: #!/bin/bash modprobe pci_stub modprobe kvm-intel modprobe tun kvm \ -m 1G \ -hda /home/oliver/KVM/meineXP-Partition.image \ -hdb /home/oliver/KVM/NETKVM-20081229.iso \ -net nic,macaddr=00:01:02:03:04:05,model=virtio \ -net tap,ifname=win0,script=no,downscript=no \ -boot c \ -nographic \ -pcidevice host=00:02.0 \ -pcidevice host=00:02.1 Any ideas? TfH, Oliver