1. 30 Jan, 2013 1 commit
    • Christian Borntraeger's avatar
      s390/kvm: Fix store status for ACRS/FPRS · 15bc8d84
      Christian Borntraeger authored
      On store status we need to copy the current state of registers
      into a save area. Currently we might save stale versions:
      The sie state descriptor doesnt have fields for guest ACRS,FPRS,
      those registers are simply stored in the host registers. The host
      program must copy these away if needed. We do that in vcpu_put/load.
      
      If we now do a store status in KVM code between vcpu_put/load, the
      saved values are not up-to-date. Lets collect the ACRS/FPRS before
      saving them.
      
      This also fixes some strange problems with hotplug and virtio-ccw,
      since the low level machine check handler (on hotplug a machine check
      will happen) will revalidate all registers with the content of the
      save area.
      Signed-off-by: default avatarChristian Borntraeger <borntraeger@de.ibm.com>
      CC: stable@vger.kernel.org
      Signed-off-by: default avatarGleb Natapov <gleb@redhat.com>
      15bc8d84
  2. 29 Jan, 2013 5 commits
  3. 27 Jan, 2013 3 commits
  4. 24 Jan, 2013 17 commits
  5. 22 Jan, 2013 3 commits
  6. 17 Jan, 2013 4 commits
  7. 14 Jan, 2013 7 commits