From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alex Zeffertt Subject: [PATCH 0/3] [linux-2.6.18-xen.hg] dom0 kernel support for xenstore stubdom Date: Mon, 23 Mar 2009 15:19:54 +0000 Message-ID: <49C7A89A.8020209@eu.citrix.com> 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, Last year Diego Ongaro did some work to allow xenstored to be run in a stub domain, which never got pulled. I have updated his patches, and got them working with the latest xen-unstable. There are two sets of patches. The first (smaller) set updates the 2.6.18 dom0 kernel so that it will support running xenstored in a stub domain. The second set updates tools/ stubdom/ and xen/. After these patches are applied and everything is rebuilt, the user can enable the xenstore stubdomain by uncommenting the 'STUBDOM=yes' line in /etc/sysconfig/xenstore and rebooting. Doing this offers the following two main advantages: 1. dom0 doesn't get scheduled on every xenbus access. This should make xenbus accesses speedier 2. this brings us closer to being able to reboot dom0 without needing to reboot all the VMs. Please consider these patches for inclusion in linux-2.6.18-xen.hg and xen-unstable.hg Regards, Alex Zeffertt