|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel] Unable to bring up Mini-OS on x86_64
On 5/17/06, Puthiyaparambil, Aravindh <aravindh.puthiyaparambil@xxxxxxxxxx>
I did a fresh clone and a build and I am still running into the same
issue. So it looks like there is a bug in xc_linux_build() and/or
Mini-OS.
What is the best way to debug libxc? I usually do fprintf(stderr,...)
and the output shows up in xend-debug.log. But it is very flaky as
sometimes messages are overwritten. Is there a better way to do prints?
I would recommend writing a small c program that calls libxc directly,
that will save you a bunch of time fighting the python/xend logging.
I have attached a patch with my own hand-rolled tools as an example.
The most interesting one is buscreate, which reads a config-file like:
kernel=/home/jacobg/xen-3.0-testing2.hg/linux-2.6.16-xen/vmlinux
mem=16
maxmem=16
console=1
initrd=/home/jacobg/domUinitrd
cmdline=mem=16M init=/linuxrc root=/dev/ram xencons=ttyS0
vbd=706,301,w
- and creates a domain without needing xend at all. xenstored and
xenconsoled need to be running though.
Jacob
migrationtools
Description: Binary data
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|