Re: [Qemu-devel] [RESEND][PATCH] booke timers

2011-09-09 Thread Alexander Graf
On 09.09.2011, at 16:22, Fabien Chouteau wrote: > On 09/09/2011 15:46, Alexander Graf wrote: >> >> On 09.09.2011, at 15:27, Fabien Chouteau wrote: >> >>> On 09/09/2011 12:55, Alexander Graf wrote: On 09.09.2011, at 12:36, Fabien Chouteau wrote: >>> > +} >>>

Re: [Qemu-devel] [RESEND][PATCH] booke timers

2011-09-09 Thread Fabien Chouteau
On 09/09/2011 15:46, Alexander Graf wrote: > > On 09.09.2011, at 15:27, Fabien Chouteau wrote: > >> On 09/09/2011 12:55, Alexander Graf wrote: >>> >>> On 09.09.2011, at 12:36, Fabien Chouteau wrote: >> >>> +} + +qemu_mod_timer(timer, *next); +}

Re: [Qemu-devel] [RESEND][PATCH] booke timers

2011-09-09 Thread Alexander Graf
On 09.09.2011, at 15:27, Fabien Chouteau wrote: > On 09/09/2011 12:55, Alexander Graf wrote: >> >> On 09.09.2011, at 12:36, Fabien Chouteau wrote: > >> >>> +} >>> + >>> +qemu_mod_timer(timer, *next); >>> +} >>> + >>> +static void booke_decr_cb(void *opaq

Re: [Qemu-devel] [RESEND][PATCH] booke timers

2011-09-09 Thread Fabien Chouteau
On 09/09/2011 12:55, Alexander Graf wrote: > > On 09.09.2011, at 12:36, Fabien Chouteau wrote: > >> On 07/09/2011 21:59, Alexander Graf wrote: >>> >>> On 07.09.2011, at 16:41, Fabien Chouteau wrote: >>> On 06/09/2011 21:33, Alexander Graf wrote: > > > Am 01.09.2011 um 10:20 schri

Re: [Qemu-devel] [RESEND][PATCH] booke timers

2011-09-09 Thread Fabien Chouteau
On 07/09/2011 21:59, Alexander Graf wrote: > > On 07.09.2011, at 16:41, Fabien Chouteau wrote: > >> On 06/09/2011 21:33, Alexander Graf wrote: >>> >>> >>> Am 01.09.2011 um 10:20 schrieb Fabien Chouteau : >>> While working on the emulation of the freescale p2010 (e500v2) I realized that

Re: [Qemu-devel] [RESEND][PATCH] booke timers

2011-09-07 Thread Alexander Graf
On 07.09.2011, at 16:41, Fabien Chouteau wrote: > On 06/09/2011 21:33, Alexander Graf wrote: >> >> >> Am 01.09.2011 um 10:20 schrieb Fabien Chouteau : >> >>> While working on the emulation of the freescale p2010 (e500v2) I realized >>> that >>> there's no implementation of booke's timers feat

Re: [Qemu-devel] [RESEND][PATCH] booke timers

2011-09-07 Thread Fabien Chouteau
On 06/09/2011 21:33, Alexander Graf wrote: > > > Am 01.09.2011 um 10:20 schrieb Fabien Chouteau : > >> While working on the emulation of the freescale p2010 (e500v2) I realized >> that >> there's no implementation of booke's timers features. Currently mpc8544 uses >> ppc_emb (ppc_emb_timers_ini

Re: [Qemu-devel] [RESEND][PATCH] booke timers

2011-09-06 Thread Alexander Graf
Am 01.09.2011 um 10:20 schrieb Fabien Chouteau : > While working on the emulation of the freescale p2010 (e500v2) I realized that > there's no implementation of booke's timers features. Currently mpc8544 uses > ppc_emb (ppc_emb_timers_init) which is close but not exactly like booke (for > exampl

[Qemu-devel] [RESEND][PATCH] booke timers

2011-09-01 Thread Fabien Chouteau
While working on the emulation of the freescale p2010 (e500v2) I realized that there's no implementation of booke's timers features. Currently mpc8544 uses ppc_emb (ppc_emb_timers_init) which is close but not exactly like booke (for example booke uses different SPR). Signed-off-by: Fabien Chouteau