mbox

[PULL,0/5] next round of s390x patches

Message ID 20160919091449.9615-1-cornelia.huck@de.ibm.com
State New
Headers show

Pull-request

git://github.com/cohuck/qemu tags/s390x-20160919

Message

Cornelia Huck Sept. 19, 2016, 9:14 a.m. UTC
The following changes since commit e3571ae30cd26d19efd4554c25e32ef64d6a36b3:

  Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20160916' into staging (2016-09-16 16:54:50 +0100)

are available in the git repository at:

  git://github.com/cohuck/qemu tags/s390x-20160919

for you to fetch changes up to 4d4ccabdd22153bd19e0c4bbb6fbfe8402a7b845:

  QMP: fixup typos and whitespace damage (2016-09-19 11:05:51 +0200)

----------------------------------------------------------------
Couple of s390x patches:
- fixup for the cpu model patches
- support for virtio 1.1 READ_STATUS command
- update MAINTAINERS file pattern

----------------------------------------------------------------

Christian Borntraeger (2):
  s390x/kvm: disable cpu model for the 2.7 machine
  QMP: fixup typos and whitespace damage

Pierre Morel (2):
  virtio-ccw: respond to READ_STATUS command
  virtio-ccw: set revision 2 as maximal revision number

Sascha Silbe (1):
  MAINTAINERS: update s390 machine file patterns

 MAINTAINERS                        |  3 +++
 hw/s390x/s390-virtio-ccw.c         | 17 +++++++++++++++++
 hw/s390x/virtio-ccw.c              | 20 ++++++++++++++++++++
 hw/s390x/virtio-ccw.h              |  3 ++-
 include/hw/s390x/s390-virtio-ccw.h |  3 +++
 qapi-schema.json                   |  8 ++++----
 target-s390x/kvm.c                 |  2 +-
 7 files changed, 50 insertions(+), 6 deletions(-)

Comments

Peter Maydell Sept. 19, 2016, 12:39 p.m. UTC | #1
On 19 September 2016 at 10:14, Cornelia Huck <cornelia.huck@de.ibm.com> wrote:
> The following changes since commit e3571ae30cd26d19efd4554c25e32ef64d6a36b3:
>
>   Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20160916' into staging (2016-09-16 16:54:50 +0100)
>
> are available in the git repository at:
>
>   git://github.com/cohuck/qemu tags/s390x-20160919
>
> for you to fetch changes up to 4d4ccabdd22153bd19e0c4bbb6fbfe8402a7b845:
>
>   QMP: fixup typos and whitespace damage (2016-09-19 11:05:51 +0200)
>
> ----------------------------------------------------------------
> Couple of s390x patches:
> - fixup for the cpu model patches
> - support for virtio 1.1 READ_STATUS command
> - update MAINTAINERS file pattern
>
> ----------------------------------------------------------------


Applied, thanks.

-- PMM