Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752568AbWKAXc5 (ORCPT ); Wed, 1 Nov 2006 18:32:57 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752569AbWKAXc5 (ORCPT ); Wed, 1 Nov 2006 18:32:57 -0500 Received: from ozlabs.org ([203.10.76.45]:41106 "EHLO ozlabs.org") by vger.kernel.org with ESMTP id S1752568AbWKAXc4 (ORCPT ); Wed, 1 Nov 2006 18:32:56 -0500 Subject: Re: [PATCH 1/7] paravirtualization: header and stubs for paravirtualizing critical operations From: Rusty Russell To: Arjan van de Ven Cc: Andi Kleen , Andi Kleen , virtualization@lists.osdl.org, Chris Wright , akpm@osdl.org, linux-kernel@vger.kernel.org In-Reply-To: <1162377928.23744.4.camel@laptopd505.fenrus.org> References: <20061029024504.760769000@sous-sol.org> <20061029024607.401333000@sous-sol.org> <200610290831.21062.ak@suse.de> <1162178936.9802.34.camel@localhost.localdomain> <20061030231132.GA98768@muc.de> <1162376827.23462.5.camel@localhost.localdomain> <1162377928.23744.4.camel@laptopd505.fenrus.org> Content-Type: text/plain Date: Thu, 02 Nov 2006 10:32:51 +1100 Message-Id: <1162423971.6848.1.camel@localhost.localdomain> Mime-Version: 1.0 X-Mailer: Evolution 2.8.1 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 915 Lines: 22 On Wed, 2006-11-01 at 11:45 +0100, Arjan van de Ven wrote: > On Wed, 2006-11-01 at 21:27 +1100, Rusty Russell wrote: > > Create a paravirt.h header for all the critical operations which need > > to be replaced with hypervisor calls, and include that instead of > > defining native operations, when CONFIG_PARAVIRT. > this is a lot of infrastructure... do we have more than 1 user of this > yet that wants to get merged in mainline? Yep. Xen and VMI both have patches on top of this pending merge. I also have a toy hypervisor "lhype" based on this, but it's not ready for mainline. (It seems people expect consoles to do *input* as well as output). Cheers, Rusty. - 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/