From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rusty Russell Subject: Re: [PATCH] vhost: Fix warnings and bad type handling Date: Mon, 23 Nov 2009 12:31:44 +1030 Message-ID: <200911231231.45095.rusty@rustcorp.com.au> References: <20091117154213.3683.94554.stgit@localhost.localdomain> <20091122102801.GA13644@redhat.com> Mime-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Cc: Alan Cox , virtualization@lists.linux-foundation.org, kvm@vger.kernel.org, linux-kernel@vger.kernel.org To: "Michael S. Tsirkin" Return-path: In-Reply-To: <20091122102801.GA13644@redhat.com> Sender: linux-kernel-owner@vger.kernel.org List-Id: kvm.vger.kernel.org On Sun, 22 Nov 2009 08:58:01 pm Michael S. Tsirkin wrote: > > From: Alan Cox > Subject: [PATCH] vhost: fix warnings on 32 bit systems > > Fix compiler warning about discarding top 32 bit > of data on 32 bit systems, and document that > dicarded bits must be 0. > > Signed-off-by: Alan Cox > Signed-off-by: Michael S. Tsirkin > --- > > So I think the below slightly tweaked version of > Alan's patch is a bit better. OK? Thanks, applied. Rusty.