Refactor debug and vmstop request interface
authorJan Kiszka <jan.kiszka@siemens.com>
Mon, 7 Feb 2011 11:19:16 +0000 (12:19 +0100)
committerMarcelo Tosatti <mtosatti@redhat.com>
Mon, 14 Feb 2011 14:39:46 +0000 (12:39 -0200)
commit6f98222e3cda8952577486e8d736bd60f3bf3da5
treedf640713df1e55ca25143270a673196712427f73
parent767936624e72d13b1d698ef9839ec5be91819e88
Refactor debug and vmstop request interface

Instead of fiddling with debug_requested and vmstop_requested directly,
introduce qemu_system_debug_request and turn qemu_system_vmstop_request
into a public interface. This aligns those services with exiting ones in
vl.c.

Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>
cpus.c
cpus.h
sysemu.h
vl.c