Eric Blake <ebl...@redhat.com> writes: > On 05/22/2015 05:36 AM, Markus Armbruster wrote: >> Signed-off-by: Markus Armbruster <arm...@redhat.com> >> --- >> monitor.c | 23 ++++++++++++----------- >> 1 file changed, 12 insertions(+), 11 deletions(-) >> > > Might be worth mentioning in the commit message that... > >> >> -static inline int qmp_cmd_mode(const Monitor *mon) >> -{ >> - return mon->qmp.command_mode; >> -} > > ...qmp_cmd_mode() is now inlined into its callers.
Can do. > Nice, fixes up a mis-use of 'int' that I complained about when writing > commit 2d5a8346 > > Reviewed-by: Eric Blake <ebl...@redhat.com> Thanks!