Re: [Qemu-devel] [PATCH v6 03/23] qapi: Consolidate visitor integer callbacks

2015-11-27 Thread Markus Armbruster
Eric Blake writes: > 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 > based on using type_[u]int64() then bounds-checking works just > fine). In th

[Qemu-devel] [PATCH v6 03/23] qapi: Consolidate visitor integer callbacks

2015-11-25 Thread Eric Blake
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 based on using type_[u]int64() then bounds-checking works just fine). In the interest of simplicity, it's