1. 16 Dec, 2015 1 commit
    • Paolo Bonzini's avatar
      Merge tag 'kvm-s390-next-4.5-2' of... · da3f7ca3
      Paolo Bonzini authored
      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
  2. 15 Dec, 2015 4 commits
  3. 02 Dec, 2015 1 commit
    • Paolo Bonzini's avatar
      Merge tag 'kvm-s390-next-4.5-1' of... · 46014634
      Paolo Bonzini authored
      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
  4. 30 Nov, 2015 23 commits
  5. 26 Nov, 2015 3 commits
  6. 25 Nov, 2015 8 commits