]> git.proxmox.com Git - qemu.git/commit
RunState: Rename enum values as generated by the QAPI
authorLuiz Capitulino <lcapitulino@redhat.com>
Fri, 30 Sep 2011 17:45:27 +0000 (14:45 -0300)
committerLuiz Capitulino <lcapitulino@redhat.com>
Tue, 4 Oct 2011 14:02:57 +0000 (11:02 -0300)
commit0461d5a699cb8825039400b76839115e35b73d65
treeb206b04b7fe56eb1ea153d7c3866d070244f9e1b
parentc4d11e38bd475f33d5fa9ceba5292304727f3113
RunState: Rename enum values as generated by the QAPI

Next commit will convert the query-status command to use the
RunState type as generated by the QAPI.

In order to "transparently" replace the current enum by the QAPI
one, we have to make some changes to some enum values.

As the changes are simple renames, I'll do them in one shot. The
changes are:

 - Rename the prefix from RSTATE_ to RUN_STATE_
 - RUN_STATE_SAVEVM to RUN_STATE_SAVE_VM
 - RUN_STATE_IN_MIGRATE to RUN_STATE_INMIGRATE
 - RUN_STATE_PANICKED to RUN_STATE_INTERNAL_ERROR
 - RUN_STATE_POST_MIGRATE to RUN_STATE_POSTMIGRATE
 - RUN_STATE_PRE_LAUNCH to RUN_STATE_PRELAUNCH
 - RUN_STATE_PRE_MIGRATE to RUN_STATE_PREMIGRATE
 - RUN_STATE_RESTORE to RUN_STATE_RESTORE_VM
 - RUN_STATE_PRE_MIGRATE to RUN_STATE_FINISH_MIGRATE

Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com>
gdbstub.c
hw/ide/core.c
hw/scsi-disk.c
hw/virtio-blk.c
hw/watchdog.c
kvm-all.c
migration.c
monitor.c
savevm.c
sysemu.h
vl.c