Re: [Qemu-devel] [PATCH v9 26/27] qapi: Remove dead visitor code

2015-11-10 Thread Eric Blake
On 11/05/2015 12:05 PM, Markus Armbruster wrote: > Eric Blake writes: > >> Commit cbc95538 removed unused start_handle() and end_handle(), >> but forgot got remove their declarations. >> >> Commit 4e27e819 introduced optional visitor callbacks for all >> sorts of int types, but except for type_ui

Re: [Qemu-devel] [PATCH v9 26/27] qapi: Remove dead visitor code

2015-11-05 Thread Markus Armbruster
Eric Blake writes: > Commit cbc95538 removed unused start_handle() and end_handle(), > but forgot got remove their declarations. > > Commit 4e27e819 introduced optional visitor callbacks for all > sorts of int types, but except for type_uint64 and type_size, > none of them have ever been supplied

[Qemu-devel] [PATCH v9 26/27] qapi: Remove dead visitor code

2015-11-03 Thread Eric Blake
Commit cbc95538 removed unused start_handle() and end_handle(), but forgot got remove their declarations. Commit 4e27e819 introduced optional visitor callbacks for all sorts of int types, but except for type_uint64 and type_size, none of them have ever been supplied (the generic implementation bas