From mboxrd@z Thu Jan 1 00:00:00 1970 From: Avi Kivity Subject: Re: [PATCH v2 0/8] Move msix.o back to target independent files list Date: Wed, 20 Oct 2010 12:38:02 +0200 Message-ID: <4CBEC68A.4030904@redhat.com> References: <1286721727-31447-1-git-send-email-avi@redhat.com> <20101020101833.GB12878@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Marcelo Tosatti , kvm@vger.kernel.org To: "Michael S. Tsirkin" Return-path: Received: from mx1.redhat.com ([209.132.183.28]:1026 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752863Ab0JTKiH (ORCPT ); Wed, 20 Oct 2010 06:38:07 -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 o9KAc6qN014742 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Wed, 20 Oct 2010 06:38:06 -0400 In-Reply-To: <20101020101833.GB12878@redhat.com> Sender: kvm-owner@vger.kernel.org List-ID: On 10/20/2010 12:18 PM, Michael S. Tsirkin wrote: > 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? > You can use strace of ftrace to find out if the right ioctls or traces are called. -- error compiling committee.c: too many arguments to function