From mboxrd@z Thu Jan 1 00:00:00 1970 From: gg@seh.de Subject: Re: Test with VT-d patches Date: Tue, 02 Sep 2008 20:40:06 +0200 Message-ID: <4026910.240961220380805962.JavaMail.servlet@kundenserver> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Cc: To: Return-path: Received: from moutng.kundenserver.de ([212.227.126.188]:58199 "EHLO moutng.kundenserver.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751409AbYIBSkH (ORCPT ); Tue, 2 Sep 2008 14:40:07 -0400 Cc: Cc: Sender: kvm-owner@vger.kernel.org List-ID: Hi, >On Tue, Sep 2, 2008 at 4:17 PM, wrote: >> Hi, >> >> here comes a small part of the dmesg output. Qemu/KVM produces now a CPU >usage >> of about 90%. >> >> >> Sep 2 11:27:35 ubuntu klogd: [ 335.057707] ------------[ cut here >]------------ >> Sep 2 11:27:35 ubuntu klogd: [ 335.057711] WARNING: at >kernel/irq/manage.c:180 __enable_irq+0x34/0x80() >> Sep 2 11:27:35 ubuntu klogd: [ 335.057713] Unbalanced enable for IRQ 21 >[...] >> This messages comes endless. >> Something with IRQs? > >Hum, seems that interrupt has already been enabled... did you load the >driver for the NIC in the host? With pass-through the device is >"owned" by the guest. No. The driver was not loaded. It is not possible to start qemu with a pci-device used by the host. (I try this with the second network device.) Can this interrupt be shared with an other IRQ? Gregor