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)
commitde79ba6f53fa78a6132a67c7ff134014dc8479e7
tree9224a31a3a31ad095fccfa72ca35e1d4910463b6
parent4903de0cebb6306e8c660dc0ce3e66fe3b5c35f9
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