From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marcelo Tosatti Date: Tue, 13 Oct 2009 17:10:40 +0000 Subject: Re: [PATCH 1/1] kvm/mmu: Resolve compile warning Message-Id: <20091013171040.GC11155@amt.cnet> List-Id: References: <1255242503.4326.39.camel@laptop> In-Reply-To: <1255242503.4326.39.camel@laptop> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit To: javier martinez canillas Cc: avi@redhat.com, kvm@vger.kernel.org, kernel-janitors@vger.kernel.org javier, This is fixed in the -next branch of kvm.git. Thanks. On Sun, Oct 11, 2009 at 02:28:23AM -0400, javier martinez canillas wrote: > I got this compile warning with today linux-next: > > arch/x86/kvm/mmu.c: In function ‘kvm_set_pte_rmapp’: > arch/x86/kvm/mmu.c:770: warning: cast to pointer from integer of different size > arch/x86/kvm/mmu.c: In function ‘kvm_set_spte_hva’: > arch/x86/kvm/mmu.c:849: warning: cast from pointer to integer of different size > > This patch solves the issue: > > Signed-off-by: Javier Martinez Canillas From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marcelo Tosatti Subject: Re: [PATCH 1/1] kvm/mmu: Resolve compile warning Date: Tue, 13 Oct 2009 14:10:40 -0300 Message-ID: <20091013171040.GC11155@amt.cnet> References: <1255242503.4326.39.camel@laptop> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: QUOTED-PRINTABLE Cc: avi@redhat.com, kvm@vger.kernel.org, kernel-janitors@vger.kernel.org To: javier martinez canillas Return-path: Received: from mx1.redhat.com ([209.132.183.28]:19152 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1760339AbZJMRL1 (ORCPT ); Tue, 13 Oct 2009 13:11:27 -0400 Content-Disposition: inline In-Reply-To: <1255242503.4326.39.camel@laptop> Sender: kvm-owner@vger.kernel.org List-ID: javier, This is fixed in the -next branch of kvm.git. Thanks. On Sun, Oct 11, 2009 at 02:28:23AM -0400, javier martinez canillas wrot= e: > I got this compile warning with today linux-next: >=20 > arch/x86/kvm/mmu.c: In function =E2=80=98kvm_set_pte_rmapp=E2=80=99: > arch/x86/kvm/mmu.c:770: warning: cast to pointer from integer of diff= erent size > arch/x86/kvm/mmu.c: In function =E2=80=98kvm_set_spte_hva=E2=80=99: > arch/x86/kvm/mmu.c:849: warning: cast from pointer to integer of diff= erent size >=20 > This patch solves the issue: >=20 > Signed-off-by: Javier Martinez Canillas