1. 22 9月, 2014 18 次提交
  2. 29 8月, 2014 2 次提交
  3. 22 8月, 2014 1 次提交
  4. 19 8月, 2014 1 次提交
  5. 07 8月, 2014 2 次提交
  6. 05 8月, 2014 5 次提交
  7. 31 7月, 2014 1 次提交
    • A
      KVM: PPC: PR: Handle FSCR feature deselects · 8e6afa36
      Alexander Graf 提交于
      We handle FSCR feature bits (well, TAR only really today) lazily when the guest
      starts using them. So when a guest activates the bit and later uses that feature
      we enable it for real in hardware.
      
      However, when the guest stops using that bit we don't stop setting it in
      hardware. That means we can potentially lose a trap that the guest expects to
      happen because it thinks a feature is not active.
      
      This patch adds support to drop TAR when then guest turns it off in FSCR. While
      at it it also restricts FSCR access to 64bit systems - 32bit ones don't have it.
      Signed-off-by: NAlexander Graf <agraf@suse.de>
      8e6afa36
  8. 30 7月, 2014 1 次提交
  9. 29 7月, 2014 3 次提交
  10. 28 7月, 2014 6 次提交