<?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: Kernel developers don&#8217;t get Xen</title>
	<atom:link href="http://www.kev009.com/wp/2009/06/kernel-developers-dont-get-xen/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.kev009.com/wp/2009/06/kernel-developers-dont-get-xen/</link>
	<description>Speed and Accuracy are fine, kev009 is final: Projects and Ventures of Kevin Bowling</description>
	<lastBuildDate>Tue, 27 Jul 2010 06:07:14 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: pkt</title>
		<link>http://www.kev009.com/wp/2009/06/kernel-developers-dont-get-xen/comment-page-1/#comment-436</link>
		<dc:creator>pkt</dc:creator>
		<pubDate>Tue, 23 Jun 2009 11:45:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.kev009.com/wp/?p=256#comment-436</guid>
		<description>They merge whatever they can merge. It is easy to look at things from your POV only but try to be an x86 arch maintainer for a while  and see what you &#039;ll think then :)

The code that was not merged was all sorts of &quot;if (xen)&quot; stuff that makes the code even more complex and hard to debug. The popularity of the project does play a role and whenever Linus and x86 maintainers can merge something they typically do.

But the linux kernel powers *way* more stuff than Amazon and other cloud stuff and destabilizing it to please xen users would
probably be a wrong decision.

If merging the hypervisor to Linux proper is not possible, then
some other way needs to be found that allows the x86 tree to keep changing as fast as it does now without having complaints from users &quot;oh, you broke xen again&quot;.</description>
		<content:encoded><![CDATA[<p>They merge whatever they can merge. It is easy to look at things from your POV only but try to be an x86 arch maintainer for a while  and see what you &#8216;ll think then :)</p>
<p>The code that was not merged was all sorts of &#8220;if (xen)&#8221; stuff that makes the code even more complex and hard to debug. The popularity of the project does play a role and whenever Linus and x86 maintainers can merge something they typically do.</p>
<p>But the linux kernel powers *way* more stuff than Amazon and other cloud stuff and destabilizing it to please xen users would<br />
probably be a wrong decision.</p>
<p>If merging the hypervisor to Linux proper is not possible, then<br />
some other way needs to be found that allows the x86 tree to keep changing as fast as it does now without having complaints from users &#8220;oh, you broke xen again&#8221;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kev009</title>
		<link>http://www.kev009.com/wp/2009/06/kernel-developers-dont-get-xen/comment-page-1/#comment-425</link>
		<dc:creator>kev009</dc:creator>
		<pubDate>Thu, 18 Jun 2009 03:48:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.kev009.com/wp/?p=256#comment-425</guid>
		<description>@regala
You took my post completely out of context and blatantly ignored the concluding paragraph.

I called for the merging of the conservative patches that said developers have approved of on the ML various times.  And it appears that they are taking this course of action finally (2.6.31 merge so far has some xen supporting code for dom0).

Nowhere did I say or imply &quot;merge dom0 functionality all at once, right now!!&quot;.  This would indeed be stupid.  Getting full dom0 support will take several kernel cycles.  It has to start somewhere, however small.</description>
		<content:encoded><![CDATA[<p>@regala<br />
You took my post completely out of context and blatantly ignored the concluding paragraph.</p>
<p>I called for the merging of the conservative patches that said developers have approved of on the ML various times.  And it appears that they are taking this course of action finally (2.6.31 merge so far has some xen supporting code for dom0).</p>
<p>Nowhere did I say or imply &#8220;merge dom0 functionality all at once, right now!!&#8221;.  This would indeed be stupid.  Getting full dom0 support will take several kernel cycles.  It has to start somewhere, however small.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: regala</title>
		<link>http://www.kev009.com/wp/2009/06/kernel-developers-dont-get-xen/comment-page-1/#comment-422</link>
		<dc:creator>regala</dc:creator>
		<pubDate>Wed, 17 Jun 2009 11:24:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.kev009.com/wp/?p=256#comment-422</guid>
		<description>@kev009: I can understand your frustration. I for one would really like to have dom0 in kernel upstream. But as long as there are patches for it, I wouldn&#039;t think as boldly as you are. You are exactly sounding like what Linus refers to in this very mail. Did you run the command he gave ? I did. I know what it means.
Kernel development is hard enough to deal with unbacked with proof statements: it will be difficult to merge without touching, destabilizing virtually all other subsystems. You are blindly accusing developers who have tried and managed to keep hundreds of thousands of lines of code clean, and merging Xen dom0 code would just sound and be totally incoherent in this respect. Better not merging dirty code than having to clean it up afterwards. The strategy Jeremy saud he would like to be taken for that matter is unrealistic in regards of many other out-of-tree kernel projects. I clearly understands how it can be quite hard to deal with but don&#039;t blame the fact that xen dom0 support for Linux was coded with speed of development in mind. EVERY out-of-tree projects have to pass the review step and if concerns are raised, they HAVE to be addressed, no matter what is the popularity of the project.
Xen has much to gain too, by going thru this process, the larger the code is, the longer the review-and-fix process is.</description>
		<content:encoded><![CDATA[<p>@kev009: I can understand your frustration. I for one would really like to have dom0 in kernel upstream. But as long as there are patches for it, I wouldn&#8217;t think as boldly as you are. You are exactly sounding like what Linus refers to in this very mail. Did you run the command he gave ? I did. I know what it means.<br />
Kernel development is hard enough to deal with unbacked with proof statements: it will be difficult to merge without touching, destabilizing virtually all other subsystems. You are blindly accusing developers who have tried and managed to keep hundreds of thousands of lines of code clean, and merging Xen dom0 code would just sound and be totally incoherent in this respect. Better not merging dirty code than having to clean it up afterwards. The strategy Jeremy saud he would like to be taken for that matter is unrealistic in regards of many other out-of-tree kernel projects. I clearly understands how it can be quite hard to deal with but don&#8217;t blame the fact that xen dom0 support for Linux was coded with speed of development in mind. EVERY out-of-tree projects have to pass the review step and if concerns are raised, they HAVE to be addressed, no matter what is the popularity of the project.<br />
Xen has much to gain too, by going thru this process, the larger the code is, the longer the review-and-fix process is.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kev009</title>
		<link>http://www.kev009.com/wp/2009/06/kernel-developers-dont-get-xen/comment-page-1/#comment-409</link>
		<dc:creator>kev009</dc:creator>
		<pubDate>Sat, 06 Jun 2009 20:19:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.kev009.com/wp/?p=256#comment-409</guid>
		<description>@Scorp
I have used both.  They have their place in my toolbox as well, specifically for virtual hosting where many copies of the same OS are being used.

Xen and KVM are used a bit differently.  They let you run complete Linux operating systems with the vendor kernel, very useful for different versions and also when doing software QA.  Of course, they will also run non-Linux kernels which is where they really shine.

What I really would like to see is more documentation on LXC, Linux native containers.  This is openvz/linux-vserver support built into the vanilla kernel.  It has been in the kernel for a while but nobody is talking about it!  I suppose once libvirt supports it well, it should be more accessible to the masses.
http://lxc.sourceforge.net/</description>
		<content:encoded><![CDATA[<p>@Scorp<br />
I have used both.  They have their place in my toolbox as well, specifically for virtual hosting where many copies of the same OS are being used.</p>
<p>Xen and KVM are used a bit differently.  They let you run complete Linux operating systems with the vendor kernel, very useful for different versions and also when doing software QA.  Of course, they will also run non-Linux kernels which is where they really shine.</p>
<p>What I really would like to see is more documentation on LXC, Linux native containers.  This is openvz/linux-vserver support built into the vanilla kernel.  It has been in the kernel for a while but nobody is talking about it!  I suppose once libvirt supports it well, it should be more accessible to the masses.<br />
<a href="http://lxc.sourceforge.net/" rel="nofollow">http://lxc.sourceforge.net/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scorp</title>
		<link>http://www.kev009.com/wp/2009/06/kernel-developers-dont-get-xen/comment-page-1/#comment-408</link>
		<dc:creator>Scorp</dc:creator>
		<pubDate>Sat, 06 Jun 2009 17:06:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.kev009.com/wp/?p=256#comment-408</guid>
		<description>Have you ever tried solutions like openvz or linux-vserver?
IMHO are good solutions, even better xen for linux virtualization if you need best performances from your machines.</description>
		<content:encoded><![CDATA[<p>Have you ever tried solutions like openvz or linux-vserver?<br />
IMHO are good solutions, even better xen for linux virtualization if you need best performances from your machines.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kev009</title>
		<link>http://www.kev009.com/wp/2009/06/kernel-developers-dont-get-xen/comment-page-1/#comment-405</link>
		<dc:creator>kev009</dc:creator>
		<pubDate>Sat, 06 Jun 2009 08:44:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.kev009.com/wp/?p=256#comment-405</guid>
		<description>@Egan
There seems to be a lot of sentiment toward Xen in the Linux kernel and most (including Linus) point to blanket statements like that (&quot;Xen is hard to merge&quot;) rather than specific code critique/improvements.  That&#039;s why it all shouldn&#039;t go in in one merge.  Jeremy has separated a lot of the work and has some basic dom0 patches.  By accepting these now, it will at least lighten the load Jeremy and distros have to carry to get Xen dom0 kernels built.  Then, the focus can shift to cleaning up Xen and merging in more/better/cleaner dom0 code.

My statement is this:
Xen is in wide use.  It is hurting more people by having it not in the kernel than having some &quot;hard to merge&quot; code in the kernel.  Let us have rudimentary Xen dom0 support in the kernel now, then gradually fix and improve both it (dom0 code) AND xen itself over time.</description>
		<content:encoded><![CDATA[<p>@Egan<br />
There seems to be a lot of sentiment toward Xen in the Linux kernel and most (including Linus) point to blanket statements like that (&#8220;Xen is hard to merge&#8221;) rather than specific code critique/improvements.  That&#8217;s why it all shouldn&#8217;t go in in one merge.  Jeremy has separated a lot of the work and has some basic dom0 patches.  By accepting these now, it will at least lighten the load Jeremy and distros have to carry to get Xen dom0 kernels built.  Then, the focus can shift to cleaning up Xen and merging in more/better/cleaner dom0 code.</p>
<p>My statement is this:<br />
Xen is in wide use.  It is hurting more people by having it not in the kernel than having some &#8220;hard to merge&#8221; code in the kernel.  Let us have rudimentary Xen dom0 support in the kernel now, then gradually fix and improve both it (dom0 code) AND xen itself over time.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: egan</title>
		<link>http://www.kev009.com/wp/2009/06/kernel-developers-dont-get-xen/comment-page-1/#comment-404</link>
		<dc:creator>egan</dc:creator>
		<pubDate>Sat, 06 Jun 2009 08:30:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.kev009.com/wp/?p=256#comment-404</guid>
		<description>Can you please read that =&gt; http://lkml.org/lkml/2009/6/2/352
What is your answer ?</description>
		<content:encoded><![CDATA[<p>Can you please read that =&gt; <a href="http://lkml.org/lkml/2009/6/2/352" rel="nofollow">http://lkml.org/lkml/2009/6/2/352</a><br />
What is your answer ?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
