Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932171AbWHVVQ2 (ORCPT ); Tue, 22 Aug 2006 17:16:28 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751296AbWHVVQ2 (ORCPT ); Tue, 22 Aug 2006 17:16:28 -0400 Received: from outpipe-village-512-1.bc.nu ([81.2.110.250]:23975 "EHLO lxorguk.ukuu.org.uk") by vger.kernel.org with ESMTP id S1751279AbWHVVQ1 (ORCPT ); Tue, 22 Aug 2006 17:16:27 -0400 Subject: Re: [PATCH] paravirt.h From: Alan Cox To: Zachary Amsden Cc: Arjan van de Ven , Andi Kleen , virtualization@lists.osdl.org, Jeremy Fitzhardinge , Andrew Morton , Chris Wright , Linux Kernel Mailing List In-Reply-To: <44EB584A.5070505@vmware.com> References: <1155202505.18420.5.camel@localhost.localdomain> <44DB7596.6010503@goop.org> <1156254965.27114.17.camel@localhost.localdomain> <200608221544.26989.ak@muc.de> <44EB3BF0.3040805@vmware.com> <1156271386.2976.102.camel@laptopd505.fenrus.org> <1156275004.27114.34.camel@localhost.localdomain> <44EB584A.5070505@vmware.com> Content-Type: text/plain Content-Transfer-Encoding: 7bit Date: Tue, 22 Aug 2006 22:36:17 +0100 Message-Id: <1156282577.27114.38.camel@localhost.localdomain> Mime-Version: 1.0 X-Mailer: Evolution 2.6.2 (2.6.2-1.fc5.5) Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 971 Lines: 25 Ar Maw, 2006-08-22 am 12:17 -0700, ysgrifennodd Zachary Amsden: > Possibly an issue, but why would you ever want stacked paravirt-ops? > You're only talking to the hypervisor directly above you, and there is > only one of those. Thankfully right now I can't think of a reason other than debugging when using hardware VMX > > - If we boot patch inline code to get performance natively its almost > > impossible to then revert that. > You can patch back over it. I've already implemented the locking and > repatching bits for VMI. Ok that bit seemed pretty scary because you have to halt all the processors in a known state (which probably means in an IPI handler) before you patch. If you have code thats great. Alan - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/