Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 15 Aug 2008 16:09:54 +0200
From:      "Darren Reed" <darrenr@freebsd.org>
To:        "Robert Watson" <rwatson@FreeBSD.org>, current@FreeBSD.org
Cc:        arch@FreeBSD.org
Subject:   Re: Advanced warning: virtualization work will be afoot
Message-ID:  <1218809394.10612.1268815905@webmail.messagingengine.com>
In-Reply-To: <alpine.BSF.1.10.0808131756310.41778@fledge.watson.org>
References:  <alpine.BSF.1.10.0808131756310.41778@fledge.watson.org>

next in thread | previous in thread | raw e-mail | index | archive | help
Robert,

Do you have any more information about what the details of
this virtualization work will be?  e.g. will it be similar
to what Solaris has with zones?

The reason that I ask is that I've just finished getting
the ipfilter code (non-Sun code) converted to being zone
aware. What does that mean? Lots of global variables are
gone, replaced by soft-context structures that are allocated
and free'd when zones come alive/die.  For BSD, while all
of the code paths are the same, I'm currently only using
a single soft context and just pass around a pointer to
it.

If you're going to be doing similar work for FreeBSD, I
will try and get this into the tree sooner, rather than
later, so that there's one less component that you need
to worry about.

Cheers,
Darren
-- 
  Darren Reed
  darrenr@fastmail.net




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1218809394.10612.1268815905>