From 852f771ec9e5cb5e57b4023209f37dd331d5dbdd Mon Sep 17 00:00:00 2001 From: Juan Quintela Date: Wed, 1 Dec 2010 23:51:14 +0100 Subject: 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 --- qemu-timer.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'qemu-timer.h') diff --git a/qemu-timer.h b/qemu-timer.h index bbc3452bc3..2cacf65535 100644 --- a/qemu-timer.h +++ b/qemu-timer.h @@ -144,8 +144,6 @@ uint64_t ptimer_get_count(ptimer_state *s); void ptimer_set_count(ptimer_state *s, uint64_t count); void ptimer_run(ptimer_state *s, int oneshot); void ptimer_stop(ptimer_state *s); -void qemu_put_ptimer(QEMUFile *f, ptimer_state *s); -void qemu_get_ptimer(QEMUFile *f, ptimer_state *s); /* icount */ int64_t qemu_icount_round(int64_t count); -- cgit v1.2.1