From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paolo Bonzini Subject: Re: [PATCH 2/2] msix: Pull in config.h for CONFIG_KVM Date: Sat, 23 Oct 2010 09:41:44 +0200 Message-ID: <4CC291B8.5030907@redhat.com> References: <20101022193845.10161.52907.stgit@s20.home> <20101022204037.10161.83407.stgit@s20.home> <1287798606.5129.1.camel@x201> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: mst@redhat.com, kvm@vger.kernel.org, qemu-devel@nongnu.org To: Alex Williamson Return-path: Received: from mail-fx0-f46.google.com ([209.85.161.46]:49038 "EHLO mail-fx0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754841Ab0JWHls (ORCPT ); Sat, 23 Oct 2010 03:41:48 -0400 Received: by fxm16 with SMTP id 16so1353009fxm.19 for ; Sat, 23 Oct 2010 00:41:46 -0700 (PDT) In-Reply-To: <1287798606.5129.1.camel@x201> Sender: kvm-owner@vger.kernel.org List-ID: 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