1. 21 Feb, 2017 8 commits
  2. 20 Feb, 2017 2 commits
  3. 18 Feb, 2017 1 commit
  4. 17 Feb, 2017 7 commits
  5. 16 Feb, 2017 6 commits
  6. 15 Feb, 2017 15 commits
  7. 09 Feb, 2017 1 commit
    • Arnd Bergmann's avatar
      KVM: x86: hide KVM_HC_CLOCK_PAIRING on 32 bit · 8ef81a9a
      Arnd Bergmann authored
      The newly added hypercall doesn't work on x86-32:
      
      arch/x86/kvm/x86.c: In function 'kvm_pv_clock_pairing':
      arch/x86/kvm/x86.c:6163:6: error: implicit declaration of function 'kvm_get_walltime_and_clockread';did you mean 'kvm_get_time_scale'? [-Werror=implicit-function-declaration]
      
      This adds an #ifdef around it, matching the one around the related
      functions that are also only implemented on 64-bit systems.
      
      Fixes: 55dd00a7 ("KVM: x86: add KVM_HC_CLOCK_PAIRING hypercall")
      Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
      Signed-off-by: default avatarPaolo Bonzini <pbonzini@redhat.com>
      8ef81a9a