Re: [Qemu-devel] [PATCH] booke_ppc: limit booke timer to max when timeout overflow

2013-06-20 Thread Alexander Graf
On 12.06.2013, at 14:30, Bharat Bhushan wrote: > Limit watchdog and fit timer to maximum timeout value which > qemu timer can support (INT64_MAX). This maximum timeout will be > hundreds of years, so limiting to max timeout is pretty safe. > > Signed-off-by: Bharat Bhushan Thanks, applied to p

[Qemu-devel] [PATCH] booke_ppc: limit booke timer to max when timeout overflow

2013-06-12 Thread Bharat Bhushan
Limit watchdog and fit timer to maximum timeout value which qemu timer can support (INT64_MAX). This maximum timeout will be hundreds of years, so limiting to max timeout is pretty safe. Signed-off-by: Bharat Bhushan --- hw/ppc/ppc_booke.c | 24 1 files changed, 20 ins