Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753381AbdLULvL (ORCPT ); Thu, 21 Dec 2017 06:51:11 -0500 Received: from mail-wr0-f170.google.com ([209.85.128.170]:46309 "EHLO mail-wr0-f170.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753228AbdLULvH (ORCPT ); Thu, 21 Dec 2017 06:51:07 -0500 X-Google-Smtp-Source: ACJfBos+efWhwhJTSS3vYXM63qIKxYW0eCCMGGJV8WMEIgccLevcNWViozNzvXMk3u5UNmVDr0La2w== From: Paolo Bonzini To: linux-kernel@vger.kernel.org, kvm@vger.kernel.org Cc: jmattson@google.com, david@redhat.com Subject: [PATCH v2 0/3] KVM: vmx: MSR bitmap cleanups and optimizations Date: Thu, 21 Dec 2017 12:50:59 +0100 Message-Id: <1513857062-44013-1-git-send-email-pbonzini@redhat.com> X-Mailer: git-send-email 1.8.3.1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 399 Lines: 15 This replaces the patch "KVM: vmx: speed up MSR bitmap merge", taking into account Jim and David's suggestions. Paolo Paolo Bonzini (3): KVM: vmx: speed up MSR bitmap merge KVM: vmx: simplify MSR bitmap setup KVM: VMX: introduce X2APIC_MSR macro arch/x86/kvm/vmx.c | 99 +++++++++++++++++++++++++++--------------------------- 1 file changed, 50 insertions(+), 49 deletions(-) -- 1.8.3.1