1. 16 Dec, 2015 2 commits
    • Andrey Smetanin's avatar
      drivers/hv: replace enum hv_message_type by u32 · 7797dcf6
      Andrey Smetanin authored
      enum hv_message_type inside struct hv_message, hv_post_message
      is not size portable. Replace enum by u32.
      Signed-off-by: default avatarAndrey Smetanin <asmetanin@virtuozzo.com>
      CC: Gleb Natapov <gleb@kernel.org>
      CC: Paolo Bonzini <pbonzini@redhat.com>
      CC: "K. Y. Srinivasan" <kys@microsoft.com>
      CC: Haiyang Zhang <haiyangz@microsoft.com>
      CC: Vitaly Kuznetsov <vkuznets@redhat.com>
      CC: Roman Kagan <rkagan@virtuozzo.com>
      CC: Denis V. Lunev <den@openvz.org>
      CC: qemu-devel@nongnu.org
      Signed-off-by: default avatarPaolo Bonzini <pbonzini@redhat.com>
      7797dcf6
    • 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 7 commits