Re: [Qemu-devel] How to add a new machine support in qemu?

2009-11-06 Thread Michael Qiu
Thanks for your reply. I'm reading hw/mips_r4k.c. But I found I should dive into the source code. I'm looking for some big picture level document for add a new machine using a supported core. It seems qemu consists 3 parts of code 1. The core dynamic translate engineer to support several archs,

[Qemu-devel] How to add a new machine support in qemu?

2009-11-05 Thread Michael Qiu
I'm going to add a new mips machine with a mips core. But I can not find a proper document for me to do so. Can anyone give a link? Or any suggestion for this? Thanks in advance.

Re: [Qemu-devel] How to add a new machine support in qemu?

2009-11-05 Thread Scott Tsai
Michael, You might want to read these two threads: RE: [Qemu-devel] Support for new target emulator: http://lists.gnu.org/archive/html/qemu-devel/2009-10/msg02131.html [Qemu-devel] [PATCH 00/12] S/390 support http://lists.gnu.org/archive/html/qemu-devel/2009-10/msg01857.html

Re: [Qemu-devel] How to add a new machine support in qemu?

2009-11-05 Thread Scott Tsai
On Fri, Nov 6, 2009 at 12:43 PM, Scott Tsai scottt...@gmail.com wrote: Michael, You might want to read these two threads: RE: [Qemu-devel] Support for new target emulator: http://lists.gnu.org/archive/html/qemu-devel/2009-10/msg02131.html [Qemu-devel] [PATCH 00/12] S/390 support