VMWARE GSX Port?

Scott Long scottl at samsco.org
Fri Mar 3 06:42:02 PST 2006


Aniruddha Bohra wrote:
> On Thu, 2006-03-02 at 13:28 -0800, Kip Macy wrote:
> 
>>-CURRENT runs on 3.0 as a domU. There is partial dom0 support. The
>>changes have not gone back into the mainline because xenbus is
>>extremely difficult to integrate cleanly. You can check on the state
>>of the xen3 branch in perforce.
> 
> 
> At several places the "difficulties" are mentioned. Is there some place
> that these are listed or discussed in more detail?
> 
> Thanks
> Aniruddha
>   
> 

The difficulty is that Xen uses a Mach-like message passing system to 
communicate information like DomU configuration.  This requires kernel 
threads to be operational early on in the startup of the DomU kernel,
much earlier than what FreeBSD allows.  My attempts so far to allow
xenbus to synchronously retrieve its devce configuration instead of
relying on asynchronous messages has been unsuccessfull.

Scott



More information about the freebsd-hackers mailing list