LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Virtualization and Cloud
User Name
Password
Linux - Virtualization and Cloud This forum is for the discussion of all topics relating to Linux Virtualization and Linux Cloud platforms. Xen, KVM, OpenVZ, VirtualBox, VMware, Linux-VServer and all other Linux Virtualization platforms are welcome. OpenStack, CloudStack, ownCloud, Cloud Foundry, Eucalyptus, Nimbus, OpenNebula and all other Linux Cloud platforms are welcome. Note that questions relating solely to non-Linux OS's should be asked in the General forum.

Notices


Reply
  Search this Thread
Old 01-18-2013, 10:44 AM   #1
almcneill
Member
 
Registered: Jan 2006
Posts: 69

Rep: Reputation: 15
New CPU with Virtualization


Hopefully just a general question:

My AMD Dual core died 2 days ago after many years of service. So last night I went and purchased a new motherboard, processor, and memory.

The motherboard/processor I picked up has an option in the BIOS to enable virtualization (sp?) support.

I have only dabbled with virtual machines in the past, but am now curious about setting up xen and maybe getting into it more.

With that being said, the processor that I purchased is an AMD FX 6100 HEXA Core (amazing deal on it with the motherboard), with the virtualization option being enabled in the BIOS, does this provide me with benefits for virtualization as opposed to a system that does not have this option?

Also, would there be any "special" settings in something like xen or virtualbox to understand this and make use of it, or does that even matter?

Thanks for any input.
 
Old 01-18-2013, 11:40 AM   #2
Kustom42
Senior Member
 
Registered: Mar 2012
Distribution: Red Hat
Posts: 1,604

Rep: Reputation: 415Reputation: 415Reputation: 415Reputation: 415Reputation: 415
This basically allows you to run x86_64 virtual machines. Without that option the virtual software can only run in 32-bit mode.

This talks a little bit about it http://www.vi-tips.com/2009/04/how-t...ios-on-hp.html
 
1 members found this post helpful.
Old 01-18-2013, 06:21 PM   #3
jefro
Moderator
 
Registered: Mar 2008
Posts: 21,982

Rep: Reputation: 3625Reputation: 3625Reputation: 3625Reputation: 3625Reputation: 3625Reputation: 3625Reputation: 3625Reputation: 3625Reputation: 3625Reputation: 3625Reputation: 3625
Each generation of hardware seems to offer a bit more virtual machine support. I can't find the page that I wanted to link to but that that board and processor ought to do fine for most uses.

The newest hardware and maybe this choice can allow some very advanced options to the virtual machine. I wish I could find what I was looking for to tell you for all the latest hardware advances.
 
1 members found this post helpful.
Old 01-21-2013, 01:02 AM   #4
brak44
Member
 
Registered: Aug 2010
Location: Brisbane Australia
Distribution: Centos, Fedora
Posts: 87

Rep: Reputation: 24
>would there be any "special" settings in something like xen or virtualbox to understand this and make use of it, or does >that even matter?

I'd give Fedora 18 64 bit a go then run gnome-boxes (search for boxes). This is the latest in virtualisation technology rather than the older xen and Oracle's virtualbox. Apart from adding an SELINUX rule (all details are given) the setup is very simplified and works straight out of the box.
 
1 members found this post helpful.
Old 01-21-2013, 06:17 AM   #5
TobiSGD
Moderator
 
Registered: Dec 2009
Location: Germany
Distribution: Whatever fits the task best
Posts: 17,148
Blog Entries: 2

Rep: Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886
Enabling hardware virtualization will not only allow 64 bit VMs, it will also significantly speed up any virtual machine that executes x86/x86_64 code.
All modern virtualization solutions will use it by default, if available, you don't have to specify extra options or similar.

Sidenote: Although AMD markets these CPUs as hexa-core be aware that that the AMD FX6xxx are not real hexacores, they are rather triple-cores with an advanced SMT design.
 
1 members found this post helpful.
Old 01-25-2013, 10:53 AM   #6
almcneill
Member
 
Registered: Jan 2006
Posts: 69

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by TobiSGD View Post
Enabling hardware virtualization will not only allow 64 bit VMs, it will also significantly speed up any virtual machine that executes x86/x86_64 code.
All modern virtualization solutions will use it by default, if available, you don't have to specify extra options or similar.

Sidenote: Although AMD markets these CPUs as hexa-core be aware that that the AMD FX6xxx are not real hexacores, they are rather triple-cores with an advanced SMT design.
Thank you for the advice. Opensuse does report it as a 6 core processor, not saying that it "truly" is, just that that is how the os is reporting it. In either case, as previously stated, processor and motherboard (package deal), cost me $60. Being as my other one died, I can't complain.
 
Old 01-25-2013, 11:08 AM   #7
almcneill
Member
 
Registered: Jan 2006
Posts: 69

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by brak44 View Post
>would there be any "special" settings in something like xen or virtualbox to understand this and make use of it, or does >that even matter?

I'd give Fedora 18 64 bit a go then run gnome-boxes (search for boxes). This is the latest in virtualisation technology rather than the older xen and Oracle's virtualbox. Apart from adding an SELINUX rule (all details are given) the setup is very simplified and works straight out of the box.
brak44,

Been a long time since I tried Fedora, in fact I think it was still Red Hat, for now I will stick with opensuse, I have become very comfortable with it. Maybe I will try it on a virtual machine to take it for a test run. One question though, gnome-boxes, Fedora/Gnome only? I ask as I use Kde rather than gnome.
 
Old 01-25-2013, 11:09 AM   #8
almcneill
Member
 
Registered: Jan 2006
Posts: 69

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by jefro View Post
Each generation of hardware seems to offer a bit more virtual machine support. I can't find the page that I wanted to link to but that that board and processor ought to do fine for most uses.

The newest hardware and maybe this choice can allow some very advanced options to the virtual machine. I wish I could find what I was looking for to tell you for all the latest hardware advances.
No worries, I appreciate the response and effort.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Paravirtualization vs Fully virtualization - % of CPU and memory xeon123 Linux - Virtualization and Cloud 1 02-01-2012 03:03 PM
cpu core Virtualization help woodzy Linux - Virtualization and Cloud 13 04-22-2011 05:25 PM
[SOLVED] How to check cpu supports full virtualization ? umwai Linux - Virtualization and Cloud 3 04-11-2010 02:07 PM
OpenSuSE - CPU does not support full virtualization JosipMiller SUSE / openSUSE 3 06-25-2008 04:56 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Virtualization and Cloud

All times are GMT -5. The time now is 11:33 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration