<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Red Hat makes KVM its Linux virtualization of choice</title>
	<atom:link href="http://practical-tech.com/infrastructure/red-hat-makes-kvm-its-linux-virtualization-of-choice/feed/" rel="self" type="application/rss+xml" />
	<link>http://practical-tech.com/infrastructure/red-hat-makes-kvm-its-linux-virtualization-of-choice/</link>
	<description>for practical people.</description>
	<lastBuildDate>Thu, 18 Mar 2010 18:04:29 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: BOFH Hunter &#187; Blog Archive &#187; A peak into RHEL 5.4</title>
		<link>http://practical-tech.com/infrastructure/red-hat-makes-kvm-its-linux-virtualization-of-choice/comment-page-1/#comment-839</link>
		<dc:creator>BOFH Hunter &#187; Blog Archive &#187; A peak into RHEL 5.4</dc:creator>
		<pubDate>Tue, 24 Feb 2009 14:30:39 +0000</pubDate>
		<guid isPermaLink="false">http://practical-tech.com/?p=1406#comment-839</guid>
		<description>[...] Red Hat appears to be taking virtualization quite seriously, and they appear to be choosing KVM as their virtualization method of choice. There&#8217;s a rather interesting article over at Practical Tech discussing the upcoming virtualization additions to the RHEL 5 line in the next point release. Have a read over the full article at http://practical-tech.com/infrastructure/red-hat-makes-kvm-its-linux-virtualization-of-choice/ [...]</description>
		<content:encoded><![CDATA[<p>[...] Red Hat appears to be taking virtualization quite seriously, and they appear to be choosing KVM as their virtualization method of choice. There&#8217;s a rather interesting article over at Practical Tech discussing the upcoming virtualization additions to the RHEL 5 line in the next point release. Have a read over the full article at <a href="http://practical-tech.com/infrastructure/red-hat-makes-kvm-its-linux-virtualization-of-choice/" rel="nofollow">http://practical-tech.com/infrastructure/red-hat-makes-kvm-its-linux-virtualization-of-choice/</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sjvn</title>
		<link>http://practical-tech.com/infrastructure/red-hat-makes-kvm-its-linux-virtualization-of-choice/comment-page-1/#comment-835</link>
		<dc:creator>sjvn</dc:creator>
		<pubDate>Mon, 23 Feb 2009 20:42:59 +0000</pubDate>
		<guid isPermaLink="false">http://practical-tech.com/?p=1406#comment-835</guid>
		<description>In addition to all that, another thing Red Hat likes about it is that since KVM&#039;s part of Linux, you don&#039;t have to add say memory management to it. You just use Linux&#039;s built-in memory management and life is good.

Steven</description>
		<content:encoded><![CDATA[<p>In addition to all that, another thing Red Hat likes about it is that since KVM&#8217;s part of Linux, you don&#8217;t have to add say memory management to it. You just use Linux&#8217;s built-in memory management and life is good.</p>
<p>Steven</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pogson</title>
		<link>http://practical-tech.com/infrastructure/red-hat-makes-kvm-its-linux-virtualization-of-choice/comment-page-1/#comment-834</link>
		<dc:creator>pogson</dc:creator>
		<pubDate>Mon, 23 Feb 2009 20:32:21 +0000</pubDate>
		<guid isPermaLink="false">http://practical-tech.com/?p=1406#comment-834</guid>
		<description>This is an interesting development. It looks like a lot is coming together here.

I was curious why KVM was chosen. I read at
http://www.kernel.org/doc/ols/2007/ols2007v1-pages-225-230.pdf

that KVM offers these advantages:
• On the developer level, there are many opportu-
  nities for reusing existing functionality within the
  kernel, for example, the scheduler, NUMA support,
  and high-resolution timers.
• On the user level, one can reuse the existing Linux
  process management infrastructure, e.g., top(1)
  to look at cpu usage and taskset(1) to pin
  virtual machines to speci?c cpus. Users can use
  kill(1) to pause or terminate their virtual ma-
  chines.

To me, being root at the root of a tree of virtual machines sounds pretty cool. With VirtualBox, I can set up sshd on the machines and use scripts just as I can with real machines but KVM sounds like a smoother method of virtualizing. If the kernel gang change anything, it is likely that the virtualization system would change smoothly with it. That is a big plus.

I am not sure whether adding more features to the kernel is a good idea, but the kernel is a beautiful thing and one of the best features of GNU/Linux. I trust RedHat would not make this move unless they were sure it was the right thing to do, technically. We shall see how it turns out.</description>
		<content:encoded><![CDATA[<p>This is an interesting development. It looks like a lot is coming together here.</p>
<p>I was curious why KVM was chosen. I read at<br />
<a href="http://www.kernel.org/doc/ols/2007/ols2007v1-pages-225-230.pdf" rel="nofollow">http://www.kernel.org/doc/ols/2007/ols2007v1-pages-225-230.pdf</a></p>
<p>that KVM offers these advantages:<br />
• On the developer level, there are many opportu-<br />
  nities for reusing existing functionality within the<br />
  kernel, for example, the scheduler, NUMA support,<br />
  and high-resolution timers.<br />
• On the user level, one can reuse the existing Linux<br />
  process management infrastructure, e.g., top(1)<br />
  to look at cpu usage and taskset(1) to pin<br />
  virtual machines to speci?c cpus. Users can use<br />
  kill(1) to pause or terminate their virtual ma-<br />
  chines.</p>
<p>To me, being root at the root of a tree of virtual machines sounds pretty cool. With VirtualBox, I can set up sshd on the machines and use scripts just as I can with real machines but KVM sounds like a smoother method of virtualizing. If the kernel gang change anything, it is likely that the virtualization system would change smoothly with it. That is a big plus.</p>
<p>I am not sure whether adding more features to the kernel is a good idea, but the kernel is a beautiful thing and one of the best features of GNU/Linux. I trust RedHat would not make this move unless they were sure it was the right thing to do, technically. We shall see how it turns out.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
