]> git.proxmox.com Git - mirror_qemu.git/commit - gdbstub.c
Replace the VMSTOP macros with a proper state type
authorLuiz Capitulino <lcapitulino@redhat.com>
Fri, 29 Jul 2011 17:26:33 +0000 (14:26 -0300)
committerLuiz Capitulino <lcapitulino@redhat.com>
Thu, 15 Sep 2011 19:39:32 +0000 (16:39 -0300)
commit1dfb4dd993f7122353fb2894f09dfcba894cd7d5
tree72559b694b482e5b0dc1f77faf96aa31d3678f64
parentbff046f86b4f8970c722c3bc3e32173b8000e716
Replace the VMSTOP macros with a proper state type

Today, when notifying a VM state change with vm_state_notify(),
we pass a VMSTOP macro as the 'reason' argument. This is not ideal
because the VMSTOP macros tell why qemu stopped and not exactly
what the current VM state is.

One example to demonstrate this problem is that vm_start() calls
vm_state_notify() with reason=0, which turns out to be VMSTOP_USER.

This commit fixes that by replacing the VMSTOP macros with a proper
state type called RunState.

Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com>
24 files changed:
audio/audio.c
cpus.c
gdbstub.c
hw/ide/ahci.c
hw/ide/core.c
hw/ide/internal.h
hw/ide/pci.c
hw/kvmclock.c
hw/qxl.c
hw/scsi-disk.c
hw/virtio-blk.c
hw/virtio.c
hw/watchdog.c
kvm-all.c
migration.c
monitor.c
qemu-timer.c
savevm.c
sysemu.h
target-i386/kvm.c
ui/spice-display.c
ui/spice-display.h
vl.c
xen-all.c