Slashdot Mirror


Plex86 Lives, As Lightweight VM Technology

Kevin P. Lawton writes "Plex86 has been completely overhauled, and simplified to be a user (application) code only Virtual Machine technology. For running user code, many of the heavy weight x86-VM techniques are unnecessary. But the bonus is, Linux can easily be made to run inside the plex86 VM, so that the kernel is actually 'pushed down' to user privilege level. This has been demonstrated on both Linux 2.4 and 2.5 kernels. Thus, Linux can run in a plex86 VM without the need for any heavy virtualization. My goal is to keep the code base trim, tight, auditable and get to usable releases quickly. And to favor those goals over adding unnecessary complexities. The first milestones have just been reached, so it's still early in development. There are email lists available on the main plex86 site."

19 of 189 comments (clear)

  1. UML by Anonymous Coward · · Score: 3, Interesting

    User mode Linux has been invented and merged to the kernel already, no need for any additional software.

  2. Plex86 vs. VMWare? by Anonymous Coward · · Score: 4, Interesting

    A topic brought up on Slashdot some time ago had some interesting discussion that if Free solutions like Plex86 took off, it would destroy VMWare's business model, and show other businesses that you can't make money developing software for Linux because someone will undercut you with a Free solution. How do you respond to these fears?

    1. Re:Plex86 vs. VMWare? by Anonymous Coward · · Score: 3, Interesting

      A topic brought up on Slashdot some time ago had some interesting discussion that if Free solutions like Plex86 took off, it would destroy VMWare's business model, and show other businesses that you can't make money developing software for Linux because someone will undercut you with a Free solution. How do you respond to these fears?

      Easy, It's not any different than new competition for any company other than the competition in this case is giving away a product for free, so they can't compete on price. VMware will have to offer some additional value over Plex86. It could be improved performance, ease of use, stability, compatibility with more/different environments, tech support, you name it. They just have to offer something that people will be willing to pay extra for. Plex86 has a long way to go before they are a credible threat to VMware, but once that happens VMware will be forced to adapt

    2. Re:Plex86 vs. VMWare? by Anonymous Coward · · Score: 1, Interesting

      if Free solutions like Plex86 took off, it would destroy VMWare's business model

      Well, there's no chance of that here. What this announcement means is that plex86 can only provide a virtual user mode x86 - i.e. it cannot virtualise an OS and give you Windows on Linux, for example.

      Frankly virtual user mode seems pretty pointless to me. Kevin Lawton thinks it is useful because you can modify Linux (and other OSes where you have source access) to be a user mode task and then get Linux on Linux using the new plex86.

      So, it's a competitor for User-Mode Linux and the like, and not a competitor for VMWare.

      To be honest I don't know how well it compares against UML, but Kevin Lawton seems to have come at this from the route of "gosh, virtualised ring 0 x86 is Really Hard - lets abandon that original objective and do something similar but easier" (see for example this LKML post) rather than "what's the best way to do Linux on Linux".

  3. Re:Taking So Very Long by modus · · Score: 4, Interesting

    Funny you should ask. The site talks about using the new plex86 as an acceleration engine for Bochs. So, instead of emulating each x86 instruction, Bochs could leverage Plex86 and get a big 'ole speedboost.

    Kevin's posted a very limited test case demonstrating this ability to the Bochs lists a bit ago.

  4. Re:Taking So Very Long by PCM2 · · Score: 4, Interesting
    Bochs works fine, even if slow, and virtualization isn't exactly a big market.
    You might be surprised. Lots of people are interested in virtualization. It's useful for things like software testing, and ISPs are keen on it for giving their customers the "dedicated server" experience while maintaining fewer actual boxes. That said, the most effective type of virtualization is the kind that gives applications a "chroot" type of environment -- where each virtualized process is running on the same instance of the OS. Running all those Linux kernels in virtualized environments doesn't really reduce your infrastructure complexity all that much...
    --
    Breakfast served all day!
  5. Portability? by Chester+K · · Score: 1, Interesting

    Because of the new lightweight VM strategy, plex86 is quite small in size, and thus there is big potential for auditability of the VM technology. This is important as the VM monitor runs as a device driver in the host kernel.

    VMware doesn't need a device driver, if I'm not mistaken. Wasn't plex86 originally supposed to be a clone of VMware?

    --

    NO CARRIER
  6. When will it be useful? by steveha · · Score: 4, Interesting

    There are two things I would like to do with plex86:

    0) multiple virtual Linux servers, each in its own chroot jail.

    1) run Win98 under Linux, to be able to run Win32 apps for testing purposes or backwards compatability.

    Sounds like it will do multiple Linux servers very well, soon. But do they still have any hopes for plex86 running non-Linux OSes as guests?

    P.S. According to reviews I have read, Win4Lin does a decent job of letting you run Win98 under Linux. It's not free software, of course.

    steveha

    --
    lf(1): it's like ls(1) but sorts filenames by extension, tersely
  7. User-Mode Linux? by Doc+Hopper · · Score: 4, Interesting

    With the changes he's made in the goals of Plex86, it sure seems as if he's targetting the same approach currently in use by User-Mode Linux. I understand it may be quite different under the hood, but will that matter to users? It doesn't matter much to me if the task is accomplished using a ptrace thread under kernel system calls or actually virtualizes hardware -- if I can run several virtual GNU/Linux systems on top of one physical system, at a reasonable speed for the load, using free software as much as possible, I'm happy. The technical details of how it's done are irrelevant to me -- what matters is the result.

    If the Bochs/Plex86 combination is actually faster than Bochs by itself on X86 hardware, and can approach the speed of VMWare, well, that sounds interesting to me. Virtualization technology is a large and growing market, funding a lot of IBM's recent growth in the mid-range server market with quad and 8-processor systems running VMWare to aggregate systems, improve manageability, and reduce personnel management costs. There's no denying the need is there; VMWare posted their first profit ever last quarter because of these strong sales, with more big money coming down the pipe.

    Competition among free software projects is a good thing. I'm glad to see Plex86 come out with something new that may work better than the old. But what most people wanted was to run multiple copies of Microsoft Windows on top of Linux, or to run MS Windows in VMs alongside GNU/Linux, and if that doesn't work easily & quickly, it may be a potent obstacle to widespread adoption.

    1. Re:User-Mode Linux? by Nicolas+MONNET · · Score: 2, Interesting

      The problem with User-Mode Linux, as I understand it, is that the virtual machine is not that much isolated. It doesn't guarantee as much as it seems in terms of access control, security etc.

      This virtualisation technique, however, could probably be much safer.

  8. Summary: Kevin's a loser by QuantumG · · Score: 2, Interesting

    The author of Plex86 and Bochs is the same guy who declared that VMWare had "ripped off" his idea and gone commercial after looking at his technology. The failure of Plex86 (and that's what this announcement is, an admission of failure) just goes to show that Kevin is and always was full of shit. He's been claiming that Bochs would have a binary translation system (much like VMWare and VirtualPC use) to speed it up ever since back when he was trying to flog it as shareware. So, in response to your question, there is very little fear that Kevin is going to come up with a product that can compete with VMWare (or VirutalPC for that matter) because he's no good.

    --
    How we know is more important than what we know.
  9. $300 is a too high for home use by DrSkwid · · Score: 2, Interesting

    it's cheaper to build another PC !

    --
    There are places where the networks are not touching,and there are places where they are-Boeing's Lori Gunter
    1. Re:$300 is a too high for home use by karearea · · Score: 2, Interesting

      Ah yes, but it IS cheaper than building 4 PCs.

    2. Re:$300 is a too high for home use by walt-sjc · · Score: 2, Interesting

      It's NOT cheaper than another laptop. Not to mention that you don't really want to carry 3 or 4 laptops around with you in the first place.

      VMWare also has several other really nice features like undoable disks. I've been using VMWare since version 1.0. Hot stuff.

      Also, think about things like power usage, heat, desk space, etc.

  10. Re:Taking So Very Long by Elwood+P+Dowd · · Score: 2, Interesting

    Once it's done, you'll have free VMWare, right? Do you have any idea how cool MacOnLinux is for LinuxPPC users? Plex86 should be at least that cool for x86 machines. You'll be shocked how many people will use this every day.

    --

    There are no trails. There are no trees out here.
  11. Re:Taking So Very Long by larry+bagina · · Score: 2, Interesting

    IBM does.

    --
    Do you even lift?

    These aren't the 'roids you're looking for.

  12. An Attempt to Explain difference between UML by lkaos · · Score: 3, Interesting

    Feel free to flame and correct:

    User Mode Linux is a port of Linux that allows the host Linux operating system to run the Linux kernel as a process (this could be seen more or less, as an exokernel). This is done by changing the Linux kernel code to use malloc() to allocate memory instead accessing hardware.

    UML uses ptrace to intercept its childrens system calls and then forwards them to user-functions in the kernel.

    Plex86 on the other hands makes no modifications to the kernel. Instead, it takes a stock(1) kernel and virtualizes the few instructions that aren't allowed to run in user mode (an exception is thrown when these instructions are attempted to run and Plex86 catches this, performs the virtualization, and returns as if the instruction actually executed).

    Plex86 is literally virtual machine whereas UML is really just removing and hardware specific stuff in the kernel and making it a regular C program.

    (1) I lied a little here. There is an inherent design flaw in three instructions on x86 such that they do not allow for the above. Kevin submitted a small patch (that I assume got accepted) to make these instructions only be accessed through inlines with additional code such that they behave as they should. By correcting this, it makes implementing a VM more or less trivial.

    Note: unless someone finds a _really_ innovative way to allow these instructions to be easily handled for other operating systems, it's not likely you'll see Plex86 run other properitary operating systems.

    Note2: Plex86 is more likely to make it to Windows first because UML requires ptrace and Windows has no concept of ptrace(). Not to mention the fact that mmap behaves quite differently on Windows.

    Note3: Yes, the above problems have been addressed in the UML Win32 port but they are non-trivial. From what I can gather, a Plex86 port will be pretty trivial to Windows...

    --
    int func(int a);
    func((b += 3, b));
  13. Resisting ... urge ... to comment ... by kma · · Score: 4, Interesting

    Arrggh, it's too hard.

    I work for VMware. if you want to believe we've corrupted Kevin's precious bodily fluids, feel free. I don't speak for the company, and I know nothing beyond what slashdot has posted about plex86. Consider yourself disclaimed.

    If I understand the story correctly, plex86 has basically surrendered. They've given up on running arbitrary supervisor level code; the Linux guests that Kevin refers to above require a patch to "fix" something the new "lean, mean" plex86 gets wrong.

    If Linus is feeling even vaguely himself, he will not accept this patch. Ordinarily, people trying to put stuff into the kernel that a) hurts performance, and b) fixes no real problem, but c) is critical to some contrived project that seems really important to the contributor get entertainingly flamed, and then shown the door. In fact, Kevin's most likely motivation for submitting this as a Slashdot story is to marshall support for his Linux patch.

    Even if Linus does accept this patch, I can guarantee you that Microsoft, the FreeBSD team, the now non-existent Be, etc., won't all be taking helpful hints from Kevin about which x86 features they may and may not use. Ergo, there is nothing interesting (either commercially or geekily) you can do with plex86; the most it can hope for is to run recent-ish Linux guests on recent-ish Linux hosts. Bestill my heart.

    On the upside, maybe Kevin will stop implying that VMware stole Bochs, now that he's spent four years trying to clone our software and has finally admitted defeat.

    1. Re:Resisting ... urge ... to comment ... by Anders1 · · Score: 3, Interesting

      Just curious -- wouldn't Kevin's patch also make Linux run faster in VMWare as well?