Re: [Qemu-devel] [PATCH v6 00/18] qapi: remove the 'middle' mode

2016-09-12 Thread Markus Armbruster
Marc-André Lureau writes: > Hi, > > Although some QMP commands are still not fully qapi'fied, it is > possible to use more qapi common and generated code by dropping the > 'middle' mode and use qmp_dispatch(). Applied to qapi-next, thanks!

[Qemu-devel] [PATCH v6 00/18] qapi: remove the 'middle' mode

2016-09-12 Thread Marc-André Lureau
Hi, Although some QMP commands are still not fully qapi'fied, it is possible to use more qapi common and generated code by dropping the 'middle' mode and use qmp_dispatch(). v6: - get back to v4 approach, and unregister commands at run-time. (Markus Armbruster) - comments and commit messages imp