From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Michael S. Tsirkin" Subject: Re: [PATCH v2 0/8] Move msix.o back to target independent files list Date: Wed, 20 Oct 2010 12:18:33 +0200 Message-ID: <20101020101833.GB12878@redhat.com> References: <1286721727-31447-1-git-send-email-avi@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Marcelo Tosatti , kvm@vger.kernel.org To: Avi Kivity Return-path: Received: from mx1.redhat.com ([209.132.183.28]:60822 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752862Ab0JTKZD (ORCPT ); Wed, 20 Oct 2010 06:25:03 -0400 Received: from int-mx03.intmail.prod.int.phx2.redhat.com (int-mx03.intmail.prod.int.phx2.redhat.com [10.5.11.16]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id o9KAP332023206 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Wed, 20 Oct 2010 06:25:03 -0400 Content-Disposition: inline In-Reply-To: <1286721727-31447-1-git-send-email-avi@redhat.com> Sender: kvm-owner@vger.kernel.org List-ID: On Sun, Oct 10, 2010 at 04:41:59PM +0200, Avi Kivity wrote: > Due to a depedency on kvm's msix support, msix.c was changed to be a target > dependent file. This patch set changes it back. > > v2: make the msix.c->kvm.c interface at a finer granularity, removing the need > for kvm code to know about PCIDevice. > > Avi Kivity (8): > msix: avoid leaking kvm data on init failure > kvm: drop kvm_context parameter from msix-related kvm functions > Avoid using kvm_irq_routing_entry in PCIDevice > Avoid use of kvm_irq_routing_entry in hw/msix.c > kvm: Add stubs for msix support code > kvm: allow kvm.h to be included from target independent files > msix: remove CONFIG_KVM depedency > Move msix.o build back to Makefile.objs Something strange happened: recent qemu-kvm seems much slower to me. Any chance kernel irqchip is now disabled? -- MST