Re: [Qemu-devel] [PATCH] stellaris: Calculate system clock period on reset

2011-12-16 Thread Stefan Hajnoczi
On Thu, Dec 15, 2011 at 06:58:26PM +, Peter Maydell wrote: > Calculate the system clock period on reset; otherwise it remains > set to the default value of zero and attempting to use it provokes > a hang. This is one of the issues noted in LP:696094. > > Signed-off-by: Peter Maydell > --- >

[Qemu-devel] [PATCH] stellaris: Calculate system clock period on reset

2011-12-15 Thread Peter Maydell
Calculate the system clock period on reset; otherwise it remains set to the default value of zero and attempting to use it provokes a hang. This is one of the issues noted in LP:696094. Signed-off-by: Peter Maydell --- hw/stellaris.c |1 + 1 files changed, 1 insertions(+), 0 deletions(-) di