Re: [Qemu-devel] [PATCH v5 00/16] QEMU OpenRISC support

2012-06-21 Thread Wei-Ren Chen
On Thu, Jun 21, 2012 at 06:28:30PM +0100, Peter Maydell wrote: > On 21 June 2012 18:24, Blue Swirl wrote: > > On Wed, Jun 20, 2012 at 7:10 AM, Jia Liu wrote: > >> ERROR: need consistent spacing around '*' (ctx:WxV) > >> #99: FILE: target-openrisc/int_helper.c:53: > >> +target_ulong HELPER(mul32)(

Re: [Qemu-devel] [PATCH v5 00/16] QEMU OpenRISC support

2012-06-21 Thread Peter Maydell
On 21 June 2012 18:24, Blue Swirl wrote: > On Wed, Jun 20, 2012 at 7:10 AM, Jia Liu wrote: >> ERROR: need consistent spacing around '*' (ctx:WxV) >> #99: FILE: target-openrisc/int_helper.c:53: >> +target_ulong HELPER(mul32)(CPUOpenRISCState *env, >> >> It is really weird. And, I don't know how to

Re: [Qemu-devel] [PATCH v5 00/16] QEMU OpenRISC support

2012-06-21 Thread Blue Swirl
On Wed, Jun 20, 2012 at 7:10 AM, Jia Liu wrote: > Hi Blue, > > On Tue, Jun 19, 2012 at 3:11 AM, Blue Swirl wrote: >> On Mon, Jun 18, 2012 at 1:02 AM, Jia Liu wrote: >>> This is the OpenCores OpenRISC 1200 support for QEMU. >>> Full implementation of the system-model and linux-user-model support.

Re: [Qemu-devel] [PATCH v5 00/16] QEMU OpenRISC support

2012-06-20 Thread Jia Liu
Hi Blue, On Tue, Jun 19, 2012 at 3:11 AM, Blue Swirl wrote: > On Mon, Jun 18, 2012 at 1:02 AM, Jia Liu wrote: >> This is the OpenCores OpenRISC 1200 support for QEMU. >> Full implementation of the system-model and linux-user-model support. >> >> OpenRISC 1200 is a OpenCores open source CPU, >> i

Re: [Qemu-devel] [PATCH v5 00/16] QEMU OpenRISC support

2012-06-18 Thread Blue Swirl
On Mon, Jun 18, 2012 at 1:02 AM, Jia Liu wrote: > This is the OpenCores OpenRISC 1200 support for QEMU. > Full implementation of the system-model and linux-user-model support. > > OpenRISC 1200 is a OpenCores open source CPU, > its architecture manual can be found at > http://opencores.org/svnget,

[Qemu-devel] [PATCH v5 00/16] QEMU OpenRISC support

2012-06-17 Thread Jia Liu
This is the OpenCores OpenRISC 1200 support for QEMU. Full implementation of the system-model and linux-user-model support. OpenRISC 1200 is a OpenCores open source CPU, its architecture manual can be found at http://opencores.org/svnget,or1k?file=/trunk/docs/openrisc_arch.pdf A OpenRISC Linux ke