All of lore.kernel.org
 help / color / mirror / Atom feed
* privileged domains and networking
@ 2004-11-26 15:40 Jody Belka
  2004-11-26 16:37 ` Dave Feustel
  2004-11-26 17:29 ` M.A. Williamson
  0 siblings, 2 replies; 8+ messages in thread
From: Jody Belka @ 2004-11-26 15:40 UTC (permalink / raw)
  To: xen-devel

Just a couple of quick questions that were running around in my head
lately. First, can either of the bsd ports operate as privleged domains
yet? And second, is it currently possible to do something like the following:

  hard disk(s)                 nic(s)
       |                          |
       |                          |
 /-----------\              /-----------\
 | dom0-priv |   blk dev    | dom1-priv |
 |           |--------------|           |
 |      xend |  event chnl  |           |
 \-----------/              \-----------/


and then have xend create unprivleged domains with block device event
channels hooked up to domain 0, and network device event channels
hooked up to domain 1?


-- 
Jody Belka
knew (at) pimb (dot) org


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: privileged domains and networking
  2004-11-26 15:40 privileged domains and networking Jody Belka
@ 2004-11-26 16:37 ` Dave Feustel
  2004-11-26 17:27   ` Jody Belka
  2004-11-26 17:29 ` M.A. Williamson
  1 sibling, 1 reply; 8+ messages in thread
From: Dave Feustel @ 2004-11-26 16:37 UTC (permalink / raw)
  To: xen-devel; +Cc: Jody Belka

On Friday 26 November 2004 10:40 am, Jody Belka wrote:
> First, can either of the bsd ports operate as privleged domains yet?

There are 3 bsd ports (FreeBSD, NetBsd, OpenBSD).  Which two are
you referring to?

Thanks,
Dave Feustel
(running Openbsd 3.6)


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: privileged domains and networking
  2004-11-26 16:37 ` Dave Feustel
@ 2004-11-26 17:27   ` Jody Belka
  2004-11-27  0:39     ` Dave Feustel
  0 siblings, 1 reply; 8+ messages in thread
From: Jody Belka @ 2004-11-26 17:27 UTC (permalink / raw)
  To: xen-devel; +Cc: Dave Feustel

On Fri, Nov 26, 2004 at 11:37:42AM -0500, Dave Feustel wrote:
> On Friday 26 November 2004 10:40 am, Jody Belka wrote:
> > First, can either of the bsd ports operate as privleged domains yet?
> 
> There are 3 bsd ports (FreeBSD, NetBsd, OpenBSD).  Which two are
> you referring to?

Ah, i hadn't realised Open had been done yet. let's change that then :)

"First, can any of the bsd ports operate as privleged domains yet?"


-- 
Jody Belka
knew (at) pimb (dot) org


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: privileged domains and networking
  2004-11-26 15:40 privileged domains and networking Jody Belka
  2004-11-26 16:37 ` Dave Feustel
@ 2004-11-26 17:29 ` M.A. Williamson
  1 sibling, 0 replies; 8+ messages in thread
From: M.A. Williamson @ 2004-11-26 17:29 UTC (permalink / raw)
  To: Jody Belka; +Cc: xen-devel

> Just a couple of quick questions that were running around in my head 
> lately. First, can either of the bsd ports operate as privleged domains 
> yet?

Neither of the BSD ports to Xen (FreeBSD and NetBSD) have domain zero 
functionality (at this time). I don't think there are any plans to 
implement domain zero functionality for NetBSD, I don't know what the 
FreeBSD guys are intending to do.

> And second, is it currently possible to do something like the 
> following:
> 
>   hard disk(s)                 nic(s)
>        |                          |
>        |                          |
>  /-----------\              /-----------\
>  | dom0-priv |   blk dev    | dom1-priv |
>  |           |--------------|           |
>  |      xend |  event chnl  |           |
>  \-----------/              \-----------/
> 
> 
> and then have xend create unprivleged domains with block device event
> channels hooked up to domain 0, and network device event channels
> hooked up to domain 1?

That should work in principle. Xend configuration files should allow you to 
specify what domain to use as a backend for a device. I'm not sure anybody 
has actually ever tried it...

Cheers,
Mark


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: privileged domains and networking
@ 2004-11-26 17:29 M.A. Williamson
  0 siblings, 0 replies; 8+ messages in thread
From: M.A. Williamson @ 2004-11-26 17:29 UTC (permalink / raw)
  To: Jody Belka; +Cc: xen-devel

> Just a couple of quick questions that were running around in my head 
> lately. First, can either of the bsd ports operate as privleged domains 
> yet?

Neither of the BSD ports to Xen (FreeBSD and NetBSD) have domain zero 
functionality (at this time). I don't think there are any plans to 
implement domain zero functionality for NetBSD, I don't know what the 
FreeBSD guys are intending to do.

