mbox

[PULL,0/2] s390 patch queue 2017-04-25

Message ID 1493120560-117434-1-git-send-email-agraf@suse.de
State New
Headers show

Pull-request

git://github.com/agraf/qemu.git tags/signed-s390-for-upstream

Message

Alexander Graf April 25, 2017, 11:42 a.m. UTC
Hi Peter,

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

Alex


The following changes since commit f4b5b021c847669b1c78050aea26fe9abceef6dd:

  Merge remote-tracking branch 'remotes/cody/tags/block-pull-request' into staging (2017-04-25 09:21:54 +0100)

are available in the git repository at:


  git://github.com/agraf/qemu.git tags/signed-s390-for-upstream

for you to fetch changes up to 2cf9953beebd194a432ebd567399807d9b1f6a4d:

  s390x/misc_helper.c: wrap s390_virtio_hypercall in BQL (2017-04-25 13:39:43 +0200)

----------------------------------------------------------------
Patch queue for s390 - 2017-04-25

Two simple fixes this time around:

  - fix BQL for s390 virtio target
  - Fix SIGP emulation

----------------------------------------------------------------
Aurelien Jarno (1):
      s390x/misc_helper.c: wrap s390_virtio_hypercall in BQL

Philipp Kern (1):
      target-s390x: Mask the SIGP order_code to 8bit.

 target/s390x/misc_helper.c | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

Comments

Peter Maydell April 25, 2017, 2:26 p.m. UTC | #1
On 25 April 2017 at 12:42, Alexander Graf <agraf@suse.de> wrote:
> Hi Peter,
>
> This is my current patch queue for s390.  Please pull.
>
> Alex
>
>
> The following changes since commit f4b5b021c847669b1c78050aea26fe9abceef6dd:
>
>   Merge remote-tracking branch 'remotes/cody/tags/block-pull-request' into staging (2017-04-25 09:21:54 +0100)
>
> are available in the git repository at:
>
>
>   git://github.com/agraf/qemu.git tags/signed-s390-for-upstream
>
> for you to fetch changes up to 2cf9953beebd194a432ebd567399807d9b1f6a4d:
>
>   s390x/misc_helper.c: wrap s390_virtio_hypercall in BQL (2017-04-25 13:39:43 +0200)
>
> ----------------------------------------------------------------
> Patch queue for s390 - 2017-04-25
>
> Two simple fixes this time around:
>
>   - fix BQL for s390 virtio target
>   - Fix SIGP emulation
>
Applied, thanks.

-- PMM