mbox

[PULL] s390 patch queue 2012-04-04

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

Pull-request

git://repo.or.cz/qemu/agraf.git s390-for-upstream

Message

Andreas Färber April 4, 2012, 5:19 p.m. UTC
Hello,

This is the current patch queue for s390. Please pull.

The following changes since commit f05f6b4adb4db3affb0cdd17383b0a7e905e66e1:

  qdev: put all devices under /machine (2012-04-02 15:04:15 -0500)

are available in the git repository at:
  git://repo.or.cz/qemu/agraf.git s390-for-upstream

Andreas Färber (4):
      target-s390x: QOM'ify CPU
      target-s390x: QOM'ify CPU reset
      target-s390x: QOM'ify CPU init
      target-s390x: Update s390x_{tod,cpu}_timer() to use S390CPU

 Makefile.target        |    1 +
 target-s390x/cpu-qom.h |   71 +++++++++++++++++++++++++++++++++++
 target-s390x/cpu.c     |   96 ++++++++++++++++++++++++++++++++++++++++++++++++
 target-s390x/cpu.h     |    5 ++
 target-s390x/helper.c  |   41 +++++---------------
 5 files changed, 184 insertions(+), 30 deletions(-)
 create mode 100644 target-s390x/cpu-qom.h
 create mode 100644 target-s390x/cpu.c

Comments

Blue Swirl April 4, 2012, 8:47 p.m. UTC | #1
On Wed, Apr 4, 2012 at 17:19, Andreas Färber <afaerber@suse.de> wrote:
> Hello,
>
> This is the current patch queue for s390. Please pull.

Thanks, pulled.

> The following changes since commit f05f6b4adb4db3affb0cdd17383b0a7e905e66e1:
>
>  qdev: put all devices under /machine (2012-04-02 15:04:15 -0500)
>
> are available in the git repository at:
>  git://repo.or.cz/qemu/agraf.git s390-for-upstream
>
> Andreas Färber (4):
>      target-s390x: QOM'ify CPU
>      target-s390x: QOM'ify CPU reset
>      target-s390x: QOM'ify CPU init
>      target-s390x: Update s390x_{tod,cpu}_timer() to use S390CPU
>
>  Makefile.target        |    1 +
>  target-s390x/cpu-qom.h |   71 +++++++++++++++++++++++++++++++++++
>  target-s390x/cpu.c     |   96 ++++++++++++++++++++++++++++++++++++++++++++++++
>  target-s390x/cpu.h     |    5 ++
>  target-s390x/helper.c  |   41 +++++---------------
>  5 files changed, 184 insertions(+), 30 deletions(-)
>  create mode 100644 target-s390x/cpu-qom.h
>  create mode 100644 target-s390x/cpu.c