From patchwork Mon Jun 28 16:14:14 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Marcelo Tosatti X-Patchwork-Id: 108389 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by demeter.kernel.org (8.14.4/8.14.3) with ESMTP id o5SGFhoM025524 for ; Mon, 28 Jun 2010 16:15:43 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752955Ab0F1QPk (ORCPT ); Mon, 28 Jun 2010 12:15:40 -0400 Received: from mx1.redhat.com ([209.132.183.28]:34098 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751665Ab0F1QPj (ORCPT ); Mon, 28 Jun 2010 12:15:39 -0400 Received: from int-mx02.intmail.prod.int.phx2.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id o5SGFbT5020415 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Mon, 28 Jun 2010 12:15:37 -0400 Received: from ns3.rdu.redhat.com (ns3.rdu.redhat.com [10.11.255.199]) by int-mx02.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id o5SGFbWZ028315; Mon, 28 Jun 2010 12:15:37 -0400 Received: from amt.cnet (vpn2-11-80.ams2.redhat.com [10.36.11.80]) by ns3.rdu.redhat.com (8.13.8/8.13.8) with ESMTP id o5SGFYES017376; Mon, 28 Jun 2010 12:15:35 -0400 Received: from amt.cnet (amt.cnet [127.0.0.1]) by amt.cnet (Postfix) with ESMTP id B27D968A8A8; Mon, 28 Jun 2010 13:14:48 -0300 (BRT) Received: (from marcelo@localhost) by amt.cnet (8.14.3/8.14.3/Submit) id o5SGEjq1007584; Mon, 28 Jun 2010 13:14:45 -0300 From: Marcelo Tosatti To: Anthony Liguori Cc: qemu-devel@nongnu.org, kvm@vger.kernel.org, Sheng Yang , Avi Kivity Subject: [PATCH 7/7] kvm: Fix cpu_is_bsp() compilation warning Date: Mon, 28 Jun 2010 13:14:14 -0300 Message-Id: <408392b30d685e36c9f8dd67910d72157443ad27.1277741654.git.mtosatti@redhat.com> In-Reply-To: References: X-Scanned-By: MIMEDefang 2.67 on 10.5.11.12 Sender: kvm-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: kvm@vger.kernel.org X-Greylist: IP, sender and recipient auto-whitelisted, not delayed by milter-greylist-4.2.3 (demeter.kernel.org [140.211.167.41]); Mon, 28 Jun 2010 16:15:43 +0000 (UTC) diff --git a/target-i386/kvm.c b/target-i386/kvm.c index 576d3b5..a33d2fa 100644 --- a/target-i386/kvm.c +++ b/target-i386/kvm.c @@ -25,6 +25,7 @@ #include "gdbstub.h" #include "host-utils.h" #include "hw/pc.h" +#include "hw/apic.h" #include "ioport.h" #ifdef CONFIG_KVM_PARA