From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752311AbeA0Iue (ORCPT ); Sat, 27 Jan 2018 03:50:34 -0500 Received: from mail-wr0-f196.google.com ([209.85.128.196]:37227 "EHLO mail-wr0-f196.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751899AbeA0Iuc (ORCPT ); Sat, 27 Jan 2018 03:50:32 -0500 X-Google-Smtp-Source: AH8x226EaWEcjQCIhicDwwnxe57ZOI+/1/6UWBE/YryPFIMCTJw0IBwgQS+kcocSrDtZbYD16n/K7g== From: Paolo Bonzini To: linux-kernel@vger.kernel.org, kvm@vger.kernel.org Cc: =?UTF-8?q?Radim=20Kr=C4=8Dm=C3=A1=C5=99?= , David Woodhouse , KarimAllah Ahmed Subject: [PATCH v2 0/3] Per-VCPU MSR bitmaps patches - topic branch for x86/pti Date: Sat, 27 Jan 2018 09:50:24 +0100 Message-Id: <1517043027-7655-1-git-send-email-pbonzini@redhat.com> X-Mailer: git-send-email 1.8.3.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org David and others, the following changes since commit ba804bb4b72e57374b5f567b783aa0298fba0ce6: Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net (2018-01-26 09:03:16 -0800) are available in the git repository at: git://git.kernel.org/pub/scm/virt/kvm/kvm.git msr-bitmaps for you to fetch changes up to cf8870b9e2a7a35e596a03b903d0f5a06cd2ee3c: KVM: VMX: make MSR bitmaps per-VCPU (2018-01-26 22:59:32 +0100) The patches are on top of Linus's tree and I checked that they apply okay on top of the latest 4.14 tree as well as required for tip x86/pti. One extra commit is needed that is pretty safe and would have been merged next week. Radim, please pull this into kvm.git too. The merge is a bit messy, so I've placed my resolution on kvm.git, branch refs/heads/msr-bitmaps-merge-resolution. It's based on kvm/queue, assuming that all of kvm/queue will get into the pull requests for the 4.16 merge window (and thus soonish in kvm/next). Hopefully the next few releases will be much more uneventful... Thanks, Paolo Jim Mattson (1): KVM: nVMX: Eliminate vmcs02 pool Paolo Bonzini (2): KVM: VMX: introduce alloc_loaded_vmcs KVM: VMX: make MSR bitmaps per-VCPU arch/x86/kvm/vmx.c | 437 ++++++++++++++++++++++------------------------------- 1 file changed, 183 insertions(+), 254 deletions(-) -- 1.8.3.1