mbox

[PULL,0/3] s390x/kvm: some fixes and cleanups

Message ID 1411474456-12226-1-git-send-email-borntraeger@de.ibm.com
State New
Headers show

Pull-request

git://github.com/borntraeger/qemu.git tags/s390x-20140923

Message

Christian Borntraeger Sept. 23, 2014, 12:14 p.m. UTC
Peter,

The following changes since commit 07e2863d0271ac6c05206d8ce9e4f4c39b25d3ea:

  exec.c: fix setting 1-byte-long watchpoints (2014-09-19 17:42:16 +0100)

are available in the git repository at:

  git://github.com/borntraeger/qemu.git tags/s390x-20140923

for you to fetch changes up to e8601dd5d0ffa909068ddefe33bf6a53d8af063a:

  s390x/css: catch ccw sequence errors (2014-09-23 14:10:17 +0200)

----------------------------------------------------------------
s390x/kvm: some fixes and cleanups

1. sclp: get of of duplicate defines
2. ccw: implement and fix handling of some special cases

----------------------------------------------------------------
Cornelia Huck (2):
      s390x/css: support format-0 ccws
      s390x/css: catch ccw sequence errors

Jens Freimann (1):
      s390x: remove duplicate defines in SCLP code

 hw/s390x/css.c          | 40 +++++++++++++++++++++++++++++++---------
 hw/s390x/css.h          |  2 ++
 include/hw/s390x/sclp.h |  2 --
 target-s390x/ioinst.h   | 10 ++++++++++
 4 files changed, 43 insertions(+), 11 deletions(-)

Comments

Peter Maydell Sept. 23, 2014, 1:42 p.m. UTC | #1
On 23 September 2014 13:14, Christian Borntraeger
<borntraeger@de.ibm.com> wrote:
> Peter,
>
> The following changes since commit 07e2863d0271ac6c05206d8ce9e4f4c39b25d3ea:
>
>   exec.c: fix setting 1-byte-long watchpoints (2014-09-19 17:42:16 +0100)
>
> are available in the git repository at:
>
>   git://github.com/borntraeger/qemu.git tags/s390x-20140923
>
> for you to fetch changes up to e8601dd5d0ffa909068ddefe33bf6a53d8af063a:
>
>   s390x/css: catch ccw sequence errors (2014-09-23 14:10:17 +0200)
>
> ----------------------------------------------------------------
> s390x/kvm: some fixes and cleanups
>
> 1. sclp: get of of duplicate defines
> 2. ccw: implement and fix handling of some special cases
>
> ----------------------------------------------------------------
> Cornelia Huck (2):
>       s390x/css: support format-0 ccws
>       s390x/css: catch ccw sequence errors
>
> Jens Freimann (1):
>       s390x: remove duplicate defines in SCLP code
>
>  hw/s390x/css.c          | 40 +++++++++++++++++++++++++++++++---------
>  hw/s390x/css.h          |  2 ++
>  include/hw/s390x/sclp.h |  2 --
>  target-s390x/ioinst.h   | 10 ++++++++++
>  4 files changed, 43 insertions(+), 11 deletions(-)

Applied, thanks.

-- PMM