Re: [Qemu-devel] [PATCH v8 06/35] balloon: Improve use of qapi visitor

2016-01-05 Thread Marc-André Lureau
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_st

[Qemu-devel] [PATCH v8 06/35] balloon: Improve use of qapi visitor

2015-12-21 Thread Eric Blake
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. Signed-off-by: Eric Blake --- v8: no change v7: place earlier in series v6: new patch, split from RFC on v5 7/46 --- hw/