Discuss General Reading on Virtualisation

This is for discussing general topics about how to use VirtualBox.
Post Reply
TerryE
Volunteer
Posts: 3572
Joined: 28. May 2008, 08:40
Primary OS: Ubuntu other
VBox Version: PUEL
Guest OSses: Ubuntu 10.04 & 11.10, both Svr&Wstn, Debian, CentOS
Contact:

Discuss General Reading on Virtualisation

Post by TerryE »

This is the companion discussion topic for General Reading on Virtualisation. Any comments gratefully recieved, and I and the other moderators will use them to update the master article.
Read the Forum Posting Guide
Google your Q site:VirtualBox.org or search for the answer before posting.
stefan.becker
Volunteer
Posts: 7639
Joined: 7. Jun 2007, 21:53

Post by stefan.becker »

I have a link for a virtualbox howto forlinux hosts in german.

http://www.linuxforen.de/forums/showthread.php?t=236444
Technologov
Volunteer
Posts: 3342
Joined: 10. May 2007, 16:59
Location: Israel

Post by Technologov »

Since I wrote a paper some time ago, it would be a sin not to publish it.
http://forgeftp.novell.com/lfl/.html/vi ... ation.html

-Technologov
TerryE
Volunteer
Posts: 3572
Joined: 28. May 2008, 08:40
Primary OS: Ubuntu other
VBox Version: PUEL
Guest OSses: Ubuntu 10.04 & 11.10, both Svr&Wstn, Debian, CentOS
Contact:

Post by TerryE »

Alexey, I will add your paper. Can I also cheekily add another two to your list:
  • Binary Translation. This is where the guest order code is in effect treated as a source code which is them compiled into a P&G conforming order code. This is what Qemu does. It has many parallels to straight emulation, but the performance is a lot better, say a 2-3x slow down, or in the case where the target architecture is largely the same as the source and many instructons just map 1-1 this gives typically less than a 20% slow down. This is what VMware does for Guest Ring 0 code.
  • Application Virtualisaton as in Softricity and Wine. Very similar to OS virtualisation but the abstraction layer is moved up to beneath the Application enabling you to virtualize on a per app basis.
:-)
Read the Forum Posting Guide
Google your Q site:VirtualBox.org or search for the answer before posting.
Technologov
Volunteer
Posts: 3342
Joined: 10. May 2007, 16:59
Location: Israel

Post by Technologov »

I notice, but there is a problem
>Binary Translation

It can mean 2 things:
userspace level = slow = Qemu
-or-
kernelspace level = fast = VMware
This will require a lot more explanations on that topic of kernelspace/userspace.

In my article I point to kernelspace methods as "Full virtualization".

I don't want to get further into detail, because it is aimed at users, not developers.

-Technologov
TerryE
Volunteer
Posts: 3572
Joined: 28. May 2008, 08:40
Primary OS: Ubuntu other
VBox Version: PUEL
Guest OSses: Ubuntu 10.04 & 11.10, both Svr&Wstn, Debian, CentOS
Contact:

Post by TerryE »

I know its a bugger: to keep things simple and understandable you often end up being "economical with the truth". 8)
Read the Forum Posting Guide
Google your Q site:VirtualBox.org or search for the answer before posting.
joelbon
Posts: 31
Joined: 21. Jan 2009, 05:19

Broken links

Post by joelbon »

@ TerryE
I found a couple of broken links in http://forums.virtualbox.org/viewforum.php?f=1
The first one is under "The Grand Daddy of Them All" and the second is under "VirtualBox Documents". I figure your pretty busy and may not be able to fix it right away, but you can't fix something you don't know is broken. :lol:
The one for the Virtual Documents IMO is probably an important one to have working. Thanks for your hard work.
TerryE
Volunteer
Posts: 3572
Joined: 28. May 2008, 08:40
Primary OS: Ubuntu other
VBox Version: PUEL
Guest OSses: Ubuntu 10.04 & 11.10, both Svr&Wstn, Debian, CentOS
Contact:

Post by TerryE »

Thanks, I've updated those links. The P&G paper is really a classic not quite along side Euclids Elements, Neuton's PM, Gödel's on formally undecidable propositions, but definitely a second tier all time great IMHO.
Read the Forum Posting Guide
Google your Q site:VirtualBox.org or search for the answer before posting.
vi86
Posts: 1
Joined: 5. May 2009, 05:06
Primary OS: PCLinuxOS
VBox Version: OSE Fedora
Guest OSses: VirtualBox

Re: Discuss General Reading on Virtualisation

Post by vi86 »

Modedit: contents removed
Technologov
Volunteer
Posts: 3342
Joined: 10. May 2007, 16:59
Location: Israel

Re: Discuss General Reading on Virtualisation

Post by Technologov »

vi86: Spam is not allowed on our Forums. You are risking to be banned, and your posts deleted.
alromeromx
Posts: 9
Joined: 23. Jun 2009, 06:06
Primary OS: MS Windows 7
VBox Version: PUEL
Guest OSses: Ubuntu Linux, Windows 7
Location: Mexico
Contact:

Re: Discuss General Reading on Virtualisation

Post by alromeromx »

I recently finished writing a book on VirtualBox. Maybe you could put these free excerpts in the VirtualBox Documents list:

Installing VirtualBox on Linux

Creating Your First Virtual Machine: Ubuntu Linux (Part 1)

Creating Your First Virtual Machine: Ubuntu Linux (Part 2)
Post Reply