|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel] netif_suspend / resume
Kip Macy wrote:
If you're not averse to GDB you can use the gdbserver to look at the
state. If it is calling domain_crash you can enable coredump.
Evidently some interface has changed that has broken gdbserver for the
moment, but once I finish with -testing this weekend I'll probably get
to submitting a patch.
Thanks, I would like to play with gdb and xen at some point. Actually, I
should probably rephrase my question:
xenlinux in unstable crashes after executing the following code, and I
don't think it should. Am I wrong?
__cli();
netif_suspend();
time_suspend();
ctrl_if_suspend();
irq_suspend();
irq_resume();
ctrl_if_resume();
time_resume();
netif_resume();
__sti();
/Jacob
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|