From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Mueller Subject: Re: Single Graphic Card only for KVM-Guest, not Linux? Date: Mon, 16 Mar 2009 16:42:16 +0000 (UTC) Message-ID: References: <49BE7F91.3020702@web.de> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit To: kvm@vger.kernel.org Return-path: Received: from main.gmane.org ([80.91.229.2]:33349 "EHLO ciao.gmane.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753397AbZCPQpE (ORCPT ); Mon, 16 Mar 2009 12:45:04 -0400 Received: from root by ciao.gmane.org with local (Exim 4.43) id 1LjFvy-0004jO-Ud for kvm@vger.kernel.org; Mon, 16 Mar 2009 16:45:02 +0000 Received: from 77-58-232-244.dclient.hispeed.ch ([77.58.232.244]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 16 Mar 2009 16:45:02 +0000 Received: from thomas by 77-58-232-244.dclient.hispeed.ch with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 16 Mar 2009 16:45:02 +0000 Sender: kvm-owner@vger.kernel.org List-ID: On Mon, 16 Mar 2009 17:34:25 +0100, Oliver Rath wrote: > 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 maybe you have to redirect the console of the host to a serial device to not take the graphics card? console=ttyS1,38400 - Thomas