WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-users

[Xen-users] Fwd: Loadable Hypervisor Modules

To: xen-devel@xxxxxxxxxxxxxxxxxxx, xen-users@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-users] Fwd: Loadable Hypervisor Modules
From: sagar hotchandani <sagar.hotchandani@xxxxxxxxx>
Date: Thu, 1 Sep 2011 09:42:19 +0530
Cc:
Delivery-date: Wed, 31 Aug 2011 21:14:07 -0700
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=cc0AErULoUXeVxjzw9b7T+3vxHVFSqZgi90qWbRFDY8=; b=aNOhRV+FREk0Xl7gwu9hsZNtAMCxWDFwQdm7KJQhodHZ3JGV9VSKTgscC1uJQs9nTQ bB552cveFQhxyGLVZb0xiavtdowLMclIUWkWraetFUQ+KxNrm7VOX1EQ8H5dxvyoFrj+ hxXbPSjOayW85hM4U5CgK0FN4evBt9+fATnCw=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <CAMOpi6qNQkBnOMa_+9kycdHETDV72qrEqZrVtNW74HzybK+E1w@xxxxxxxxxxxxxx>
List-help: <mailto:xen-users-request@lists.xensource.com?subject=help>
List-id: Xen user discussion <xen-users.lists.xensource.com>
List-post: <mailto:xen-users@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=unsubscribe>
References: <CAMOpi6qNQkBnOMa_+9kycdHETDV72qrEqZrVtNW74HzybK+E1w@xxxxxxxxxxxxxx>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx

Loadable Hypervisor Modules-
There was a paper regarding the Loadable Hypervisor Modules presented in the IEEE System Sciences conference in 2010.

The paper discusses the implementation of a new hypervisor mechanism for loading dynamic shared objects (modules) at runtime. These loadable hypervisor modules (LHM) are modeled after the loadable kernel modules used in Linux.The current LHM implementation is based on the Xen hypervisor. Potential use cases for this LHM mechanism include dynamic hypervisor instrumentation for debug tracing or performance analysis.

They have a working prototype which assists in inserting modules at runtime but modifying the hypervisor at runtime is cited as future work.

The question arises is that runtime modification has been done for the Kernel as well as for the Virtual Machines,is there any need to do it for the Hypervisors ?
Plus i think there can be many benefits like we can have customized hypervisors and plus change or modify the hypervisor according to the workload.

I wanted to know if anything has already been done regarding this, or it is yet to be explored.




_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-users] Fwd: Loadable Hypervisor Modules, sagar hotchandani <=