From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=56702 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P9Yjc-0000YU-Vg for qemu-devel@nongnu.org; Sat, 23 Oct 2010 03:41:50 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1P9Yjb-0004kr-Rf for qemu-devel@nongnu.org; Sat, 23 Oct 2010 03:41:48 -0400 Received: from mail-fx0-f45.google.com ([209.85.161.45]:38088) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1P9Yjb-0004kS-Kx for qemu-devel@nongnu.org; Sat, 23 Oct 2010 03:41:47 -0400 Received: by fxm4 with SMTP id 4so1465318fxm.4 for ; Sat, 23 Oct 2010 00:41:46 -0700 (PDT) Sender: Paolo Bonzini Message-ID: <4CC291B8.5030907@redhat.com> Date: Sat, 23 Oct 2010 09:41:44 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <20101022193845.10161.52907.stgit@s20.home> <20101022204037.10161.83407.stgit@s20.home> <1287798606.5129.1.camel@x201> In-Reply-To: <1287798606.5129.1.camel@x201> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Re: [PATCH 2/2] msix: Pull in config.h for CONFIG_KVM List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Alex Williamson Cc: qemu-devel@nongnu.org, kvm@vger.kernel.org, mst@redhat.com On 10/23/2010 03:50 AM, Alex Williamson wrote: > Oops, memory.c isn't upstream, I'll push it down in my patch queue and > send a new one. Neither is kvm_set_irq actually. :) This patch is only needed for qemu-kvm. BTW, maybe the better solution would be to move the kvm_*_irq* functions from qemu-kvm.c to kvm-all.c, add stubs to kvm-stub.c, and get rid of the #ifdef completely in msix.c Paolo