From mboxrd@z Thu Jan 1 00:00:00 1970 From: Avi Kivity Subject: Re: virtio: Add memory statistics reporting to the balloon driver (V3) Date: Thu, 19 Nov 2009 17:22:08 +0200 Message-ID: <4B0562A0.7040507@redhat.com> References: <1258643169.3464.3.camel@aglitke> <1258643945.3464.5.camel@aglitke> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1258643945.3464.5.camel@aglitke> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: virtualization-bounces@lists.linux-foundation.org Errors-To: virtualization-bounces@lists.linux-foundation.org To: Adam Litke Cc: linux-kernel@vger.kernel.org, Anthony Liguori , qemu-devel@nongnu.org, virtualization@lists.linux-foundation.org List-Id: virtualization@lists.linuxfoundation.org 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 From mboxrd@z Thu Jan 1 00:00:00 1970 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 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 From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NB8q0-0003YR-7l for qemu-devel@nongnu.org; Thu, 19 Nov 2009 10:22:24 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NB8pv-0003W5-HB for qemu-devel@nongnu.org; Thu, 19 Nov 2009 10:22:23 -0500 Received: from [199.232.76.173] (port=40752 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NB8pv-0003Vy-Aq for qemu-devel@nongnu.org; Thu, 19 Nov 2009 10:22:19 -0500 Received: from mx1.redhat.com ([209.132.183.28]:25130) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NB8pu-0004JP-FR for qemu-devel@nongnu.org; Thu, 19 Nov 2009 10:22:19 -0500 Message-ID: <4B0562A0.7040507@redhat.com> Date: Thu, 19 Nov 2009 17:22:08 +0200 From: Avi Kivity MIME-Version: 1.0 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 Subject: [Qemu-devel] Re: virtio: Add memory statistics reporting to the balloon driver (V3) List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Adam Litke Cc: linux-kernel@vger.kernel.org, Anthony Liguori , Rusty Russell , qemu-devel@nongnu.org, virtualization@lists.linux-foundation.org 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