Hi Peter,
On Sat, Mar 23, 2013 at 1:49 AM, Peter Maydell wrote:
> Add a missing VMSTATE_TIMER() entry to the arm_mptimer vmstate
> description; this omission meant that we would probably hang on reload
> when the timer failed to fire.
>
I know load-save does not work for Zynq Linux. This will de
Add a missing VMSTATE_TIMER() entry to the arm_mptimer vmstate
description; this omission meant that we would probably hang on reload
when the timer failed to fire.
Signed-off-by: Peter Maydell
---
hw/arm_mptimer.c |5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/hw/ar