OSDN Git Service

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)
commit852f771ec9e5cb5e57b4023209f37dd331d5dbdd
tree3a7bc428af10603e34ad0b570d174d3fb94fa0a3
parent22a3faf507a9de2fab8988daf39ff41d09419bec
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