[Qemu-devel] [PATCH 18/26] RunState: Rename enum values as generated by the QAPI

2011-10-05 Thread Luiz Capitulino
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

[Qemu-devel] [PATCH 18/26] RunState: Rename enum values as generated by the QAPI

2011-09-30 Thread Luiz Capitulino
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