mbox

[PULL] QOM CPUState for unicore32

Message ID 1333103170-13529-1-git-send-email-afaerber@suse.de
State New
Headers show

Pull-request

git://github.com/afaerber/qemu-cpu.git qom-cpu-unicore32.v3

Message

Andreas Färber March 30, 2012, 10:26 a.m. UTC
Hello Anthony or Blue,

Please pull the unicore32 QOM CPU conversion.

Due to my alphabetical ordering in Makefile.target, it is independent
of Peter's upcoming ARM pull.

Cc: Anthony Liguori <anthony@codemonkey.ws>
Cc: Blue Swirl <blauwirbel@gmail.com>
Cc: Guan Xuetao <gxt@mprc.pku.edu.cn>

Cc: Peter Maydell <peter.maydell@linaro.org>

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

Comments

Blue Swirl March 31, 2012, 1:03 p.m. UTC | #1
On Fri, Mar 30, 2012 at 10:26, Andreas Färber <afaerber@suse.de> 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 <anthony@codemonkey.ws>
> Cc: Blue Swirl <blauwirbel@gmail.com>
> Cc: Guan Xuetao <gxt@mprc.pku.edu.cn>
>
> Cc: Peter Maydell <peter.maydell@linaro.org>
>
> 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