From mboxrd@z Thu Jan 1 00:00:00 1970 From: Erik Rull Subject: Interrupt Assignment on host Date: Wed, 28 Oct 2009 22:16:09 +0100 Message-ID: <4AE8B499.7030201@rdsoftware.de> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit To: "kvm@vger.kernel.org" Return-path: Received: from moutng.kundenserver.de ([212.227.17.8]:53964 "EHLO moutng.kundenserver.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755885AbZJ1VQC (ORCPT ); Wed, 28 Oct 2009 17:16:02 -0400 Sender: kvm-owner@vger.kernel.org List-ID: Hi all, after several tests it seems that the interrupt assignment on the host systems influences the kvm performance drastically. If eth0, video and usb are on seperate interrupts the perfomance is way better than if they are shared (that means on the same one). Normally this should not matter. But why is it within kvm? Does kvm somehow hook up into the interrupt service routines? My guest is Windows XP SP3. Best regards, Erik