From mboxrd@z Thu Jan 1 00:00:00 1970 From: Emmanuel Ackaouy Subject: Re: question regarding dom0 scheduling Date: Fri, 6 Jul 2007 22:26:07 +0200 Message-ID: <301bf561a729e36766b1e2910557fef8@gmail.com> References: Mime-Version: 1.0 (Apple Message framework v624) Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: "Agarwal, Lomesh" Cc: xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org On Jul 6, 2007, at 22:18, Agarwal, Lomesh wrote: > How does Xen determines dom0 scheduling? Domains get CPU time slices > based on weight and cap but how does Xen determine the time slice for > dom0? Does dom0 preempt dom0 ever? If I put an infinite loop in dom0, > will that halt the system (as domains will never be scheduled)? dom0 isn't treated any differently than other domains by default. you can tweak its weight just like any other domain though.