qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCHv2 02/13] unicore32-softmmu: Add coprocessor 0(sy


From: Guan Xuetao
Subject: Re: [Qemu-devel] [PATCHv2 02/13] unicore32-softmmu: Add coprocessor 0(sysctrl) and 1(ocd) instruction support
Date: Mon, 18 Jun 2012 10:08:22 +0800

On Fri, 2012-06-15 at 13:13 +0200, Andreas Färber wrote:
> Am 15.06.2012 11:47, schrieb Guan Xuetao:
> > Coprocessor 0 is system control coprocessor, and we need get/set its 
> > contents.
> > Also, all cache/tlb ops shoule be implemented here, but just ignored with 
> > no harm.
> > 
> > Coprocessor 1 is OCD (on-chip-debugger), which is used for faked console,
> > so we could output chars to this console without graphic card.
> > 
> > Signed-off-by: Guan Xuetao <address@hidden>
> > ---
> >  target-unicore32/helper.c    |  185 
> > ++++++++++++++++++++++++++++++++----------
> >  target-unicore32/helper.h    |   15 ++--
> >  target-unicore32/translate.c |   75 +++++++++++++++++-
> >  3 files changed, 223 insertions(+), 52 deletions(-)
> > 
> > diff --git a/target-unicore32/helper.c b/target-unicore32/helper.c
> > index 17d9b41..f58a5af 100644
> > --- a/target-unicore32/helper.c
> > +++ b/target-unicore32/helper.c
> > @@ -1,12 +1,10 @@
> >  /*
> > - * Copyright (C) 2010-2011 GUAN Xue-tao
> > + * Copyright (C) 2010-2012 Guan Xuetao
> >   *
> >   * This program is free software; you can redistribute it and/or modify
> >   * it under the terms of the GNU General Public License version 2 as
> > - * published by the Free Software Foundation.
> > - *
> > - * Contributions from 2012-04-01 on are considered under GPL version 2,
> > - * or (at your option) any later version.
> > + * published by the Free Software Foundation, or any later version.
> > + * See the COPYING file in the top-level directory.
> >   */
> 
> NACK. You can't just change the license here since IBM haven't agreed to
> relicense their contribution yet. Thought we explained that already?
I'm sorry for that.  I will restore  the license information in next
version.

Thanks & Regards,
Guan Xuetao






reply via email to

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