qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Yoshinori Sato
Subject: Re: [Qemu-devel] How to add a new target architecture
Date: Mon, 07 Jan 2019 22:00:06 +0900
User-agent: Wanderlust/2.15.9 (Almost Unreal) SEMI-EPG/1.14.7 (Harue) FLIM/1.14.9 (Gojō) APEL/10.8 EasyPG/1.0.0 Emacs/25.1 (x86_64-pc-linux-gnu) MULE/6.0 (HANACHIRUSATO)

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 how to proceed.
> > I tried reading wiki.qemu.org, but I could not find useful
> > information about adding subsystems.
> > 
> > git repository is bellow.
> > git://git.pf.osdn.net/gitroot/y/ys/ysato/qemu.git
> 
> You'll need to produce a patch set that applies to master.
> The easiest way is probably to merge master, diff, and then
> apply the diff to a new branch.  Try to split the diff into
> a few logical parts, e.g. target/rx/, hw/rx/, and last to
> enable the port in configure.
> 
> The patch set should follow the CODING_STYLE.  You can use
> ./scripts/check_patch.pl to help find coding style problems.
> 
> Your patch set should modify MAINTAINERS to group all of the
> rx related files, and list whoever is going to maintain the
> port going forward, e.g. yourself.
>

Thanks comment.
I understood the composition of the patch.
I will clean up and post.

> 
> r~
> 

-- 
Yosinori Sato



reply via email to

[Prev in Thread] Current Thread [Next in Thread]