Re: [Qemu-devel] [PATCH] [PowerPC][RFC] booke timers

2011-07-01 Thread Fabien Chouteau
On 30/06/2011 21:26, Scott Wood wrote: > On Thu, 30 Jun 2011 17:51:10 +0200 > Fabien Chouteau wrote: > >> On 28/06/2011 19:49, Scott Wood wrote: >>> On Tue, 28 Jun 2011 15:35:00 +0200 >>> Fabien Chouteau wrote: >>> On 27/06/2011 22:28, Scott Wood wrote: > On Mon, 27 Jun 2011 18:14:06 +02

Re: [Qemu-devel] [PATCH] [PowerPC][RFC] booke timers

2011-06-30 Thread Scott Wood
On Thu, 30 Jun 2011 17:51:10 +0200 Fabien Chouteau wrote: > On 28/06/2011 19:49, Scott Wood wrote: > > On Tue, 28 Jun 2011 15:35:00 +0200 > > Fabien Chouteau wrote: > > > >> On 27/06/2011 22:28, Scott Wood wrote: > >>> On Mon, 27 Jun 2011 18:14:06 +0200 > >>> Fabien Chouteau wrote: > >>> > >>>

Re: [Qemu-devel] [PATCH] [PowerPC][RFC] booke timers

2011-06-30 Thread Fabien Chouteau
On 28/06/2011 19:49, Scott Wood wrote: > On Tue, 28 Jun 2011 15:35:00 +0200 > Fabien Chouteau wrote: > >> On 27/06/2011 22:28, Scott Wood wrote: >>> On Mon, 27 Jun 2011 18:14:06 +0200 >>> Fabien Chouteau wrote: >>> While working on the emulation of the freescale p2010 (e500v2) I realized >

Re: [Qemu-devel] [PATCH] [PowerPC][RFC] booke timers

2011-06-28 Thread Scott Wood
On Tue, 28 Jun 2011 15:35:00 +0200 Fabien Chouteau wrote: > Subject: Re: [Qemu-devel] [PATCH] [PowerPC][RFC] booke timers > To:Scott Wood > Cc:qemu-devel@nongnu.org > Bcc: > -=-=-=-=-=-=-=-=-=# Don't remove this line #=-=-=-=-=-=-=-=-=-w > On 27/06

Re: [Qemu-devel] [PATCH] [PowerPC][RFC] booke timers

2011-06-28 Thread Fabien Chouteau
Subject: Re: [Qemu-devel] [PATCH] [PowerPC][RFC] booke timers To:Scott Wood Cc:qemu-devel@nongnu.org Bcc: -=-=-=-=-=-=-=-=-=# Don't remove this line #=-=-=-=-=-=-=-=-=-w On 27/06/2011 22:28, Scott Wood wrote: > On Mon, 27 Jun 2011 18:14:06 +0200 > Fabien Chou

Re: [Qemu-devel] [PATCH] [PowerPC][RFC] booke timers

2011-06-27 Thread Scott Wood
On Mon, 27 Jun 2011 18:14:06 +0200 Fabien Chouteau wrote: > 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

[Qemu-devel] [PATCH] [PowerPC][RFC] booke timers

2011-06-27 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). This is a first attempt for a