[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Xen-devel] Find out if domU's kernel is done loading, from dom0?



Hello,

is there any way to figure out if the kernel of a domU guest machine has finished loading? I've looked at what xm list prints out and it doesn't seem to help much. I've also tried to see what's being printed out by code such as:

xc_domain_getinfo(xch, domain_id, 1, &info);

/* ... */

printf("Domain state: %c%c%c%c%c%c%c%c\n",
        info.dying    ? 'd' : '-',
        info.crashed  ? 'c' : '-',
        info.shutdown ? 's' : '-',
        info.paused   ? 'p' : '-',
        info.blocked  ? 'b' : '-',
        info.running  ? 'r' : '-',
        info.hvm      ? 'h' : '-',
        info.debugged ? 'd' : '-');

but that's not been much use either. Is this possible to do (without actually inspecting what's going on with the machine myself)?


Thanks,
Razvan Cojocaru

_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxx
http://lists.xen.org/xen-devel


 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.