mbox

[PULL,0/3] s390 fixes

Message ID 1399451852-12122-1-git-send-email-cornelia.huck@de.ibm.com
State New
Headers show

Pull-request

https://github.com/cohuck/qemu.git tags/s390x-20140507

Message

Cornelia Huck May 7, 2014, 8:37 a.m. UTC
The following changes since commit 9898370497da3f18e0c9555b65c858eabc78ab50:

  Merge remote-tracking branch 'remotes/kraxel/tags/pull-smbios-2' into staging (2014-05-06 12:23:05 +0100)

are available in the git repository at:


  https://github.com/cohuck/qemu.git tags/s390x-20140507

for you to fetch changes up to 56bf1a8e90e76701428885656743515af53f19ef:

  s390x/css: Don't save orb in subchannel. (2014-05-07 10:17:35 +0200)

----------------------------------------------------------------
Some improvements for s390.

Two patches deal with address translation, one fixes a problem in the
channel subsystem code.

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

Cornelia Huck (1):
  s390x/css: Don't save orb in subchannel.

Thomas Huth (2):
  s390x/helper: Fixed real-to-absolute address translation
  s390x/helper: Added format control bit to MMU translation

 hw/s390x/css.c        |   21 +++++-------
 hw/s390x/css.h        |    1 -
 hw/s390x/virtio-ccw.c |    1 -
 target-s390x/cpu.h    |    4 +++
 target-s390x/helper.c |   88 +++++++++++++++++++++++++++++++++++++------------
 5 files changed, 79 insertions(+), 36 deletions(-)

Comments

Peter Maydell May 7, 2014, 3:51 p.m. UTC | #1
On 7 May 2014 09:37, Cornelia Huck <cornelia.huck@de.ibm.com> wrote:
> The following changes since commit 9898370497da3f18e0c9555b65c858eabc78ab50:
>
>   Merge remote-tracking branch 'remotes/kraxel/tags/pull-smbios-2' into staging (2014-05-06 12:23:05 +0100)
>
> are available in the git repository at:
>
>
>   https://github.com/cohuck/qemu.git tags/s390x-20140507
>
> for you to fetch changes up to 56bf1a8e90e76701428885656743515af53f19ef:
>
>   s390x/css: Don't save orb in subchannel. (2014-05-07 10:17:35 +0200)

Applied, thanks.

-- PMM