Re: [Qemu-devel] How to add a new target architecture

2019-01-07 Thread Yoshinori Sato
On Mon, 07 Jan 2019 06:48:33 +0900, Richard Henderson wrote: > > On 1/6/19 11:11 PM, Yoshinori Sato wrote: > > Hello. > > I written Renesas RX port. > > It is works to boot linux kernel of minimal configuration. > > > > I'd like to merge this into the qmeu release and I need some > > advice on ho

Re: [Qemu-devel] How to add a new target architecture

2019-01-06 Thread Richard Henderson
On 1/6/19 11:11 PM, Yoshinori Sato wrote: > Hello. > I written Renesas RX port. > It is works to boot linux kernel of minimal configuration. > > I'd like to merge this into the qmeu release and I need some > advice on how to proceed. > I tried reading wiki.qemu.org, but I could not find useful > i

[Qemu-devel] How to add a new target architecture

2019-01-06 Thread Yoshinori Sato
Hello. I written Renesas RX port. It is works to boot linux kernel of minimal configuration. I'd like to merge this into the qmeu release and I need some advice on how to proceed. I tried reading wiki.qemu.org, but I could not find useful information about adding subsystems. git repository is bel