From e4dce63f1d51611a0f123299680160a82f11e1ea Mon Sep 17 00:00:00 2001 From: Thomas Schwinge Date: Sun, 31 Oct 2010 08:02:38 +0100 Subject: open_issues/virtualization/networking: New. And some other minor reorganization. --- emulation.mdwn | 17 +++--------- ...implementing_hurd_on_top_of_another_system.mdwn | 3 ++- open_issues/virtual_square_view-os.mdwn | 6 +++++ open_issues/virtualization.mdwn | 6 ++++- open_issues/virtualization/networking.mdwn | 30 ++++++++++++++++++++++ virtualization.mdwn | 13 +++++++--- 6 files changed, 57 insertions(+), 18 deletions(-) create mode 100644 open_issues/virtualization/networking.mdwn diff --git a/emulation.mdwn b/emulation.mdwn index 9e6a5e55..3238209b 100644 --- a/emulation.mdwn +++ b/emulation.mdwn @@ -1,20 +1,11 @@ -[[!meta copyright="Copyright © 2008 Free Software Foundation, Inc."]] +[[!meta copyright="Copyright © 2010 Free Software Foundation, Inc."]] [[!meta license="""[[!toggle id="license" text="GFDL 1.2+"]][[!toggleable id="license" text="Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license -is included in the section entitled -[[GNU Free Documentation License|/fdl]]."]]"""]] +is included in the section entitled [[GNU Free Documentation +License|/fdl]]."]]"""]] -# External - - * [*Emulation: Role-Playing for - Computers*](http://www.informit.com/articles/printerfriendly.aspx?p=659522), - an article by David Chisnall. - - -# See Also - - * [[Virtualization]]. +[[!meta redir=virtualization]] diff --git a/open_issues/implementing_hurd_on_top_of_another_system.mdwn b/open_issues/implementing_hurd_on_top_of_another_system.mdwn index a3e367ce..1d7a1e50 100644 --- a/open_issues/implementing_hurd_on_top_of_another_system.mdwn +++ b/open_issues/implementing_hurd_on_top_of_another_system.mdwn @@ -11,7 +11,8 @@ License|/fdl]]."]]"""]] [[!tag open_issue_documentation]] It is possible to run Hurd stuff on top of another system instead of on Mach. -One obvious variant is emulation ([[hurd/running/QEMU]], for example), but +One obvious variant is [[emulation]] (using [[hurd/running/QEMU]], for +example), but doing that does not really integratable the Hurd guest into the host system. There is also a more direct way, more powerful, but it also has certain requirements to do it effectively: diff --git a/open_issues/virtual_square_view-os.mdwn b/open_issues/virtual_square_view-os.mdwn index 7f5137e5..dcc98785 100644 --- a/open_issues/virtual_square_view-os.mdwn +++ b/open_issues/virtual_square_view-os.mdwn @@ -42,6 +42,12 @@ Perhaps start reading with the *slides* linked below. * + * + + * Renzo Davoli, [*Virtual + Square*](http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.108.9106), + 2005 + * Renzo Davoli, Michael Goldweber, [*View-OS: Change your View on Virtualization*](http://www.cs.unibo.it/~renzo/view-os-lk2009.pdf), Proc. of Linux Kongress, 2009 diff --git a/open_issues/virtualization.mdwn b/open_issues/virtualization.mdwn index 83b6b4c4..ebf86a2d 100644 --- a/open_issues/virtualization.mdwn +++ b/open_issues/virtualization.mdwn @@ -20,6 +20,8 @@ An index of things to work on w.r.t. virtualization. * [[hurd/subhurd]] / [[hurd/neighborhurd]] + * [[Implementing_Hurd_On_Top_of_Another_System]] + * Unix / Linux * [[Capsicum]] @@ -32,4 +34,6 @@ An index of things to work on w.r.t. virtualization. * [Divorcing namespaces from processes](http://lwn.net/Articles/377109/), 2010-03-03 - * [[file_systems]] + * [[File_Systems]] + + * [[Networking]] diff --git a/open_issues/virtualization/networking.mdwn b/open_issues/virtualization/networking.mdwn new file mode 100644 index 00000000..7a6474a1 --- /dev/null +++ b/open_issues/virtualization/networking.mdwn @@ -0,0 +1,30 @@ +[[!meta copyright="Copyright © 2010 Free Software Foundation, Inc."]] + +[[!meta license="""[[!toggle id="license" text="GFDL 1.2+"]][[!toggleable +id="license" text="Permission is granted to copy, distribute and/or modify this +document under the terms of the GNU Free Documentation License, Version 1.2 or +any later version published by the Free Software Foundation; with no Invariant +Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license +is included in the section entitled [[GNU Free Documentation +License|/fdl]]."]]"""]] + +[[!tag open_issue_hurd]] + +Collection about stuff that is relevant for *virtualization* and *networking*. + + * [[Virtual_Square_View-OS]] + + * [*Virtual Networks*](http://virtualsquare.org/vn.html) + + * [User Level Networking](http://uln.sourceforge.net/) + + * [Virtual Distributed Ethernet](http://vde.sourceforge.net/) + + * [Application Level + Environment4Networking](http://sourceforge.net/projects/ale4net/) + + *Ale4NET used dyn library call diversion to define networking at process + level.* -- what we're doing with our approach for overriding the default + [[hurd/translator/pfinet]] by setting environment variables. + + Project is now part of [[Virtual_Square_View-OS]]. diff --git a/virtualization.mdwn b/virtualization.mdwn index 52131c12..3a207ae8 100644 --- a/virtualization.mdwn +++ b/virtualization.mdwn @@ -1,4 +1,5 @@ -[[!meta copyright="Copyright © 2007, 2008 Free Software Foundation, Inc."]] +[[!meta copyright="Copyright © 2007, 2008, 2010 Free Software Foundation, +Inc."]] [[!meta license="""[[!toggle id="license" text="GFDL 1.2+"]][[!toggleable id="license" text="Permission is granted to copy, distribute and/or modify this @@ -10,9 +11,15 @@ is included in the section entitled # External + * [*Emulation: Role-Playing for + Computers*](http://www.informit.com/articles/printerfriendly.aspx?p=659522), + an article by David Chisnall. + + * [*Virtual Machines*](http://virtualsquare.org/vm.html). + * Wikipedia page about [[!wikipedia Virtualization]]. -# See Also +# Open Issues - * [[Emulation]]. + * [[open_issues/Virtualization]] -- cgit v1.2.3