From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marcelo Tosatti Subject: Re: [PATCH] Explicit type conversion to avoid compilation failure Date: Wed, 29 Sep 2010 18:17:56 -0300 Message-ID: <20100929211756.GC30404@amt.cnet> References: <1285493873-5700-1-git-send-email-haishan.bai@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: kvm@vger.kernel.org To: Hai Shan Return-path: Received: from mx1.redhat.com ([209.132.183.28]:16197 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752271Ab0I3FFA (ORCPT ); Thu, 30 Sep 2010 01:05:00 -0400 Content-Disposition: inline In-Reply-To: <1285493873-5700-1-git-send-email-haishan.bai@gmail.com> Sender: kvm-owner@vger.kernel.org List-ID: On Sun, Sep 26, 2010 at 05:37:53PM +0800, Hai Shan wrote: > From: Shan Hai > > The compilation failed using GCC-4.4.1 on mismatched types > --- > qemu-kvm.c | 4 ++-- > 1 files changed, 2 insertions(+), 2 deletions(-) Applied, thanks.