<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.2.2" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: Using Qemu and Kqemu Under a Debian or Ubuntu Linux Host</title>
	<link>http://blog.unixlore.net/2006/03/using-qemu-and-kqemu-under-debian-or.html</link>
	<description>Geek tech-tips, news and commentary</description>
	<pubDate>Tue, 06 Jan 2009 20:20:07 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.2.2</generator>

	<item>
		<title>By: Mind Booster Noori</title>
		<link>http://blog.unixlore.net/2006/03/using-qemu-and-kqemu-under-debian-or.html#comment-128</link>
		<author>Mind Booster Noori</author>
		<pubDate>Fri, 25 May 2007 17:53:00 +0000</pubDate>
		<guid>http://blog.unixlore.net/2006/03/using-qemu-and-kqemu-under-debian-or.html#comment-128</guid>
		<description>Debian etch already has a kquemu package.</description>
		<content:encoded><![CDATA[<p>Debian etch already has a kquemu package.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Doug</title>
		<link>http://blog.unixlore.net/2006/03/using-qemu-and-kqemu-under-debian-or.html#comment-65</link>
		<author>Doug</author>
		<pubDate>Sun, 30 Apr 2006 23:44:00 +0000</pubDate>
		<guid>http://blog.unixlore.net/2006/03/using-qemu-and-kqemu-under-debian-or.html#comment-65</guid>
		<description>Thanks again. I tested your suggestion on an Ubuntu 5.10 box, seems to work great. I also updated the howto again.</description>
		<content:encoded><![CDATA[<p>Thanks again. I tested your suggestion on an Ubuntu 5.10 box, seems to work great. I also updated the howto again.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mathias Brodala</title>
		<link>http://blog.unixlore.net/2006/03/using-qemu-and-kqemu-under-debian-or.html#comment-64</link>
		<author>Mathias Brodala</author>
		<pubDate>Sun, 30 Apr 2006 10:03:00 +0000</pubDate>
		<guid>http://blog.unixlore.net/2006/03/using-qemu-and-kqemu-under-debian-or.html#comment-64</guid>
		<description>OK, that's a solution.&lt;br/&gt;But if you compile QEMU and KQEMU this way, you'll get problems with loading the KQEMU module into a kernel which was compiled with gcc 4.x.&lt;br/&gt;For this I found a solution in the QEMU-forums: after compiling and installing QEMU you can compile KQEMU again but this time with gcc 4.x. Only QEMU has to be compiled with gcc 3.x.&lt;br/&gt;Then you can move the kqemu.ko to your modules directory and load it without problems.&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;Regards, Mathias</description>
		<content:encoded><![CDATA[<p>OK, that&#8217;s a solution.<br />But if you compile QEMU and KQEMU this way, you&#8217;ll get problems with loading the KQEMU module into a kernel which was compiled with gcc 4.x.<br />For this I found a solution in the QEMU-forums: after compiling and installing QEMU you can compile KQEMU again but this time with gcc 4.x. Only QEMU has to be compiled with gcc 3.x.<br />Then you can move the kqemu.ko to your modules directory and load it without problems.</p>
<p>Regards, Mathias</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Doug</title>
		<link>http://blog.unixlore.net/2006/03/using-qemu-and-kqemu-under-debian-or.html#comment-63</link>
		<author>Doug</author>
		<pubDate>Sat, 29 Apr 2006 18:39:00 +0000</pubDate>
		<guid>http://blog.unixlore.net/2006/03/using-qemu-and-kqemu-under-debian-or.html#comment-63</guid>
		<description>Thanks for the comments. I updated the post with a note about gcc 4.x and how to work around it.</description>
		<content:encoded><![CDATA[<p>Thanks for the comments. I updated the post with a note about gcc 4.x and how to work around it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mathias Brodala</title>
		<link>http://blog.unixlore.net/2006/03/using-qemu-and-kqemu-under-debian-or.html#comment-62</link>
		<author>Mathias Brodala</author>
		<pubDate>Sat, 29 Apr 2006 15:59:00 +0000</pubDate>
		<guid>http://blog.unixlore.net/2006/03/using-qemu-and-kqemu-under-debian-or.html#comment-62</guid>
		<description>You should mention that you need gcc &lt; 4.0 to build qemu.&lt;br/&gt;I tried to build qemu with kqemu but the following error occured:&lt;br/&gt;dyngen: ret or jmp expected at the end of op_bsfw_T0_cc.&lt;br/&gt;This one is not unknown.&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;Regards, Mathias</description>
		<content:encoded><![CDATA[<p>You should mention that you need gcc < 4.0 to build qemu.<br/>I tried to build qemu with kqemu but the following error occured:<br />dyngen: ret or jmp expected at the end of op_bsfw_T0_cc.<br />This one is not unknown.</p>
<p>Regards, Mathias</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matthew Kincaid</title>
		<link>http://blog.unixlore.net/2006/03/using-qemu-and-kqemu-under-debian-or.html#comment-61</link>
		<author>Matthew Kincaid</author>
		<pubDate>Sat, 29 Apr 2006 02:09:00 +0000</pubDate>
		<guid>http://blog.unixlore.net/2006/03/using-qemu-and-kqemu-under-debian-or.html#comment-61</guid>
		<description>I used this help to compile and install Qemu under Debian Sarge. Thanks! I appreciate it.</description>
		<content:encoded><![CDATA[<p>I used this help to compile and install Qemu under Debian Sarge. Thanks! I appreciate it.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
