From: Samuel Thibault <samuel.thibault@eu.citrix.com>
To: "Li, Haicheng" <haicheng.li@intel.com>
Cc: xen-devel@lists.xensource.com, Keir Fraser <keir.fraser@eu.citrix.com>
Subject: Re: VMX nightly testing for Xen:#17269 is blocked
Date: Fri, 21 Mar 2008 13:53:24 +0000 [thread overview]
Message-ID: <20080321135324.GF4353@implementation.uk.xensource.com> (raw)
In-Reply-To: <FC1D1B23302A22499C60C967336B2AE0028B7254@pdsmsx411.ccr.corp.intel.com>
[-- Attachment #1: Type: text/plain, Size: 802 bytes --]
Li, Haicheng, le Fri 21 Mar 2008 21:02:30 +0800, a écrit :
> Actually since qemu window disappears immediately after OS enters graphic mode, it's hard to locate the exact step.
> Only can say it is just after `startx &` on Linux and "driver loading progress bar" on Windows.
Ok, so that's when we switch to OpenGL rendering.
> > Could you tell the exact configuration of Windows/Linux?
> Guest config file is attached.
Well, I meant the guest configuration actually (resolution/color depth).
> > Are there useful information in /var/log/xen/qemu-dm-yourdomain.log?
> Seems no useful info for this bug in qemu log.
Indeed :/
Could you try to use the attached qemu-dm.gdb script for the device
model? It is just a gdb wrapper around the actual qemu-dm, which should
let get a backtrace.
Samuel
[-- Attachment #2: qemu-dm.gdb --]
[-- Type: text/plain, Size: 153 bytes --]
#!/bin/sh
if [ "`arch`" = "x86_64" ]; then
LIBDIR="lib64"
else
LIBDIR="lib"
fi
xterm -e /bin/sh -c "gdb --args /usr/$LIBDIR/xen/bin/qemu-dm $*"
[-- Attachment #3: Type: text/plain, Size: 138 bytes --]
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel
next prev parent reply other threads:[~2008-03-21 13:53 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-03-21 6:27 VMX nightly testing for Xen:#17269 is blocked Li, Haicheng
2008-03-21 9:19 ` Keir Fraser
2008-03-21 9:24 ` Keir Fraser
2008-03-21 9:46 ` Li, Haicheng
2008-03-21 9:54 ` Keir Fraser
2008-03-21 13:01 ` Li, Haicheng
2008-03-21 11:53 ` Samuel Thibault
2008-03-21 13:02 ` Li, Haicheng
2008-03-21 13:53 ` Samuel Thibault [this message]
2008-03-24 9:26 ` Li, Haicheng
2008-03-21 9:49 ` Keir Fraser
2008-03-21 9:58 ` Li, Haicheng
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20080321135324.GF4353@implementation.uk.xensource.com \
--to=samuel.thibault@eu.citrix.com \
--cc=haicheng.li@intel.com \
--cc=keir.fraser@eu.citrix.com \
--cc=xen-devel@lists.xensource.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.