From mboxrd@z Thu Jan 1 00:00:00 1970 From: Samuel Thibault Subject: Re: Running Xen inside QEMU Date: Mon, 5 May 2008 11:31:22 +0100 Message-ID: <20080505103122.GE4497@implementation.uk.xensource.com> References: <20080505102551.GC6309@m42s11> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Return-path: Content-Disposition: inline In-Reply-To: <20080505102551.GC6309@m42s11> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Martin Dommermuth Cc: xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org Martin Dommermuth, le Mon 05 May 2008 12:25:51 +0200, a écrit : > Hi there, > > I hope this is the right list to ask this. Sorry, if not. > > I am about to create a realtime scheduler for XEN as my diploma > thesis. During development I want to run Xen inside of Qemu. > When I try to boot the last lines I see are: > Freeing unused kernel memory: 196k freed > input: ImExPS/2 Generic Explorer Mouse as /class/input/input1 > > Then nothing more happens. I see qemu maxing out my cpu. I can still > type and delete chars. > Any idea what's causing this? Is it stuck in Xen or the Linux kernel? These messages come from the Linux kernel, so it's most probably Linux which somehow got wrong. Which parameters do you give to it? You may want to use the serial console as well (add -serial stdio to the qemu command line). Samuel