All of lore.kernel.org
 help / color / mirror / Atom feed
From: Marek Vasut <marek.vasut@gmail.com>
To: Peter Maydell <peter.maydell@linaro.org>
Cc: dbaryshkov@gmail.com, qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] [PATCH] ARM7TDMI: Enable ARMv4T features
Date: Fri, 9 Sep 2011 11:06:39 +0200	[thread overview]
Message-ID: <201109091106.39981.marek.vasut@gmail.com> (raw)
In-Reply-To: <CAFEAcA8CRZz90UNOq8pN4NuWT=ASEXDDmmXu+Kv3nTaYOChqMA@mail.gmail.com>

On Friday, September 09, 2011 09:52:42 AM Peter Maydell wrote:
> On 9 September 2011 01:22, Marek Vasut <marek.vasut@gmail.com> wrote:
> > Signed-off-by: Marek Vasut <marek.vasut@gmail.com>
> > ---
> >  target-arm/helper.c |    1 +
> >  1 files changed, 1 insertions(+), 0 deletions(-)
> > 
> > diff --git a/target-arm/helper.c b/target-arm/helper.c
> > index 58cd99f..2f3e937 100644
> > --- a/target-arm/helper.c
> > +++ b/target-arm/helper.c
> > @@ -53,6 +53,7 @@ static void cpu_reset_model_id(CPUARMState *env,
> > uint32_t id) env->cp15.c0_cpuid = id;
> >     switch (id) {
> >     case ARM_CPUID_ARM7TDMI:
> > +        set_feature(env, ARM_FEATURE_V4T);
> >         // set_feature(env, ARM_FEATURE_ABORT_BU);
> >        // set_feature(env, ARM_FEATURE_NO_CP15);
> >         break;
> 
> Did you mean to send this as part of a patch series or something?
> Upstream qemu doesn't have any support for ARM7TDMI (and in particular
> doesn't even define ARM_CPUID_ARM7TDMI), so this patch obviously
> applies on top of something else...

Ah damn, I just realized I have it on top of a patchset from some other person. 
I'll continue cleaning up the patchset, then submit the whole thing. Please 
ignore this one.

Cheers

> 
> -- PMM

      reply	other threads:[~2011-09-09  9:06 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-09-09  0:22 [Qemu-devel] [PATCH] ARM7TDMI: Enable ARMv4T features Marek Vasut
2011-09-09  7:52 ` Peter Maydell
2011-09-09  9:06   ` Marek Vasut [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=201109091106.39981.marek.vasut@gmail.com \
    --to=marek.vasut@gmail.com \
    --cc=dbaryshkov@gmail.com \
    --cc=peter.maydell@linaro.org \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.