Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756522AbZKSPW1 (ORCPT ); Thu, 19 Nov 2009 10:22:27 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1756362AbZKSPW0 (ORCPT ); Thu, 19 Nov 2009 10:22:26 -0500 Received: from mx1.redhat.com ([209.132.183.28]:12359 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755153AbZKSPWZ (ORCPT ); Thu, 19 Nov 2009 10:22:25 -0500 Message-ID: <4B0562A0.7040507@redhat.com> Date: Thu, 19 Nov 2009 17:22:08 +0200 From: Avi Kivity User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.4pre) Gecko/20090922 Fedora/3.0-3.9.b4.fc12 Thunderbird/3.0b4 MIME-Version: 1.0 To: Adam Litke CC: Anthony Liguori , Rusty Russell , qemu-devel@nongnu.org, virtualization@lists.linux-foundation.org, linux-kernel@vger.kernel.org Subject: Re: virtio: Add memory statistics reporting to the balloon driver (V3) References: <1258643169.3464.3.camel@aglitke> <1258643945.3464.5.camel@aglitke> In-Reply-To: <1258643945.3464.5.camel@aglitke> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 605 Lines: 23 On 11/19/2009 05:19 PM, Adam Litke wrote: > Rusty and Anthony, > If I've addressed all outstanding issues, please consider this patch for > inclusion. Thanks. > > +struct virtio_balloon_stat > +{ > + __le16 tag; > + __le64 val; > +}; > + > You're not doing endian conversion in the host? -- error compiling committee.c: too many arguments to function -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/