mbox

[PULL,for-2.1,0/1] s390x/kvm: bugfix

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

Pull-request

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

Message

Cornelia Huck July 14, 2014, 7:27 a.m. UTC
The following changes since commit ab6d3749c4915cd5692633e321f7745dce06fe77:

  Merge remote-tracking branch 'remotes/kraxel/tags/pull-vga-20140711-1' into staging (2014-07-11 17:50:38 +0100)

are available in the git repository at:


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

for you to fetch changes up to 85ad6230b3af048109b3e949ca95ade4dd9a0bfa:

  s390x/kvm: synchronize guest floating point registers (2014-07-14 09:15:38 +0200)

----------------------------------------------------------------
A s390x/kvm bugfix for missing floating point register synchronization.

----------------------------------------------------------------
Jason J. Herne (1):
  s390x/kvm: synchronize guest floating point registers

 target-s390x/kvm.c |   23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)

Comments

Peter Maydell July 14, 2014, 10:49 a.m. UTC | #1
On 14 July 2014 08:27, Cornelia Huck <cornelia.huck@de.ibm.com> wrote:
> The following changes since commit ab6d3749c4915cd5692633e321f7745dce06fe77:
>
>   Merge remote-tracking branch 'remotes/kraxel/tags/pull-vga-20140711-1' into staging (2014-07-11 17:50:38 +0100)
>
> are available in the git repository at:
>
>
>   git://github.com/cohuck/qemu.git tags/s390x-20140714
>
> for you to fetch changes up to 85ad6230b3af048109b3e949ca95ade4dd9a0bfa:
>
>   s390x/kvm: synchronize guest floating point registers (2014-07-14 09:15:38 +0200)
>
> ----------------------------------------------------------------
> A s390x/kvm bugfix for missing floating point register synchronization.

Applied, thanks.

-- PMM