Guest SMP in VirtualBox?

Discussions related to using VirtualBox on Linux hosts.
Post Reply
graysky
Posts: 58
Joined: 14. Apr 2009, 22:44
Primary OS: Linux other
VBox Version: OSE other
Guest OSses: WIndowsXP, Linux64

Guest SMP in VirtualBox?

Post by graysky »

I've read that VirtualBox doesn't have the ability to use more than one core of a multi-core chip for the Guest VM, but that SMP support for Guests was planned (see this thread). Is there any information as to status of this feature?

I did find an option under ~/.VirtualBox/Machines/NAME_OF_VM/NAME_OF_VM.xml called "CPU count" but changing it from "1" to "4" had no effect :)

Code: Select all

    <Hardware>
      <CPU count="4">
        <HardwareVirtEx enabled="true"/>
        <HardwareVirtExNestedPaging enabled="true"/>
        <PAE enabled="true"/>
      </CPU>
Perryg
Site Moderator
Posts: 34369
Joined: 6. Sep 2008, 22:55
Primary OS: Linux other
VBox Version: OSE self-compiled
Guest OSses: *NIX

Re: Guest SMP in VirtualBox?

Post by Perryg »

From what I hear they are still working on it but it is not here yet. As you can imagine there are a lot of road blocks to work out first.
Sasquatch
Volunteer
Posts: 17798
Joined: 17. Mar 2008, 13:41
Primary OS: Debian other
VBox Version: VirtualBox+Oracle ExtPack
Guest OSses: Windows XP, Windows 7, Linux
Location: /dev/random

Re: Guest SMP in VirtualBox?

Post by Sasquatch »

That part of the XML file was already added a few versions back. It's a preparation for when SMP is added. It's probably not stable enough or any benefit to the overal performance of the VM. This was already noted here on the forums when it was added, so you're not bringing anything new ;).
Read the Forum Posting Guide before opening a topic.
VirtualBox FAQ: Check this before asking questions.
Online User Manual: A must read if you want to know what we're talking about.
Howto: Install Linux Guest Additions
Howto: Use Shared Folders on Linux Guest
See the Tutorials and FAQ section at the top of the Forum for more guides.
Try searching the forums first with Google and add the site filter for this forum.
E.g. install guest additions site:forums.virtualbox.org

Retired from this Forum since OSSO introduction.
Post Reply