From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sangmin Lee Subject: Thread in hypervisor Date: Tue, 17 Apr 2007 16:20:00 -0700 Message-ID: <46255620.3010107@cs.ucsd.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org Hi all, I would like to run some tasks in context of hypervisor. I saw some suggested to use timer but timer function seems to run in context of a domain which is currently running. What I want is something like kernel thread in hypervisor,( hypervisor thread :-) ). Does anyone have any idea on this? Thanks, Sangmin