[Qemu-devel] [PATCH 5/8] Drop the vm_running global variable

2011-09-01 Thread Luiz Capitulino
Use runstate_is_running() instead, which is introduced by this commit. Signed-off-by: Luiz Capitulino --- cpus.c|9 - gdbstub.c |4 ++-- hw/etraxfs_dma.c |2 +- hw/kvmclock.c |2 +- hw/virtio.c |2 +- migration.c |2 +- monitor

Re: [Qemu-devel] [PATCH 5/8] Drop the vm_running global variable

2011-08-14 Thread Anthony Liguori
On 08/10/2011 03:33 PM, Luiz Capitulino wrote: Use vm_is_running() instead, which is introduced by this commit and is part of the RunState API. Signed-off-by: Luiz Capitulino --- cpus.c|9 - gdbstub.c |4 ++-- hw/etraxfs_dma.c |2 +- hw/kvmclock.c

[Qemu-devel] [PATCH 5/8] Drop the vm_running global variable

2011-08-10 Thread Luiz Capitulino
Use vm_is_running() instead, which is introduced by this commit and is part of the RunState API. Signed-off-by: Luiz Capitulino --- cpus.c|9 - gdbstub.c |4 ++-- hw/etraxfs_dma.c |2 +- hw/kvmclock.c |2 +- hw/virtio.c |2 +- migration.