|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel] Minimal fileset for Xenstore domU boot
Jacob Gorm Hansen wrote:
On 9/27/05, Keir Fraser <Keir.Fraser@xxxxxxxxxxxx> wrote:
Yes, you do, and xenconsoled requires xenstored. And your tools must
introduce xenstored to the new domain when it is built.
Without xenconsoled the new domain will stall waiting for the console
ring to empty, which never happens.
Thanks, I removed the domU console driver for now and my domain boots.
xc_linux_build() takes a console_evtchn as argument, what is the
strategy for obtaining that value from xenconsoled?
Setting up the console is just like setting up xenstore. The tools have
to create an interdomain evtchn between domain-0 and the remote domain.
The xc_linux_build function will return to MFNs. You have to introduce
the domain with the local evtchn for the store and the store MFN. Then
you have to write the local console evtchn and console MFN to the store.
Regards,
Anthony Liguori
Jacob
--
Save time and bandwidth with EDelta: http://www.diku.dk/~jacobg/edelta/
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|