From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marcelo Tosatti Subject: Re: [PATCH, -next] KVM: x86: Fix 32-bit host build warning Date: Tue, 20 Oct 2009 15:01:57 -0200 Message-ID: <20091020170157.GA14309@amt.cnet> References: <4ADDA9CE.30408@siemens.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Avi Kivity , kvm-devel , Ed Swierk To: Jan Kiszka Return-path: Received: from mx1.redhat.com ([209.132.183.28]:31859 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752529AbZJTRCX (ORCPT ); Tue, 20 Oct 2009 13:02:23 -0400 Content-Disposition: inline In-Reply-To: <4ADDA9CE.30408@siemens.com> Sender: kvm-owner@vger.kernel.org List-ID: On Tue, Oct 20, 2009 at 02:15:10PM +0200, Jan Kiszka wrote: > Fixes "cast to pointer from integer of different size" on 32-bit hosts > and applies a micro-refactoring. > > Signed-off-by: Jan Kiszka Applied, thanks.