> And second, is it currently possible to do something like the 
> following:
> 
>   hard disk(s)                 nic(s)
>        |                          |
>        |                          |
>  /-----------\              /-----------\
>  | dom0-priv |   blk dev    | dom1-priv |
>  |           |--------------|           |
>  |      xend |  event chnl  |           |
>  \-----------/              \-----------/
> 
> 
> and then have xend create unprivleged domains with block device event
> channels hooked up to domain 0, and network device event channels
> hooked up to domain 1?

That should work in principle. Xend configuration files should allow you to 
specify what domain to use as a backend for a device. I'm not sure anybody 
has actually ever tried it...

Cheers,
Mark


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: privileged domains and networking
  2004-11-26 17:27   ` Jody Belka
@ 2004-11-27  0:39     ` Dave Feustel
  2004-11-27 10:27       ` Christian Limpach
  2004-11-27 10:49       ` Jan Kundrát
  0 siblings, 2 replies; 8+ messages in thread
From: Dave Feustel @ 2004-11-27  0:39 UTC (permalink / raw)
  To: Jody Belka; +Cc: xen-devel

On Friday 26 November 2004 12:27 pm, Jody Belka wrote:
> On Fri, Nov 26, 2004 at 11:37:42AM -0500, Dave Feustel wrote:
> > On Friday 26 November 2004 10:40 am, Jody Belka wrote:
> > > First, can either of the bsd ports operate as privleged domains yet?
> >
> > There are 3 bsd ports (FreeBSD, NetBsd, OpenBSD).  Which two are
> > you referring to?
>
> Ah, i hadn't realised Open had been done yet. let's change that then :)

My wording mislead you.  As far as I  know, none of the 3 BSDs have
been ported to Xen yet.

> "First, can any of the bsd ports operate as privleged domains yet?"


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: privileged domains and networking
  2004-11-27  0:39     ` Dave Feustel
@ 2004-11-27 10:27       ` Christian Limpach
  2004-11-27 10:49       ` Jan Kundrát
  1 sibling, 0 replies; 8+ messages in thread
From: Christian Limpach @ 2004-11-27 10:27 UTC (permalink / raw)
  To: Dave Feustel; +Cc: Jody Belka, xen-devel

On Fri, Nov 26, 2004 at 07:39:38PM -0500, Dave Feustel wrote:
> On Friday 26 November 2004 12:27 pm, Jody Belka wrote:
> > On Fri, Nov 26, 2004 at 11:37:42AM -0500, Dave Feustel wrote:
> > > On Friday 26 November 2004 10:40 am, Jody Belka wrote:
> > > > First, can either of the bsd ports operate as privleged domains yet?
> > >
> > > There are 3 bsd ports (FreeBSD, NetBsd, OpenBSD).  Which two are
> > > you referring to?
> >
> > Ah, i hadn't realised Open had been done yet. let's change that then :)
> 
> My wording mislead you.  As far as I  know, none of the 3 BSDs have
> been ported to Xen yet.

Both FreeBSD and NetBSD have been ported to Xen 2.0.
(also there are more than 3 BSDs...)

> > "First, can any of the bsd ports operate as privleged domains yet?"

The NetBSD port to Xen 1.2 is complete and works as a privileged
domain -- you can run a Xen 1.2 NetBSD only machine.  There's
currently no incentive to make the port to Xen 2.0 operate as a
privileged domain.

    christian



-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: privileged domains and networking
  2004-11-27  0:39     ` Dave Feustel
  2004-11-27 10:27       ` Christian Limpach
@ 2004-11-27 10:49       ` Jan Kundrát
  1 sibling, 0 replies; 8+ messages in thread
From: Jan Kundrát @ 2004-11-27 10:49 UTC (permalink / raw)
  To: Dave Feustel; +Cc: Jody Belka, xen-devel

Dave Feustel wrote:
> My wording mislead you.  As far as I  know, none of the 3 BSDs have
> been ported to Xen yet.

If you are talking about non-domain0 functionality, NetBSD and FreeBSD 
are AFAIK available.

http://www.cl.cam.ac.uk/Research/SRG/netos/xen/faq.html#a1.3
So far we have stable ports of Linux 2.4, Linux 2.6, and NetBSD. Ports 
of FreeBSD and Plan 9 are nearing completion.

j.



-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2004-11-27 10:49 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-11-26 15:40 privileged domains and networking Jody Belka
2004-11-26 16:37 ` Dave Feustel
2004-11-26 17:27   ` Jody Belka
2004-11-27  0:39     ` Dave Feustel
2004-11-27 10:27       ` Christian Limpach
2004-11-27 10:49       ` Jan Kundrát
2004-11-26 17:29 ` M.A. Williamson
  -- strict thread matches above, loose matches on Subject: below --
2004-11-26 17:29 M.A. Williamson

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.