From mboxrd@z Thu Jan 1 00:00:00 1970 From: Gleb Natapov Subject: [GIT PULL] KVM fixes for 3.9-rc5 Date: Sun, 7 Apr 2013 13:33:15 +0300 Message-ID: <20130407103315.GA21858@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: linux-kernel , kvm , Marcelo Tosatti To: Linus Torvalds Return-path: Content-Disposition: inline Sender: linux-kernel-owner@vger.kernel.org List-Id: kvm.vger.kernel.org Linus, Please pull from git://git.kernel.org/pub/scm/virt/kvm/kvm.git master To receive the bugfix for the regression introduced by c300aa64ddf57. Andrew Honig (1): KVM: Allow cross page reads and writes from cached translations. arch/x86/kvm/lapic.c | 2 - arch/x86/kvm/x86.c | 13 +++++------- include/linux/kvm_host.h | 2 - include/linux/kvm_types.h | 1 virt/kvm/kvm_main.c | 47 ++++++++++++++++++++++++++++++++++++---------- 5 files changed, 46 insertions(+), 19 deletions(-) -- Gleb.