]> git.proxmox.com Git - mirror_qemu.git/commit
Merge tag 'signed-s390-for-upstream' of git://github.com/agraf/qemu
authorAurelien Jarno <aurelien@aurel32.net>
Sat, 21 Dec 2013 15:46:07 +0000 (16:46 +0100)
committerAurelien Jarno <aurelien@aurel32.net>
Sat, 21 Dec 2013 15:46:07 +0000 (16:46 +0100)
commite8092f7ae1c71419829879e18ce2dd7249a4d00f
tree84db2a3608997d2ffe766d4eaa21bffb6b47cfd9
parent3376f4151e4ce0534b35c49c56037cb347293c85
parent10c8599a49f99180c2f79596325a5e856cdac59f
Merge tag 'signed-s390-for-upstream' of git://github.com/agraf/qemu

Patch queue for s390 - 2013-12-18

This covers mostly minor bug fixes and implements the SIGP START
hypercall which allows to start a remote CPU without changing its
state.

Cornelia Huck (1):
      s390x/kvm: Fix diagnose handling.

Thomas Huth (7):
      s390x/kvm: Removed duplicated SIGP defines
      s390x/kvm: Removed s390_store_status stub
      s390x/kvm: Fix coding style in handle_sigp()
      s390x/kvm: Implemented SIGP START
      s390x/kvm: Simplified the calculation of the SIGP order code
      s390x/kvm: Fixed condition code for unknown SIGP orders
      s390x/ioinst: CHSC has to set a condition code

* tag 'signed-s390-for-upstream' of git://github.com/agraf/qemu:
  s390x/ioinst: CHSC has to set a condition code
  s390x/kvm: Fixed condition code for unknown SIGP orders
  s390x/kvm: Simplified the calculation of the SIGP order code
  s390x/kvm: Implemented SIGP START
  s390x/kvm: Fix coding style in handle_sigp()
  s390x/kvm: Removed s390_store_status stub
  s390x/kvm: Removed duplicated SIGP defines
  s390x/kvm: Fix diagnose handling.