1. 07 1月, 2016 2 次提交
  2. 17 12月, 2015 1 次提交
    • P
      Merge tag 'kvm-s390-next-4.5-2' of... · da3f7ca3
      Paolo Bonzini 提交于
      Merge tag 'kvm-s390-next-4.5-2' of git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux into HEAD
      
      KVM: s390 features and fixes for 4.5 (kvm/next)
      
      Some small cleanups
      - use assignment instead of memcpy
      - use %pK for kernel pointers
      
      Changes regarding guest memory size
      - Fix an off-by-one error in our guest memory interface (we might
      use unnecessarily big page tables, e.g. 3 levels for a 2GB guest
      instead of 2 levels)
      - We now ask the machine about the max. supported guest address
        and limit accordingly.
      da3f7ca3
  3. 16 12月, 2015 3 次提交
  4. 15 12月, 2015 1 次提交
  5. 02 12月, 2015 1 次提交
    • P
      Merge tag 'kvm-s390-next-4.5-1' of... · 46014634
      Paolo Bonzini 提交于
      Merge tag 'kvm-s390-next-4.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux into HEAD
      
      KVM: s390 features, kvm_get_vcpu_by_id and stat
      
      Several features for s390
      1. ESCA support (up to 248 vCPUs)
      2. KVM detection: we  can now detect if we support KVM (e.g. does KVM
         under KVM work?)
      
      kvm_stat:
      1. cleanup the exit path
      
      kvm_get_vcpu_by_id:
      1. Use kvm_get_vcpu_by_id where appropriate
      2. Apply a heuristic to optimize for ID VCPU == No. VCPU
      46014634
  6. 30 11月, 2015 23 次提交
  7. 26 11月, 2015 9 次提交