|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel] Help debugging domain builder, qemu upstream and hvmload
On 27/07/2011 04:53, "Daniel Castro" <evil.dani@xxxxxxxxx> wrote:
> Hello All,
>
> I run into this problem when I modify seabios.
> (XEN) hvm.c:1131:d13 Triple fault on VCPU 0 - invoking HVM system reset.
>
> Since there is no fault handlers in the early stages of guest boot I
> am in the need to debug the domain builder, upstream qemu and/or
> hvmloader to see where exactly the fault is being generated.
You can put 'on_reboot = preserve' in your domain config file so that the
crashed domain is not automatically destroyed and restarted. Then you can
use the tool xenctx to grab the register state including crashing EIP value.
-- Keir
> I have no experience on debugging and this seems like a good time to start.
>
> Any pointers, or guides anyone can provide me will be of great help.
> After this I will document the process for later uses.
>
> PD: Xen is compiled with debugging on, so is qemu and seabios.
>
> Thanks,
>
> Daniel
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|