Re: [Qemu-devel] [PATCH 1/6] i.MX: Allow GPT timer to rollover.

2016-01-26 Thread Jean-Christophe DUBOIS
Le 26/01/2016 22:54, Eric Blake a écrit : On 01/26/2016 02:44 PM, Jean-Christophe Dubois wrote: [meta-reply] Make sure your git settings properly thread your messages. Your 1/6 came through as a top-level thread, rather than in-reply-to the 0/6 cover letter (likewise for the rest of the series).

Re: [Qemu-devel] [PATCH 1/6] i.MX: Allow GPT timer to rollover.

2016-01-26 Thread Eric Blake
On 01/26/2016 02:44 PM, Jean-Christophe Dubois wrote: [meta-reply] Make sure your git settings properly thread your messages. Your 1/6 came through as a top-level thread, rather than in-reply-to the 0/6 cover letter (likewise for the rest of the series). > GPT timer need to rolloever when it reac

[Qemu-devel] [PATCH 1/6] i.MX: Allow GPT timer to rollover.

2016-01-26 Thread Jean-Christophe Dubois
GPT timer need to rolloever when it reaches 0x. It also need to reset to 0 when in "retart mode" and crossing the compare 1 register. Signed-off-by: Jean-Christophe Dubois --- hw/timer/imx_gpt.c | 27 +++ 1 file changed, 15 insertions(+), 12 deletions(-) diff --