hi, with the new way of binding event-channels (ioctl on /dev/xen/evtchn) I am having trouble getting dom0 introduced to the store. It seems xc_init_store still needs a port number, but that I am unable to setup a port poiting to dom0 from within dom0. code such as : rstore = xc_evtchn_alloc_unbound(xc,evtchn_fd,0); will fail with -1. Any hints? Thanks, Jacob -- Save time and bandwidth with EDelta: http://www.diku.dk/~jacobg/edelta/ _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
> with the new way of binding event-channels (ioctl on /dev/xen/evtchn) > I am having trouble getting dom0 introduced to the store.There are changes in the staging tree which obviate the need to introduce dom0 from outside (i.e. xenstored does it itself). Should be pushed later after RT. cheers, S. _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
Hi,>should be pushed later after RT.sorry for my ignorance: what does RT stands for ? IB On 10/18/05, Steven Hand <Steven.Hand@cl.cam.ac.uk> wrote:> > > with the new way of binding event-channels (ioctl on /dev/xen/evtchn) > > I am having trouble getting dom0 introduced to the store. > > There are changes in the staging tree which obviate the need to > introduce dom0 from outside (i.e. xenstored does it itself). Should > be pushed later after RT. > > cheers, > > S. > > _______________________________________________ > Xen-devel mailing list > Xen-devel@lists.xensource.com > http://lists.xensource.com/xen-devel >_______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
On Tue, Oct 18, 2005 at 05:52:56PM +0200, Ian Brown wrote:> Hi, > >should be pushed later after RT. > sorry for my ignorance: what does RT stands for ?Regression Testing. Ewan. _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
with the latest post-RT version, it seems dom0 introduces itself fine. However, the introduce call no longer takes a home/path parameter. How can I set the domain home path with the latest code? thanks, Jacob _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
On 19 Oct 2005, at 16:12, Jacob Gorm Hansen wrote:> with the latest post-RT version, it seems dom0 introduces itself fine. > However, the introduce call no longer takes a home/path parameter. > > How can I set the domain home path with the latest code?I believe the appropriate path is automatically determined by xenstored. -- Keir _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
On Wed, Oct 19, 2005 at 05:12:09PM +0200, Jacob Gorm Hansen wrote:> with the latest post-RT version, it seems dom0 introduces itself fine. > However, the introduce call no longer takes a home/path parameter. > > How can I set the domain home path with the latest code?It is now Xenstored''s job to do that, so you don''t need to pass it a path at all. If you need that path yourself, say to configure the guest, then you can call xs_get_domain_path / send an XS_GET_DOMAIN_PATH message at any time after calling xs_introduce_domain / sending an XS_INTRODUCE message. Ewan. _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel