mbox

[PULL] QOM CPUState for alpha

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

Pull-request

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

Message

Andreas Färber April 15, 2012, 7:38 p.m. UTC
Hello Blue,

Please pull the alpha QOM CPU conversion.

Cc: Blue Swirl <blauwirbel@gmail.com>

Cc: Richard Henderson <rth@twiddle.net>

The following changes since commit 4d0365165dd831b9f5d305a1480447dd83810a55:

  Merge branch 'ppc-for-upstream' of git://repo.or.cz/qemu/agraf (2012-04-15 18:39:55 +0000)

are available in the git repository at:

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

Andreas Färber (2):
      target-alpha: QOM'ify CPU
      target-alpha: QOM'ify CPU init

 Makefile.target          |    1 +
 target-alpha/cpu-qom.h   |   71 ++++++++++++++++++++++++++++++++++++++++++++++
 target-alpha/cpu.c       |   58 +++++++++++++++++++++++++++++++++++++
 target-alpha/cpu.h       |    1 +
 target-alpha/translate.c |   16 ++--------
 5 files changed, 135 insertions(+), 12 deletions(-)
 create mode 100644 target-alpha/cpu-qom.h
 create mode 100644 target-alpha/cpu.c

Comments

Blue Swirl April 15, 2012, 7:55 p.m. UTC | #1
On Sun, Apr 15, 2012 at 19:38, Andreas Färber <afaerber@suse.de> wrote:
> Hello Blue,
>
> Please pull the alpha QOM CPU conversion.

Thanks, pulled.

> Cc: Blue Swirl <blauwirbel@gmail.com>
>
> Cc: Richard Henderson <rth@twiddle.net>
>
> The following changes since commit 4d0365165dd831b9f5d305a1480447dd83810a55:
>
>  Merge branch 'ppc-for-upstream' of git://repo.or.cz/qemu/agraf (2012-04-15 18:39:55 +0000)
>
> are available in the git repository at:
>
>  git://github.com/afaerber/qemu-cpu.git qom-cpu-alpha.v3
>
> Andreas Färber (2):
>      target-alpha: QOM'ify CPU
>      target-alpha: QOM'ify CPU init
>
>  Makefile.target          |    1 +
>  target-alpha/cpu-qom.h   |   71 ++++++++++++++++++++++++++++++++++++++++++++++
>  target-alpha/cpu.c       |   58 +++++++++++++++++++++++++++++++++++++
>  target-alpha/cpu.h       |    1 +
>  target-alpha/translate.c |   16 ++--------
>  5 files changed, 135 insertions(+), 12 deletions(-)
>  create mode 100644 target-alpha/cpu-qom.h
>  create mode 100644 target-alpha/cpu.c