linux-kernel.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 fixes for 5.0-rc4
Date: Sat, 26 Jan 2019 09:40:41 +0100	[thread overview]
Message-ID: <1548492041-46410-1-git-send-email-pbonzini@redhat.com> (raw)

Linus,

The following changes since commit d7393226d15add056285c8fc86723d54d7e0c77d:

  Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma (2019-01-18 17:17:20 +1200)

are available in the git repository at:


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

for you to fetch changes up to b2869f28e1476cd705bb28c58fd01b0bd661bb99:

  KVM: x86: Mark expected switch fall-throughs (2019-01-25 19:29:36 +0100)

----------------------------------------------------------------
Quite a few fixes for x86: nested virtualization save/restore, AMD nested virtualization
and virtual APIC, 32-bit fixes, an important fix to restore operation on older
processors, and a bunch of hyper-v bugfixes.  Several are marked stable.

There are also fixes for GCC warnings and for a GCC/objtool interaction.

----------------------------------------------------------------
Alexander Popov (1):
      KVM: x86: Fix single-step debugging

Ben Gardon (1):
      kvm: selftests: Fix region overlap check in kvm_util

Gustavo A. R. Silva (1):
      KVM: x86: Mark expected switch fall-throughs

Masahiro Yamada (1):
      KVM: x86: fix TRACE_INCLUDE_PATH and remove -I. header search paths

Sean Christopherson (4):
      KVM: VMX: Use the correct field var when clearing VM_ENTRY_LOAD_IA32_PERF_GLOBAL_CTRL
      KVM: x86: Fix PV IPIs for 32-bit KVM host
      KVM: x86: WARN_ONCE if sending a PV IPI returns a fatal error
      KVM: VMX: Move vmx_vcpu_run()'s VM-Enter asm blob to a helper function

Suravee Suthikulpanit (2):
      svm: Add warning message for AVIC IPI invalid target
      svm: Fix AVIC incomplete IPI emulation

Tom Roeder (1):
      kvm: x86/vmx: Use kzalloc for cached_vmcs12

Vitaly Kuznetsov (6):
      x86/kvm/hyper-v: don't announce GUEST IDLE MSR support
      x86/kvm/hyper-v: don't recommend doing reset via synthetic MSR
      x86/kvm/hyper-v: recommend using eVMCS only when it is enabled
      KVM: nSVM: clear events pending from svm_complete_interrupts() when exiting to L1
      x86/kvm/hyper-v: nested_enable_evmcs() sets vmcs_version incorrectly
      KVM: selftests: check returned evmcs version range

Yi Wang (1):
      kvm: vmx: fix some -Wmissing-prototypes warnings

 arch/x86/kernel/kvm.c                           |   7 +-
 arch/x86/kvm/Makefile                           |   4 -
 arch/x86/kvm/hyperv.c                           |   7 +-
 arch/x86/kvm/lapic.c                            |   2 +
 arch/x86/kvm/mmu.c                              |   1 +
 arch/x86/kvm/svm.c                              |  31 +++--
 arch/x86/kvm/trace.h                            |   2 +-
 arch/x86/kvm/vmx/evmcs.c                        |   7 +-
 arch/x86/kvm/vmx/nested.c                       |  14 ++-
 arch/x86/kvm/vmx/vmx.c                          | 147 +++++++++++++-----------
 arch/x86/kvm/x86.c                              |   8 +-
 tools/testing/selftests/kvm/lib/kvm_util.c      |   9 +-
 tools/testing/selftests/kvm/x86_64/evmcs_test.c |   6 +
 13 files changed, 130 insertions(+), 115 deletions(-)

             reply	other threads:[~2019-01-26  8:40 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-01-26  8:40 Paolo Bonzini [this message]
2019-01-27 17:25 ` [GIT PULL] KVM fixes for 5.0-rc4 pr-tracker-bot

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=1548492041-46410-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).