1. 06 10月, 2012 8 次提交
  2. 11 7月, 2012 1 次提交
  3. 30 5月, 2012 1 次提交
  4. 08 4月, 2012 19 次提交
  5. 05 3月, 2012 9 次提交
  6. 26 9月, 2011 1 次提交
    • A
      KVM: PPC: Add sanity checking to vcpu_run · af8f38b3
      Alexander Graf 提交于
      There are multiple features in PowerPC KVM that can now be enabled
      depending on the user's wishes. Some of the combinations don't make
      sense or don't work though.
      
      So this patch adds a way to check if the executing environment would
      actually be able to run the guest properly. It also adds sanity
      checks if PVR is set (should always be true given the current code
      flow), if PAPR is only used with book3s_64 where it works and that
      HV KVM is only used in PAPR mode.
      Signed-off-by: NAlexander Graf <agraf@suse.de>
      af8f38b3
  7. 12 7月, 2011 1 次提交