From mboxrd@z Thu Jan 1 00:00:00 1970 From: Avi Kivity Subject: Re: [PATCH v4 0/4] Fix task switches into/out of VM86 Date: Sun, 04 Mar 2012 11:08:06 +0200 Message-ID: <4F5330F6.8020603@redhat.com> References: <1328708081-12842-1-git-send-email-kwolf@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: kvm@vger.kernel.org, gleb@redhat.com, joerg.roedel@amd.com, yoshikawa.takuya@oss.ntt.co.jp, mtosatti@redhat.com To: Kevin Wolf Return-path: Received: from mx1.redhat.com ([209.132.183.28]:26075 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751654Ab2CDJIN (ORCPT ); Sun, 4 Mar 2012 04:08:13 -0500 In-Reply-To: <1328708081-12842-1-git-send-email-kwolf@redhat.com> Sender: kvm-owner@vger.kernel.org List-ID: On 02/08/2012 03:34 PM, Kevin Wolf wrote: > 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 > Thanks, applied. Note that patch 1 is racy, since it re-reads the IDT after a decision has been made to use a task gate. I'm assuming that SMP OSes that swap IDT entries are rare, though. -- error compiling committee.c: too many arguments to function