mbox

[PULL,0/8] QOM CPUState patch queue 2015-10-22

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

Pull-request

git://github.com/afaerber/qemu-cpu.git tags/qom-cpu-for-peter

Message

Andreas Färber Oct. 22, 2015, 4:22 p.m. UTC
Hello Peter,

This is my QOM CPU patch queue. Please pull.

Remaining maintainers should've had more than enough time to object or ack now.

Regards,
Andreas

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

Cc: Peter Crosthwaite <crosthwaite.peter@gmail.com>

The following changes since commit ca3e40e233e87f7b29442311736a82da01c0df7b:

  Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging (2015-10-22 12:41:44 +0100)

are available in the git repository at:

  git://github.com/afaerber/qemu-cpu.git tags/qom-cpu-for-peter

for you to fetch changes up to 0960be7cffa7b30189f2f0f76b1ac3c8115660f3:

  disas: QOMify alpha specific disas setup (2015-10-22 15:49:40 +0200)

----------------------------------------------------------------
QOM CPUState and X86CPU

* Adoption of CPUClass::disas_set_info() hook

----------------------------------------------------------------
Peter Crosthwaite (8):
      disas: QOMify s390x specific disas setup
      disas: QOMify moxie specific disas setup
      disas: QOMify m68k specific disas setup
      disas: QOMify sparc specific disas setup
      disas: QOMify lm32 specific disas setup
      disas: QOMify sh4 specific disas setup
      disas: QOMify mips specific disas setup
      disas: QOMify alpha specific disas setup

 disas.c            | 55 ------------------------------------------------------
 target-alpha/cpu.c |  8 ++++++++
 target-lm32/cpu.c  |  7 +++++++
 target-m68k/cpu.c  |  9 ++++++++-
 target-mips/cpu.c  |  9 +++++++++
 target-moxie/cpu.c |  7 +++++++
 target-s390x/cpu.c |  8 ++++++++
 target-sh4/cpu.c   | 11 ++++++++++-
 target-sparc/cpu.c |  9 +++++++++
 9 files changed, 66 insertions(+), 57 deletions(-)

Comments

Peter Maydell Oct. 22, 2015, 5:01 p.m. UTC | #1
On 22 October 2015 at 17:22, Andreas Färber <afaerber@suse.de> wrote:
> Hello Peter,
>
> This is my QOM CPU patch queue. Please pull.
>
> Remaining maintainers should've had more than enough time to object or ack now.
>
> Regards,
> Andreas
>
> Cc: Peter Maydell <peter.maydell@linaro.org>
>
> Cc: Peter Crosthwaite <crosthwaite.peter@gmail.com>
>
> The following changes since commit ca3e40e233e87f7b29442311736a82da01c0df7b:
>
>   Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging (2015-10-22 12:41:44 +0100)
>
> are available in the git repository at:
>
>   git://github.com/afaerber/qemu-cpu.git tags/qom-cpu-for-peter
>
> for you to fetch changes up to 0960be7cffa7b30189f2f0f76b1ac3c8115660f3:
>
>   disas: QOMify alpha specific disas setup (2015-10-22 15:49:40 +0200)
>
> ----------------------------------------------------------------
> QOM CPUState and X86CPU
>
> * Adoption of CPUClass::disas_set_info() hook
>

Applied, thanks.

-- PMM