QMP: Move RESET event into qemu_system_reset()
commit0ee442502bc8af7fe1679ccf775e54fcf62dd8ac
authorLuiz Capitulino <lcapitulino@redhat.com>
Thu, 25 Feb 2010 15:07:00 +0000 (25 12:07 -0300)
committerAnthony Liguori <aliguori@us.ibm.com>
Mon, 8 Mar 2010 17:30:08 +0000 (8 11:30 -0600)
tree378c47450c073c74864aa16f7f5795bcae4175ea
parent6b8f8fff78185cb260d1ca3c30352c0bf5601d36
QMP: Move RESET event into qemu_system_reset()

Nothing will change as that function is currently only called by
the main loop code, but it's the right place for the RESET event,
as it's where the reset is actually performed.

Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
vl.c