Eric Blake <ebl...@redhat.com> writes: > Passing around an 'int' for a QBool type is weird, when we already > use a C99 compiler and have a sane 'bool' that does just fine. > > I half-debated sending this through qemu-trivial, but think it > better belongs through the QMP tree. There turned out to be few > enough clients that I grouped it into two patches touching a number > of files each; but I'm also okay with splitting into finer-grained > patches that focus on fewer files at a time if that is desired.
Applied to my (badly named) qapi-next branch, thanks!