<?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 for Bitbud</title>
	<atom:link href="http://bitbud.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://bitbud.com</link>
	<description>Information on Technology</description>
	<pubDate>Tue, 06 Jan 2009 20:18:22 +0000</pubDate>
	
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on A Virtualization First from KVM by bitbud</title>
		<link>http://bitbud.com/2008/11/12/a-virtualization-first-from-kvm/comment-page-1/#comment-50</link>
		<dc:creator>bitbud</dc:creator>
		<pubDate>Mon, 29 Dec 2008 16:47:15 +0000</pubDate>
		<guid isPermaLink="false">#comment-50</guid>
		<description>Xen's support for PCI pass-through is for para-virtualized guests only (that's my understanding, &lt;a href="http://sadiquepp.blogspot.com/2008/10/what-is-pci-passthrough-and-how-to-do.html" rel="nofollow"&gt;and look here&lt;/a&gt;.

KVM supports fully virtualized guests only - the guests are always unmodified (there are para-virt drivers for NIC cards, but the Guest OS is unmodified).  &lt;strong&gt;That makes KVM unique&lt;/strong&gt; in that PCI devices can be passed-through to Vista, XP, or any other operating system.

KVM always requires either Intel or AMD virtualization extensions.  For PCI passthrough, VT-d is currently required, and I am sure AMD support (via IO-MMU) will follow.</description>
		<content:encoded><![CDATA[<p>Xen&#8217;s support for PCI pass-through is for para-virtualized guests only (that&#8217;s my understanding, <a href="http://sadiquepp.blogspot.com/2008/10/what-is-pci-passthrough-and-how-to-do.html" rel="nofollow">and look here</a>.</p>
<p>KVM supports fully virtualized guests only - the guests are always unmodified (there are para-virt drivers for NIC cards, but the Guest OS is unmodified).  <strong>That makes KVM unique</strong> in that PCI devices can be passed-through to Vista, XP, or any other operating system.</p>
<p>KVM always requires either Intel or AMD virtualization extensions.  For PCI passthrough, VT-d is currently required, and I am sure AMD support (via IO-MMU) will follow.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on A Virtualization First from KVM by D</title>
		<link>http://bitbud.com/2008/11/12/a-virtualization-first-from-kvm/comment-page-1/#comment-30</link>
		<dc:creator>D</dc:creator>
		<pubDate>Tue, 23 Dec 2008 10:32:32 +0000</pubDate>
		<guid isPermaLink="false">#comment-30</guid>
		<description>Are you sure that the support isn't VT-d constrained?
VT-d is different than the virtualization extensions in the CPU instruction set. VT-d is a capability found in the chipset of the motherboard. Currently, only specific Intel chipsets have this, such as the Q35 (available in the Dell Optiplex 755.) AMD released the IOMMU specification, but has yet to release any compatible chips.

Second, this is not a capability unique to KVM if in fact it requires VT-d support. XEN can also pass through PCI cards to specific guest OSes if the DomO is compiled with the PCI backend extensions and booted with "iommu=required" option. The PCI cards also need to be listed in the boot parameters with the "pciback.hide" option and made available in the VM's configuration file using a python list and the "pci=" directive. You can find more details, and some clarification, in the XEN user manual.

What I've been trying to find out is if KVM will support PCI pass through to unmodified guests WITHOUT VT-d. So far, I don't believe it will, but may be able to support passing PCI devices to paravirtualized guests similar (or possibly better than) XEN currently can.</description>
		<content:encoded><![CDATA[<p>Are you sure that the support isn&#8217;t VT-d constrained?<br />
VT-d is different than the virtualization extensions in the CPU instruction set. VT-d is a capability found in the chipset of the motherboard. Currently, only specific Intel chipsets have this, such as the Q35 (available in the Dell Optiplex 755.) AMD released the IOMMU specification, but has yet to release any compatible chips.</p>
<p>Second, this is not a capability unique to KVM if in fact it requires VT-d support. XEN can also pass through PCI cards to specific guest OSes if the DomO is compiled with the PCI backend extensions and booted with &#8220;iommu=required&#8221; option. The PCI cards also need to be listed in the boot parameters with the &#8220;pciback.hide&#8221; option and made available in the VM&#8217;s configuration file using a python list and the &#8220;pci=&#8221; directive. You can find more details, and some clarification, in the XEN user manual.</p>
<p>What I&#8217;ve been trying to find out is if KVM will support PCI pass through to unmodified guests WITHOUT VT-d. So far, I don&#8217;t believe it will, but may be able to support passing PCI devices to paravirtualized guests similar (or possibly better than) XEN currently can.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Wordpress conversion (mostly) complete by bitbud</title>
		<link>http://bitbud.com/2008/11/14/wordpress-conversion-mostly-complete/comment-page-1/#comment-7</link>
		<dc:creator>bitbud</dc:creator>
		<pubDate>Sat, 06 Dec 2008 14:14:24 +0000</pubDate>
		<guid isPermaLink="false">http://bitbud.com/?p=77#comment-7</guid>
		<description>I setup a whole new server for WordPress.  I installed it into the root directory of the server, as opposed to how some install into a 'blog' subdirectory.

And I have to say... I should have been blogging using WordPress a long time ago.  It is certainly a superior blogging platform.</description>
		<content:encoded><![CDATA[<p>I setup a whole new server for WordPress.  I installed it into the root directory of the server, as opposed to how some install into a &#8216;blog&#8217; subdirectory.</p>
<p>And I have to say&#8230; I should have been blogging using WordPress a long time ago.  It is certainly a superior blogging platform.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SAN For All - Part 2 by Cisco</title>
		<link>http://bitbud.com/2008/12/04/san-for-all-part-2/comment-page-1/#comment-6</link>
		<dc:creator>Cisco</dc:creator>
		<pubDate>Fri, 05 Dec 2008 19:26:53 +0000</pubDate>
		<guid isPermaLink="false">http://bitbud.com/?p=75#comment-6</guid>
		<description>Looking forward to keeping up with this series.  Great idea!

Thanks!
Cisco</description>
		<content:encoded><![CDATA[<p>Looking forward to keeping up with this series.  Great idea!</p>
<p>Thanks!<br />
Cisco</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Wordpress conversion (mostly) complete by Nangra</title>
		<link>http://bitbud.com/2008/11/14/wordpress-conversion-mostly-complete/comment-page-1/#comment-5</link>
		<dc:creator>Nangra</dc:creator>
		<pubDate>Fri, 05 Dec 2008 14:58:14 +0000</pubDate>
		<guid isPermaLink="false">http://bitbud.com/?p=77#comment-5</guid>
		<description>Are you using wordpress in a subdirectory of your website for the blog only, or did you install into the root directory?</description>
		<content:encoded><![CDATA[<p>Are you using wordpress in a subdirectory of your website for the blog only, or did you install into the root directory?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on A Virtualization First from KVM by bitbud</title>
		<link>http://bitbud.com/2008/11/12/a-virtualization-first-from-kvm/comment-page-1/#comment-4</link>
		<dc:creator>bitbud</dc:creator>
		<pubDate>Wed, 19 Nov 2008 02:48:35 +0000</pubDate>
		<guid isPermaLink="false">#comment-4</guid>
		<description>Yes - KVM supports thin provisioning.  KVM's default disk format is QCOW2 - Copy On Write.  For example, you can create a virtual disk that is 100GB in virtual size, but it will only take up a few bytes on the physical disk, and then grow as data is written.  You can also use RAW disks on any file system that supports 'holes'.  This is similar to how Xen works as well.</description>
		<content:encoded><![CDATA[<p>Yes - KVM supports thin provisioning.  KVM&#8217;s default disk format is QCOW2 - Copy On Write.  For example, you can create a virtual disk that is 100GB in virtual size, but it will only take up a few bytes on the physical disk, and then grow as data is written.  You can also use RAW disks on any file system that supports &#8216;holes&#8217;.  This is similar to how Xen works as well.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on A Virtualization First from KVM by salubrium</title>
		<link>http://bitbud.com/2008/11/12/a-virtualization-first-from-kvm/comment-page-1/#comment-3</link>
		<dc:creator>salubrium</dc:creator>
		<pubDate>Tue, 18 Nov 2008 04:25:59 +0000</pubDate>
		<guid isPermaLink="false">#comment-3</guid>
		<description>It's supposed to be "if it offers THIN provisioning"</description>
		<content:encoded><![CDATA[<p>It&#8217;s supposed to be &#8220;if it offers THIN provisioning&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on A Virtualization First from KVM by salubrium</title>
		<link>http://bitbud.com/2008/11/12/a-virtualization-first-from-kvm/comment-page-1/#comment-2</link>
		<dc:creator>salubrium</dc:creator>
		<pubDate>Tue, 18 Nov 2008 04:25:22 +0000</pubDate>
		<guid isPermaLink="false">#comment-2</guid>
		<description>Thanks for this information. I agree that it's extremely cool. I have only been playing with KVM for a little bit due to time constraints and deadlines. I'm interested to know if it offers some thing provisioning like Xen does.

Also, on your "San on the cheap" article, I'd like to see the follow up, especially if you used Openfiler or were booting via iSCSI :)</description>
		<content:encoded><![CDATA[<p>Thanks for this information. I agree that it&#8217;s extremely cool. I have only been playing with KVM for a little bit due to time constraints and deadlines. I&#8217;m interested to know if it offers some thing provisioning like Xen does.</p>
<p>Also, on your &#8220;San on the cheap&#8221; article, I&#8217;d like to see the follow up, especially if you used Openfiler or were booting via iSCSI <img src='http://bitbud.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>
