mbox

[PULL,0/5] target-xtensa queue

Message ID 1334365213-15986-1-git-send-email-jcmvbkbc@gmail.com
State New
Headers show

Pull-request

git://jcmvbkbc.spb.ru/dumb/qemu-xtensa.git xtensa

Message

Max Filippov April 14, 2012, 1 a.m. UTC
The following changes since commit 7672725d41d1a04195affc1a7bd5676ba6314b14:

  Merge remote-tracking branch 'stefanha/trivial-patches' into staging (2012-04-13 08:04:43 -0500)

are available in the git repository at:

  git://jcmvbkbc.spb.ru/dumb/qemu-xtensa.git xtensa

Andreas Färber (3):
      target-xtensa: QOM'ify CPU
      target-xtensa: QOM'ify CPU reset
      target-xtensa: Start QOM'ifying CPU init

Lluís Vilanova (1):
      target-xtensa: Move helpers.h to helper.h

Max Filippov (1):
      target-xtensa: improve unit tests debugging

 Makefile.target                       |    1 +
 target-xtensa/cpu-qom.h               |   80 ++++++++++++++++++++++++++++++
 target-xtensa/cpu.c                   |   88 +++++++++++++++++++++++++++++++++
 target-xtensa/cpu.h                   |    2 +
 target-xtensa/helper.c                |   20 ++------
 target-xtensa/{helpers.h => helper.h} |    0
 target-xtensa/op_helper.c             |    2 +-
 target-xtensa/translate.c             |    6 +-
 tests/tcg/xtensa/Makefile             |    3 +
 tests/tcg/xtensa/macros.inc           |   17 ++++++
 xtensa-semi.c                         |    2 +-
 11 files changed, 201 insertions(+), 20 deletions(-)
 create mode 100644 target-xtensa/cpu-qom.h
 create mode 100644 target-xtensa/cpu.c
 rename target-xtensa/{helpers.h => helper.h} (100%)

Comments

Blue Swirl April 14, 2012, 12:32 p.m. UTC | #1
On Sat, Apr 14, 2012 at 01:00, Max Filippov <jcmvbkbc@gmail.com> wrote:
> The following changes since commit 7672725d41d1a04195affc1a7bd5676ba6314b14:
>
>  Merge remote-tracking branch 'stefanha/trivial-patches' into staging (2012-04-13 08:04:43 -0500)
>
> are available in the git repository at:
>
>  git://jcmvbkbc.spb.ru/dumb/qemu-xtensa.git xtensa

Thanks, pulled.

> Andreas Färber (3):
>      target-xtensa: QOM'ify CPU
>      target-xtensa: QOM'ify CPU reset
>      target-xtensa: Start QOM'ifying CPU init
>
> Lluís Vilanova (1):
>      target-xtensa: Move helpers.h to helper.h
>
> Max Filippov (1):
>      target-xtensa: improve unit tests debugging
>
>  Makefile.target                       |    1 +
>  target-xtensa/cpu-qom.h               |   80 ++++++++++++++++++++++++++++++
>  target-xtensa/cpu.c                   |   88 +++++++++++++++++++++++++++++++++
>  target-xtensa/cpu.h                   |    2 +
>  target-xtensa/helper.c                |   20 ++------
>  target-xtensa/{helpers.h => helper.h} |    0
>  target-xtensa/op_helper.c             |    2 +-
>  target-xtensa/translate.c             |    6 +-
>  tests/tcg/xtensa/Makefile             |    3 +
>  tests/tcg/xtensa/macros.inc           |   17 ++++++
>  xtensa-semi.c                         |    2 +-
>  11 files changed, 201 insertions(+), 20 deletions(-)
>  create mode 100644 target-xtensa/cpu-qom.h
>  create mode 100644 target-xtensa/cpu.c
>  rename target-xtensa/{helpers.h => helper.h} (100%)
>
> --
> 1.7.7.6