[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-users] Xen 3.1 HVM DomU keeps crashing
In my experience, qemu-dm's logs will only contain interesting info if the bug is in the device emulation, and even then usually only if you compile qemu-dm with debugging turned on. How do your DomU's crash? Does windows bluescreen, or is it the VM itself that crashes? If it's the latter, an "xm dmesg" will probably be what contains the most interesting information. An "xm debug-key v", "xm debug-key d", "xm debug-key q" before "xm dmesg" will also provide som info about the VM's state, which can be helpful. Somtimes it's simple, and the last vmexit is what was actually the problem (unhandled or incomplely emulated mmio ops or control register accesses, for example), while at other times it's not so easy, if the cause was an emulated instruction that was silently "done wrong" a million vmexits before... /Trolle On 9/24/07, Florian Engelmann <mailinglist@xxxxxxxx> wrote: Hi, _______________________________________________ Xen-users mailing list Xen-users@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-users
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |