From: Razvan Cojocaru <rzvncj@gmail.com>
To: "xen-devel@lists.xen.org" <xen-devel@lists.xen.org>
Subject: Find out if domU's kernel is done loading, from dom0?
Date: Thu, 14 Mar 2013 15:52:11 +0200 [thread overview]
Message-ID: <5141D60B.4040503@gmail.com> (raw)
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
next reply other threads:[~2013-03-14 13:52 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-03-14 13:52 Razvan Cojocaru [this message]
2013-03-14 13:57 ` Find out if domU's kernel is done loading, from dom0? Alex Bligh
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=5141D60B.4040503@gmail.com \
--to=rzvncj@gmail.com \
--cc=xen-devel@lists.xen.org \
/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.