From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anthony PERARD Subject: Re: Need help with qemu args debug Date: Thu, 8 Mar 2012 16:59:10 +0000 Message-ID: <4F58E55E.6080609@gmail.com> References: <1330519499118-5524861.post@n5.nabble.com> <1330520756321-5524897.post@n5.nabble.com> <1330529436918-5525248.post@n5.nabble.com> <1330529975275-5525276.post@n5.nabble.com> <1330678830304-5530386.post@n5.nabble.com> <1330697029907-5531045.post@n5.nabble.com> <1331043535494-5540944.post@n5.nabble.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; Format="flowed" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1331043535494-5540944.post@n5.nabble.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Fantu Cc: xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org On 06/03/12 14:18, Fantu wrote: > Stefano Stabellini-3 wrote >> >> There is nothing on the logs but SPICE, unfortunately. >> You might have to add few printf to QEMU to see how far it is able to >> go. For example block.c:bdrv_open. >> > > Problem found, device not found is caused by maxmem parameter,domU S.O. > starts without maxmem, probably there are same unexpected cases on xen > and/or seabios with ram and videoram allocation. > I tried searching but could not find the solution to make allocation of ram > and videoram works with more than standard values. I tried to reproduce this, but I did not have any issue (with an iso). Also I could not understand why maxmem will have an issue with a drive. Also, spice+qemu on debian does not work well, so I'm not sure if I will have the same issue. When you found the issue related to the "device not found", do you have run the VM without qxl and spice ? I've just send a patch that fix a memory mapping issue (at least for me), could you try with it? : http://lists.xen.org/archives/html/xen-devel/2012-03/msg00627.html Then, do you have the same issue if you use an .iso instead of /dev/sr0 as a cdrom ? -- Anthony PERARD