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: Richard Henderson
Subject: Re: [Qemu-devel] How to add a new target architecture
Date: Mon, 7 Jan 2019 07:48:33 +1000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.3.1

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.


r~



reply via email to

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