Monitor: Directly call QObject handlers
authorLuiz Capitulino <lcapitulino@redhat.com>
Thu, 16 Sep 2010 14:06:11 +0000 (11:06 -0300)
committerLuiz Capitulino <lcapitulino@redhat.com>
Fri, 1 Oct 2010 13:20:07 +0000 (10:20 -0300)
commite1dac8005da12f677f354f264c386bf3a6670d05
tree9224a31a3a31ad095fccfa72ca35e1d4910463b6
parenta915c32dd22d7a52fb32e9ce28011ea3d0716d1c
Monitor: Directly call QObject handlers

This avoids handle_user_command() calling monitor_call_handler(),
which is currently shared with QMP.

Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com>
monitor.c