Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1543593

[GIT PULL] KVM fixes for 4.10 merge window

From Paolo Bonzini <pbonzini@redhat.com>
Newsgroups linux.kernel
Subject [GIT PULL] KVM fixes for 4.10 merge window
Date 2016-12-16 18:00 +0100
Message-ID <sP41r-6cL-13@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


Linus,

The following changes since commit cdb98c2698b4af287925abcba4d77d92af82a0c3:

  Revert "nvme: add support for the Write Zeroes command" (2016-12-13 19:53:37 -0800)

are available in the git repository at:

  git://git.kernel.org/pub/scm/virt/kvm/kvm.git tags/for-linus

for you to fetch changes up to b94c3698b4b043a7b3aae8c3c88f60dd29565b90:

  Revert "x86/kvm: Support the vCPU preemption check" (2016-12-16 17:53:40 +0100)

----------------------------------------------------------------
Early fixes for x86, most notably a lockdep/might_sleep splat
introduced during the merge window.

----------------------------------------------------------------
GanShun (1):
      kvm: nVMX: Correct a VMX instruction error code for VMPTRLD

Paolo Bonzini (2):
      KVM: hyperv: fix locking of struct kvm_hv fields
      Revert "x86/kvm: Support the vCPU preemption check"

Yi Sun (1):
      KVM: x86: Expose Intel AVX512IFMA/AVX512VBMI/SHA features to guest.

 Documentation/virtual/kvm/locking.txt |  8 ++++++--
 arch/x86/include/asm/kvm_host.h       |  1 +
 arch/x86/include/uapi/asm/kvm_para.h  |  4 +---
 arch/x86/kvm/cpuid.c                  |  9 +++++----
 arch/x86/kvm/hyperv.c                 | 24 +++++++++++++++---------
 arch/x86/kvm/vmx.c                    |  2 +-
 arch/x86/kvm/x86.c                    | 17 +----------------
 7 files changed, 30 insertions(+), 35 deletions(-)

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

[GIT PULL] KVM fixes for 4.10 merge window Paolo Bonzini <pbonzini@redhat.com> - 2016-12-16 18:00 +0100
  Re: [GIT PULL] KVM fixes for 4.10 merge window Linus Torvalds <torvalds@linux-foundation.org> - 2016-12-16 20:50 +0100
    Re: [GIT PULL] KVM fixes for 4.10 merge window Pan Xinhui <xinhui@linux.vnet.ibm.com> - 2016-12-17 04:10 +0100
      Re: [GIT PULL] KVM fixes for 4.10 merge window Paolo Bonzini <pbonzini@redhat.com> - 2016-12-17 09:30 +0100
    Re: [GIT PULL] KVM fixes for 4.10 merge window Paolo Bonzini <pbonzini@redhat.com> - 2016-12-17 09:30 +0100

csiph-web