]> git.proxmox.com Git - mirror_qemu.git/commit - vl.c
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)
commit8cf71710f068f9c50ce420b1dd4ef71c2f9b2a8d
treedf640713df1e55ca25143270a673196712427f73
parente07bbac542d45cb246f393f343eb3b867fed4de1
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