<?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: Building a hyper-v enabled linux kernel</title>
	<atom:link href="http://www.strengholt-online.nl/building-a-hyper-v-enabled-linux-kernel/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.strengholt-online.nl/building-a-hyper-v-enabled-linux-kernel/</link>
	<description>Bloggen over van alles en nog wat...</description>
	<lastBuildDate>Sun, 24 Oct 2010 20:13:35 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Hyper-VでKernel-2.6.32以降使う〜失敗の巻- へっぽこにっき</title>
		<link>http://www.strengholt-online.nl/building-a-hyper-v-enabled-linux-kernel/comment-page-1/#comment-606</link>
		<dc:creator>Hyper-VでKernel-2.6.32以降使う〜失敗の巻- へっぽこにっき</dc:creator>
		<pubDate>Fri, 26 Mar 2010 11:48:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.strengholt-online.nl/?p=894#comment-606</guid>
		<description>[...] ●http://www.strengholt-online.nl/building-a-hyper-v-enabled-linux-kernel/ ●http://d.hatena.ne.jp/jitsu102/20100325/1269453573 [...]</description>
		<content:encoded><![CDATA[<p>[...] ●http://www.strengholt-online.nl/building-a-hyper-v-enabled-linux-kernel/ ●http://d.hatena.ne.jp/jitsu102/20100325/1269453573 [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Piethein Strengholt</title>
		<link>http://www.strengholt-online.nl/building-a-hyper-v-enabled-linux-kernel/comment-page-1/#comment-560</link>
		<dc:creator>Piethein Strengholt</dc:creator>
		<pubDate>Tue, 15 Dec 2009 15:49:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.strengholt-online.nl/?p=894#comment-560</guid>
		<description>&lt;blockquote cite=&quot;#commentbody-559&quot;&gt;
&lt;strong&gt;&lt;a href=&quot;#comment-559&quot; rel=&quot;nofollow&quot;&gt;Razwer &lt;/a&gt; :&lt;/strong&gt;&lt;P&gt;nice guide. however what could be added is how to have them loaded upon each boot. I couldnt use your precompiled image as i use amd64. however it requires me to load each driver after each reboot.&lt;/P&gt;&lt;/blockquote&gt;

Instead of making modules you could decide to integrade them into the kernel. Just open the .config with your texteditor. Search for the lines:

CONFIG_HYPERV=m
CONFIG_HYPERV_STORAGE=m
CONFIG_HYPERV_BLOCK=m
CONFIG_HYPERV_NET=m

Replace them with:

CONFIG_HYPERV=y
CONFIG_HYPERV_STORAGE=y
CONFIG_HYPERV_BLOCK=y
CONFIG_HYPERV_NET=y

To have modules loaded during boot. Open the /etc/modules.conf 
Add lines like &quot;alias hv_vmbus&quot; to have the modules loaded.</description>
		<content:encoded><![CDATA[<blockquote cite="#commentbody-559"><p>
<strong><a href="#comment-559" rel="nofollow">Razwer </a> :</strong>
<p>nice guide. however what could be added is how to have them loaded upon each boot. I couldnt use your precompiled image as i use amd64. however it requires me to load each driver after each reboot.</p>
</blockquote>
<p>Instead of making modules you could decide to integrade them into the kernel. Just open the .config with your texteditor. Search for the lines:</p>
<p>CONFIG_HYPERV=m<br />
CONFIG_HYPERV_STORAGE=m<br />
CONFIG_HYPERV_BLOCK=m<br />
CONFIG_HYPERV_NET=m</p>
<p>Replace them with:</p>
<p>CONFIG_HYPERV=y<br />
CONFIG_HYPERV_STORAGE=y<br />
CONFIG_HYPERV_BLOCK=y<br />
CONFIG_HYPERV_NET=y</p>
<p>To have modules loaded during boot. Open the /etc/modules.conf<br />
Add lines like &#8220;alias hv_vmbus&#8221; to have the modules loaded.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Razwer</title>
		<link>http://www.strengholt-online.nl/building-a-hyper-v-enabled-linux-kernel/comment-page-1/#comment-559</link>
		<dc:creator>Razwer</dc:creator>
		<pubDate>Tue, 15 Dec 2009 15:30:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.strengholt-online.nl/?p=894#comment-559</guid>
		<description>nice guide. however what could be added is how to have them loaded upon each boot. I couldnt use your precompiled image as i use amd64. however it requires me to load each driver after each reboot.</description>
		<content:encoded><![CDATA[<p>nice guide. however what could be added is how to have them loaded upon each boot. I couldnt use your precompiled image as i use amd64. however it requires me to load each driver after each reboot.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

