From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1030426AbVKWWdE (ORCPT ); Wed, 23 Nov 2005 17:33:04 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1030428AbVKWWdC (ORCPT ); Wed, 23 Nov 2005 17:33:02 -0500 Received: from mail.suse.de ([195.135.220.2]:16031 "EHLO mx1.suse.de") by vger.kernel.org with ESMTP id S1030426AbVKWWdA (ORCPT ); Wed, 23 Nov 2005 17:33:00 -0500 Date: Wed, 23 Nov 2005 23:32:53 +0100 From: Andi Kleen To: "H. Peter Anvin" Cc: Andi Kleen , Linus Torvalds , Alan Cox , Gerd Knorr , Dave Jones , Zachary Amsden , Pavel Machek , Andrew Morton , Linux Kernel Mailing List , Zwane Mwaikambo , Pratap Subrahmanyam , Christopher Li , "Eric W. Biederman" , Ingo Molnar Subject: Re: [patch] SMP alternatives Message-ID: <20051123223253.GX20775@brahms.suse.de> References: <1132766489.7268.71.camel@localhost.localdomain> <4384AECC.1030403@zytor.com> <1132782245.13095.4.camel@localhost.localdomain> <20051123214344.GU20775@brahms.suse.de> <20051123222212.GV20775@brahms.suse.de> <4384EC68.1060302@zytor.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4384EC68.1060302@zytor.com> Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org > Well, with VTX or Pacifica virtualization is in ring 3. The fact that Not it's not. The whole point is that there is no "ring compression" The guest has all its normal rings, just the hypervisor has additional "negative" rings. In the current Xen x86-64 para virtualization setup the guest kernel is in ring 3, but I hope VT/P. will do away with that because it causes lots of issues. > What you really want is one bit for kernel mode (cpl 0-2) and one for > user mode (cpl 3). Yes. -Andi