Re: [Qemu-devel] [PATCH v2 00/17] Qemu Openrisc support

2012-05-26 Thread Jia Liu
On Sun, May 27, 2012 at 2:01 PM, Stefan Weil wrote: > Am 27.05.2012 07:32, schrieb Jia Liu: > >> This is the Opencores Openrisc 1200 support for Qemu. >> Full implementation of the system-model and linux-user-model support. >> > > The official name is 'QEMU', not 'Qemu'. > > Please fix this in the

Re: [Qemu-devel] [PATCH v2 00/17] Qemu Openrisc support

2012-05-26 Thread Stefan Weil
Am 27.05.2012 07:32, schrieb Jia Liu: This is the Opencores Openrisc 1200 support for Qemu. Full implementation of the system-model and linux-user-model support. The official name is 'QEMU', not 'Qemu'. Please fix this in the patches, too. Regards, Stefan Weil

[Qemu-devel] [PATCH v2 00/17] Qemu Openrisc support

2012-05-26 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 find at http://opencores.org/svnget,or1k?file=/trunk/docs/openrisc_arch.pdf --- Thank you all fo