From mboxrd@z Thu Jan 1 00:00:00 1970 From: Zachary Amsden Subject: [RFC, PATCH 0/5] Paravirt: fix export of paravirt-ops to binary modules Date: Thu, 19 Apr 2007 18:52:14 -0700 (PDT) Message-ID: <20070420015214.6834BBFC@zach-dev2.vmware.com> Return-path: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: virtualization-bounces@lists.linux-foundation.org Errors-To: virtualization-bounces@lists.linux-foundation.org To: Andrew Morton , Andi Kleen , Jeremy Fitzhardinge , Rusty Russell , Chris Wright , Ingo Molnar , Petr Vandrovec , Pratap Subrahmanyam , Dan Hecht , Dan Arai , Virtualization Mailing List , Chaz Masden , Zachary Amsden List-Id: virtualization@lists.linuxfoundation.org A clever set of manipulations allows us to fix binary modules with paravirt-ops by just not exporting paravirt_ops at all and using the new patching code. What do you think? Experimental patches here... only partially tested, but booting and appear to be a working prototype. Thanks, Zach