kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Paolo Bonzini <pbonzini@redhat.com>
To: torvalds@linux-foundation.org
Cc: linux-kernel@vger.kernel.org, rkrcmar@redhat.com, kvm@vger.kernel.org
Subject: [GIT PULL] KVM changes for 4.12-rc4
Date: Thu,  1 Jun 2017 18:49:36 +0200	[thread overview]
Message-ID: <1496335776-8041-1-git-send-email-pbonzini@redhat.com> (raw)

Linus,

The following changes since commit 08332893e37af6ae779367e78e444f8f9571511d:

  Linux 4.12-rc2 (2017-05-21 19:30:23 -0700)

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 47a66eed99e6f231f4a1d261a9d493f4eee94829:

  KVM: x86: Fix nmi injection failure when vcpu got blocked (2017-06-01 11:23:10 +0200)

----------------------------------------------------------------
Many small x86 bug fixes: SVM segment registers access rights, nested VMX,
preempt notifiers, LAPIC virtual wire mode, NMI injection.

----------------------------------------------------------------
Gioh Kim (1):
      KVM: SVM: ignore type when setting segment registers

Jan H. Schönherr (2):
      KVM: nVMX: Fix handling of lmsw instruction
      KVM: x86: Fix virtual wire mode

Radim Krčmář (1):
      KVM: nVMX: fix nested_vmx_check_vmptr failure paths under debugging

Roman Pen (1):
      KVM: SVM: do not zero out segment attributes if segment is unusable or not present

Wanpeng Li (1):
      KVM: X86: Fix preempt the preemption timer cancel

ZhuangYanying (1):
      KVM: x86: Fix nmi injection failure when vcpu got blocked

 arch/x86/kvm/lapic.c |   5 +-
 arch/x86/kvm/svm.c   |  26 +++++----
 arch/x86/kvm/vmx.c   | 147 ++++++++++++++++++++++-----------------------------
 arch/x86/kvm/x86.c   |   7 ++-
 4 files changed, 83 insertions(+), 102 deletions(-)

                 reply	other threads:[~2017-06-01 16:49 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1496335776-8041-1-git-send-email-pbonzini@redhat.com \
    --to=pbonzini@redhat.com \
    --cc=kvm@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=rkrcmar@redhat.com \
    --cc=torvalds@linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).