From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kevin Wolf Subject: [PATCH v4 0/4] Fix task switches into/out of VM86 Date: Wed, 8 Feb 2012 14:34:37 +0100 Message-ID: <1328708081-12842-1-git-send-email-kwolf@redhat.com> Cc: kwolf@redhat.com, gleb@redhat.com, joerg.roedel@amd.com, yoshikawa.takuya@oss.ntt.co.jp, avi@redhat.com, mtosatti@redhat.com To: kvm@vger.kernel.org Return-path: Received: from mx1.redhat.com ([209.132.183.28]:11978 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757092Ab2BHNbS (ORCPT ); Wed, 8 Feb 2012 08:31:18 -0500 Sender: kvm-owner@vger.kernel.org List-ID: Kevin Wolf (4): KVM: x86 emulator: Fix task switch privilege checks KVM: x86 emulator: VM86 segments must have DPL 3 KVM: SVM: Fix CPL updates KVM: x86 emulator: Allow PM/VM86 switch during task switch arch/x86/include/asm/kvm_emulate.h | 3 +- arch/x86/include/asm/kvm_host.h | 4 +- arch/x86/kvm/emulate.c | 75 ++++++++++++++++++++++++++++++++--- arch/x86/kvm/svm.c | 28 +++++++++++-- arch/x86/kvm/vmx.c | 8 ++- arch/x86/kvm/x86.c | 12 ++++- 6 files changed, 110 insertions(+), 20 deletions(-) -- 1.7.6.5