From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jeremy Fitzhardinge Subject: Re: [PATCH 1/4] x86 paravirt_ops: create no_paravirt.h for native ops Date: Sun, 06 Aug 2006 22:22:10 -0700 Message-ID: <44D6CE02.4020303@goop.org> References: <1154925835.21647.29.camel@localhost.localdomain> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1154925835.21647.29.camel@localhost.localdomain> Sender: linux-kernel-owner@vger.kernel.org To: Rusty Russell Cc: Andrew Morton , Andi Kleen , Chris Wright , virtualization , Linux Kernel Mailing List List-Id: virtualization@lists.linuxfoundation.org Rusty Russell wrote: > (Andrew, please sit these in the -mm tree for cooking) > > Create a paravirt.h header for (almost) all the critical operations > which need to be replaced with hypervisor calls. > > For the moment, this simply includes no_paravirt.h, where all the > native implementations now live. > Sorry, but I have to say these are not yet ready for -mm. While they're better than before (I can successfully boot), the machine locks up when I start X, and I wouldn't have any confidence in running with this stuff enabled. I'd prefer these weren't in -mm until we somewhat confident one could run with CONFIG_PARAVIRT on all the time (ie, think it could be default on, even if it isn't). J