From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alexander Graf Subject: Re: [PATCH 0/3] Split up pv-ops Date: Thu, 03 Dec 2009 15:52:55 +0100 Message-ID: <4B17D0C7.1020805@suse.de> References: <1258503192-14246-1-git-send-email-agraf@suse.de> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: Nick Piggin , Glauber Costa , Avi Kivity , virtualization@lists.linux-foundation.org, rusty@rustcorp.com.au To: kvm list Return-path: Received: from cantor2.suse.de ([195.135.220.15]:33390 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755939AbZLCOwu (ORCPT ); Thu, 3 Dec 2009 09:52:50 -0500 In-Reply-To: <1258503192-14246-1-git-send-email-agraf@suse.de> Sender: kvm-owner@vger.kernel.org List-ID: Alexander Graf wrote: > Paravirt ops is currently only capable of either replacing a lot of Linux > internal code or none at all. The are users that don't need all of the > possibilities pv-ops delivers though. > > On KVM for example we're perfectly fine not using the PV MMU, thus not > touching any MMU code. That way we don't have to improve pv-ops to become > fast, we just don't compile the MMU parts in! > > This patchset splits pv-ops into several smaller config options split by > feature category and then converts the KVM pv-ops code to use only the > bits that are required, lowering overhead. > So has this ended up in some tree yet?