<?xml version="1.0" encoding="utf-8" ?>
<rss version="2.0" xmlns:osnews="http://www.osnews.com/rss2#">
	<channel>
		<title>OSNews: </title>
		<link>http://www.osnews.com/story/17754/Discover_the_Linux_Kernel_Virtual_Machine</link>
		<description>Exploring the Future of Computing</description>
		<language>en-us</language>
		<copyright>Copyright 2001-2013, David Adams</copyright>
		<webMaster>adam+nospam@osnews.com</webMaster>
		<lastBuildDate>Mon, 20 May 2013 13:19:36 GMT</lastBuildDate>
		<image>
			<url>http://www.osnews.com/images/osnews.gif</url>
			<title>OSNews.com</title>
			<link>http://www.osnews.com</link>
		</image>
		<item>
			<title>Brilliantly simple</title>
			<link>http://www.osnews.com/thread?233583</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?233583</guid>
			<description>Although very little approaches the design brilliance of IBM's early VM work (it's taken us 40 years to rediscover the power of virtualization-friendly hardware), embedding a virtual machine monitor in a kernel makes too much sense to ignore. It vastly simplifies the VMM design (no need to write a bare OS to boot it and talk natively to hardware), while interfering little with the design of the OS itself. Simple, elegant, beautiful. <br />
<br />
I can't wait to see some solid benchmarks on common VM usage scenarios comparing KVM to Xen, VMWare &amp;co. <br />
<br />
Now, if I only had a Core 2 Duo to play with...</description>
			<pubDate>Tue, 24 Apr 2007 19:19:00 GMT</pubDate>
			<author>donotreply@osnews.com (monodeldiablo)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>Where was this article last night?</title>
			<link>http://www.osnews.com/thread?233596</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?233596</guid>
			<description>Where was this article last night when I was recompiling my kernel?  I took an educated guess at which modules to compile, especially the one that said KVM but wasn't sure if other modules had to be installed with it for it to work properly.  Then there was the other question of how do I use it?  This article gave a good reference, &quot;kvm -no-acpi -m 384 -cdrom guestos.iso -hda vm-disk.img -boot d&quot;.  I'm looking forward to actually trying it out tonight.</description>
			<pubDate>Tue, 24 Apr 2007 19:43:00 GMT</pubDate>
			<author>donotreply@osnews.com (TaterSalad)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: Brilliantly simple</title>
			<link>http://www.osnews.com/thread?233629</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?233629</guid>
			<description>to get anything much out of kvm or even xen, you need a vt-capable processor like certain top-end core2duos or opterons.<br />
<br />
this is why vmware is going to be king for a while yet, the average desktop doesn't have the hardware, and unless you're purchasing hardware *right now* then neither does your existing server.<br />
<br />
with that hardware, in theory performance should go kvm-&gt;xen-&gt;vmware</description>
			<pubDate>Tue, 24 Apr 2007 20:41:00 GMT</pubDate>
			<author>donotreply@osnews.com (simo)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: Where was this article last night?</title>
			<link>http://www.osnews.com/thread?233634</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?233634</guid>
			<description>Don't worry about it.  Releases newer than kvm-12 need a newer version of the kvm module than the one shipped in 2.6.20.*.  It'll build and overwrite the default just fine.  In other words, you would rebuild the modules anyways.</description>
			<pubDate>Tue, 24 Apr 2007 20:47:00 GMT</pubDate>
			<author>donotreply@osnews.com (calica)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[2]: Brilliantly simple</title>
			<link>http://www.osnews.com/thread?233636</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?233636</guid>
			<description>... hence the final line of my comment...</description>
			<pubDate>Tue, 24 Apr 2007 20:49:00 GMT</pubDate>
			<author>donotreply@osnews.com (monodeldiablo)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[2]: Brilliantly simple</title>
			<link>http://www.osnews.com/thread?233648</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?233648</guid>
			<description>&quot;you need a vt-capable processor...&quot;<br />
<br />
I want one! But I don't know exactly what to get. I could figure out which processors would run it, and then I see articles which say you need to turn on a switch in the bios; I've even seen articles which say the bios has no option to turn it on even though it should support it!<br />
<br />
Articles on Xen and KVM start out, &quot;if you can run this command, and get a response, then you can use VT extensions&quot; or something like that.<br />
<br />
Well, I don't want to keep buying CPU's and motherboards until I get one that works!<br />
<br />
Someone -- advertise a reasonable priced system. I'd buy four of them:<br />
<br />
160 GB high quality drive<br />
At least three PCI slots so I can put in network cards<br />
2 GB RAM (though preferable upgradeable to 4 GB)<br />
No funky hardware</description>
			<pubDate>Tue, 24 Apr 2007 21:06:00 GMT</pubDate>
			<author>donotreply@osnews.com (jimcooncat)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[2]: Brilliantly simple</title>
			<link>http://www.osnews.com/thread?233720</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?233720</guid>
			<description>All AM2 processors from AMD include hardware virtualisation.<br />
<br />
All Core2-based processors from Intel include hardware virtualisation.<br />
<br />
For more AM2/Core2 stuff, it's a simple BIOS tweak to enable/disable this hardware.  Some motherboards require a BIOS update, and some Intel chipsets that support Core2 don't support the virtualisation features (but all the AMD AM2 chipsets do).<br />
<br />
So, it's not exactly high-end stuff that's required.</description>
			<pubDate>Wed, 25 Apr 2007 02:38:00 GMT</pubDate>
			<author>donotreply@osnews.com (phoenix)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[3]: Brilliantly simple</title>
			<link>http://www.osnews.com/thread?233743</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?233743</guid>
			<description>Currently for the client PC market:<br />
<br />
Intel: Conroe, Kentsfield, and most Merom CPUs (Core 2 Duo/Quad/Extreme E/Q/X/QX6xxx for socket LGA775, Core 2 Duo T5600+ for mobile socket M)<br />
<br />
AMD: Brisbane and Windsor (Athlon 64 X2 for socket AM2)Edited 2007-04-25 04:07</description>
			<pubDate>Wed, 25 Apr 2007 04:05:00 GMT</pubDate>
			<author>donotreply@osnews.com (butters)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[3]: Brilliantly simple</title>
			<link>http://www.osnews.com/thread?233760</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?233760</guid>
			<description>Actually some Core 2 Duo models don't support Intel VT.  You can find out what products have what features on the appropriate manufacturer websites.  The Intel page is found here, just filter in Intel VT products: <a href="http://processorfinder.intel.com/List.aspx?ProcFam=2558&amp;sSpec=&amp;OrdCode=" rel="nofollow">http://processorfinder.intel.com/List.aspx?ProcFam=2558&amp;sSpec=&...</a></description>
			<pubDate>Wed, 25 Apr 2007 04:41:00 GMT</pubDate>
			<author>donotreply@osnews.com (Luminair)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[3]: Brilliantly simple</title>
			<link>http://www.osnews.com/thread?233764</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?233764</guid>
			<description><div class="cquote">All AM2 processors from AMD include hardware virtualisation.<br />
<br />
All Core2-based processors from Intel include hardware virtualisation.<br />
<br />
For more AM2/Core2 stuff, it's a simple BIOS tweak to enable/disable this hardware.  Some motherboards require a BIOS update, and some Intel chipsets that support Core2 don't support the virtualisation features (but all the AMD AM2 chipsets do).<br />
<br />
So, it's not exactly high-end stuff that's required. </div><br />
<br />
Agreed. I played with it for a while on my Turion X2 powered laptop. Certainly not high-end, got it for a steal at one of the big box stores because it was EOL.<br />
<br />
Interestingly, Intel permits the virtualization to be disable by BIOS settings on some (or all) Core2's. HP, among others, doesn't permit it to be enabled via BIOS on some (or all) of their laptop models. Came across quite a few frustrated posts from owners of shiny new top-dollar Core2's that were unable to properly play with KVM.<br />
<br />
AMD, on the other hand, doesn't have a mechanism to disable it so the virtualization is available even on some of the lowest end consumer platforms available.<br />
<br />
I think the issue is probably needing newish hardware, rather than high-end hardware.  Won't be long til it's common.</description>
			<pubDate>Wed, 25 Apr 2007 04:54:00 GMT</pubDate>
			<author>donotreply@osnews.com (elsewhere)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>Consensus on Hardware?</title>
			<link>http://www.osnews.com/thread?233844</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?233844</guid>
			<description>So the simple answer for no worries is to buy an AMD AM2 system to know I'll be able to run KVM. Please correct me if I misunderstood or am missing out on some fantastic Intel functionality.<br />
<br />
I do like simple answers. Thanks for the replies!</description>
			<pubDate>Wed, 25 Apr 2007 12:58:00 GMT</pubDate>
			<author>donotreply@osnews.com (jimcooncat)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[4]: Brilliantly simple</title>
			<link>http://www.osnews.com/thread?233853</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?233853</guid>
			<description>Most Sony Vaio laptops seem to have it disabled too.<br />
<br />
According to this page:<br />
<br />
<a href="http://wiki.xensource.com/xenwiki/HVM_Compatible_Processors" rel="nofollow">http://wiki.xensource.com/xenwiki/HVM_Compatible_Processors</a> <br />
<br />
Core 2 Duo E4300 is also not supported.</description>
			<pubDate>Wed, 25 Apr 2007 13:18:00 GMT</pubDate>
			<author>donotreply@osnews.com (slight)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: Consensus on Hardware?</title>
			<link>http://www.osnews.com/thread?233909</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?233909</guid>
			<description>From what I understand, the AMD virtualization has all the functionality that the Intel stuff has, plus IOMMU support (not actually supported by any software though).  So yeah, if you don't need to have the fastest or most energy-efficient processor, AMD is probably the best choice for playing with virtualization.</description>
			<pubDate>Wed, 25 Apr 2007 17:38:00 GMT</pubDate>
			<author>donotreply@osnews.com (tsuraan)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>Virtualbox</title>
			<link>http://www.osnews.com/thread?233918</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?233918</guid>
			<description>Too bad Virtualbox wasn't brought up in the interview.<br />
<br />
I just reformatted my Gentoo box and started from scratch.<br />
<br />
I now have Xfce 4.4.1 and Beryl 0.2.1<br />
<br />
I want to occupy one of the faces of my 3d beryl cube with a virtualized Windows XP.<br />
<br />
As my Pentium 4 doesn't have the proper extension to run KVM, I am stuck with VMWare Player, Qemu, or Virtualbox.<br />
<br />
VMWare Player doesn't do snapshots and you can't create images.<br />
Virtualbox seems easier to get running that Qemu.</description>
			<pubDate>Wed, 25 Apr 2007 18:13:00 GMT</pubDate>
			<author>donotreply@osnews.com (FunkyELF)</author>
			<category>Comments</category>
		</item>
	</channel>
</rss>
