vmstate: port pmtimer
authorJuan Quintela <quintela@redhat.com>
Wed, 1 Dec 2010 22:51:14 +0000 (23:51 +0100)
committerAnthony Liguori <aliguori@us.ibm.com>
Fri, 22 Apr 2011 19:41:40 +0000 (14:41 -0500)
commit9d17a2b020f8944ff336ed9195b23f90eb050db1
tree3a7bc428af10603e34ad0b570d174d3fb94fa0a3
parent2a4a0e5f81033a8dd6eb8812e8deb634544d27f7
vmstate: port pmtimer

It was a half conversion.  Finish it.
enabled can only get values of 0, 1 or 2, was declared as an int but
sent as an unint8_t, change its type.

Signed-off-by: Juan Quintela <quintela@redhat.com>
hw/hw.h
hw/ptimer.c
qemu-timer.h