[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH 2 of 2] libxl: add support for booting PV domains from NetBSD using raw files as disks
On Thu, 2011-09-29 at 09:25 +0100, Roger Pau Monnà wrote: > I also think it's stupid to have two different programs watching > xenstore, because that's what xenbackendd does. Instead, the code in > xenbackendd could be move to libxl without much problem. The proper > calls to the block, vif and other scripts can be added to > libxl__device_destroy function to unplug vbd and network interfaces, > but I don't know if that's the best place to put them, because I still > don't have enough knowledge of libxl to decide that. I think libxl__device_destroy is where they have to go right now, because there are destroy code paths which don't go through code with device-specific knowledge (specifically libxl__devices_destroy). Now, I'd like to change that in the long run (so all destroy paths knows about device specifics) but for now libxl__device_destroy will do. > As for the > startup script, I have to look at the source to decide where to put > them. Some advice about where would be the best place to put this > calls is welcome. I think libxl_device_disk_add() and libxl_device_nic_add() are the right places. The disk case is pretty trivial, I think, since you run the script before setting up the backend and after tearing it down again. The network case is a little trickier since you need to run the script after the backend driver has created the actual device in dom0 so the script can configure it (I presume this is much the same on NetBSD as Linux). The existing hotplug scripts are obviously pretty good for this (at least on Linux) since they are called at precisely the right time. How does NetBSD manage that synchronisation today in xenbackendd? I'm not sure how this can be done in an OS independent way and/or compatibly with the existing backend implementations for each platform . I'd have no problem with just tackling the block half now since it is the more critical bit for NetBSD users. There's a secondary issue of doing the right thing for libxl_device_disk_local_(attach|detach) (to allow e.g. pygrub) but again I think that could be left for the time being, fixing block devices for regular use by domains is more important. With regard to disabling the hotplug scripts/xenbackendd when this last came up we decided that /etc/init.d/xencommons should be opting in on a per-toolstack basis by touching a file (in /var/run or so) which the hotplug script check before actually doing anything. In the NetBSD case instead of touching a file I guess you start xenbackendd or not as appropriate (or pass the right parameters etc). That thread is "add a way to disable xen's udev script." from June, you'll probably want to skip to the end, specifically <19963.36234.366877.468293@xxxxxxxxxxxxxxxxxxxxxxxx> Ian. _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |