From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:50391) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aGSHM-0003Rr-Fg for qemu-devel@nongnu.org; Tue, 05 Jan 2016 09:08:10 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aGSHL-0000uv-Nb for qemu-devel@nongnu.org; Tue, 05 Jan 2016 09:08:04 -0500 Received: from mail-ob0-x232.google.com ([2607:f8b0:4003:c01::232]:35634) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aGSHL-0000ur-Jc for qemu-devel@nongnu.org; Tue, 05 Jan 2016 09:08:03 -0500 Received: by mail-ob0-x232.google.com with SMTP id xn1so608319obc.2 for ; Tue, 05 Jan 2016 06:08:03 -0800 (PST) MIME-Version: 1.0 In-Reply-To: <1450717720-9627-7-git-send-email-eblake@redhat.com> References: <1450717720-9627-1-git-send-email-eblake@redhat.com> <1450717720-9627-7-git-send-email-eblake@redhat.com> Date: Tue, 5 Jan 2016 15:08:03 +0100 Message-ID: From: =?UTF-8?B?TWFyYy1BbmRyw6kgTHVyZWF1?= Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH v8 06/35] balloon: Improve use of qapi visitor List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Eric Blake Cc: "Michael S. Tsirkin" , QEMU , Markus Armbruster Hi On Mon, Dec 21, 2015 at 6:08 PM, Eric Blake wrote: > Rework the control flow of balloon_stats_get_all() to make it > easier for a later patch to split visit_end_struct(). Also > switch to the uint64 visitor to match the data type. > Looks like the i64 -> u64 change is safe. virtio_balloon_stat (the structure passed across virtio-balloon is also __virtio64 =3D u64) Reviewed-by: Marc-Andr=C3=A9 Lureau --=20 Marc-Andr=C3=A9 Lureau