qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PULL] QOM CPUState for unicore32


From: Blue Swirl
Subject: Re: [Qemu-devel] [PULL] QOM CPUState for unicore32
Date: Sat, 31 Mar 2012 13:03:38 +0000

On Fri, Mar 30, 2012 at 10:26, Andreas Färber <address@hidden> wrote:
> Hello Anthony or Blue,
>
> Please pull the unicore32 QOM CPU conversion.

Thanks, pulled.

> Due to my alphabetical ordering in Makefile.target, it is independent
> of Peter's upcoming ARM pull.
>
> Cc: Anthony Liguori <address@hidden>
> Cc: Blue Swirl <address@hidden>
> Cc: Guan Xuetao <address@hidden>
>
> Cc: Peter Maydell <address@hidden>
>
> The following changes since commit f638f0d3ae214d995cdd94578195700cda24597b:
>
>  qemu tcg: Remove one entry of INDEX_op_ld_i64 from ppc_op_defs (2012-03-29 
> 11:10:08 +0400)
>
> are available in the git repository at:
>  git://github.com/afaerber/qemu-cpu.git qom-cpu-unicore32.v3
>
> Andreas Färber (5):
>      MAINTAINERS: Add entry for UniCore32
>      target-unicore32: Relicense to GPLv2+
>      target-unicore32: License future contributions under GPLv2+
>      target-unicore32: QOM'ify CPU
>      target-unicore32: Move CPU-dependent init into initfn
>
>  MAINTAINERS                  |    5 ++
>  Makefile.target              |    1 +
>  target-unicore32/cpu-qom.h   |   59 ++++++++++++++++++++++++
>  target-unicore32/cpu.c       |  104 
> ++++++++++++++++++++++++++++++++++++++++++
>  target-unicore32/cpu.h       |    4 +-
>  target-unicore32/helper.c    |   65 +++-----------------------
>  target-unicore32/helper.h    |    3 +-
>  target-unicore32/op_helper.c |    3 +-
>  target-unicore32/translate.c |    3 +-
>  9 files changed, 186 insertions(+), 61 deletions(-)
>  create mode 100644 target-unicore32/cpu-qom.h
>  create mode 100644 target-unicore32/cpu.c



reply via email to

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