qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH moxie 1/5] New processor port


From: Andreas Färber
Subject: Re: [Qemu-devel] [PATCH moxie 1/5] New processor port
Date: Thu, 14 Feb 2013 11:41:04 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130105 Thunderbird/17.0.2

Hello,

Am 14.02.2013 02:06, schrieb Anthony Green:
> Hello qemu maintainers,
> 
>   I have been maintaining a qemu port for moxie on github for a few
> years now, and would now like to submit it upstream.  Moxie is a
> soft-core architecture, similar to lm32 and microblaze.  The GNU
> toolchain has supported moxie for several years now.  The qemu port is
> very basic, but sufficient to bring up a uClinux kernel port.
> 
> Thank you,
> 
> Anthony Green
> 
> 
> Signed-off-by: Anthony Green <address@hidden>
> ---
>  MAINTAINERS | 5 +++++
>  1 file changed, 5 insertions(+)

Please adhere to our patch submission conventions: Please thread patches
of a series together so that they stay together (standard git-send-email
settings) and use a cover letter to describe the series and any changes
between versions.
http://wiki.qemu.org/Contribute/SubmitAPatch

There's no reason to use [PATCH moxie n/m] if this series applies to master.

For the commit messages, please leave out any personal messages such as
"Hello" and "I" and roughly follow
https://live.gnome.org/Git/CommitMessages
using a "target-moxie: Yada yada" scheme where applicable.

This patch 1/5 adds no code to target-moxie/ but describes it in
MAINTAINERS. Please just make this change in a patch that actually adds
such code.

There's duplicate patches on the list. If you resend for whatever reason
please use --subject-prefix="PATCH v2" etc. to distinguish (NB: "moxie"
left out intentionally).

It looks like this series is lacking changes to configure?

Also a heads-up that we are in the middle of a CPU code refactoring and
that some CPU-related functions will change argument type and fields
their location once the 1.5 merge window opens.

Regards,
Andreas

> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 21043e4..b970159 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -91,6 +91,11 @@ M: Aurelien Jarno <address@hidden>
>  S: Odd Fixes
>  F: target-mips/
> 
> +Moxie
> +M: Anthony Green <address@hidden>
> +S: Maintained
> +F: target-moxie/
> +
>  PowerPC
>  M: Alexander Graf <address@hidden>
>  L: address@hidden
> 


-- 
SUSE LINUX Products GmbH, Maxfeldstr. 5, 90409 Nürnberg, Germany
GF: Jeff Hawn, Jennifer Guild, Felix Imendörffer; HRB 16746 AG Nürnberg



reply via email to

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