<?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: Qemu 0.15.0 released!	</title>
	<atom:link href="https://virtuallyfun.com/2011/08/09/qemu-0-15-0-released/feed/" rel="self" type="application/rss+xml" />
	<link>https://virtuallyfun.com/2011/08/09/qemu-0-15-0-released/</link>
	<description>Fun with Virtualization</description>
	<lastBuildDate>Mon, 11 Feb 2013 12:30:23 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.0</generator>
	<item>
		<title>
		By: neozeed		</title>
		<link>https://virtuallyfun.com/2011/08/09/qemu-0-15-0-released/comment-page-1/#comment-33609</link>

		<dc:creator><![CDATA[neozeed]]></dc:creator>
		<pubDate>Mon, 11 Feb 2013 12:30:23 +0000</pubDate>
		<guid isPermaLink="false">https://virtuallyfun.com/?p=1214#comment-33609</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://virtuallyfun.com/2011/08/09/qemu-0-15-0-released/comment-page-1/#comment-33598&quot;&gt;Linux Geek&lt;/a&gt;.

Use either a newer or older version, this version has issues with 4GB files.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://virtuallyfun.com/2011/08/09/qemu-0-15-0-released/comment-page-1/#comment-33598">Linux Geek</a>.</p>
<p>Use either a newer or older version, this version has issues with 4GB files.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Linux Geek		</title>
		<link>https://virtuallyfun.com/2011/08/09/qemu-0-15-0-released/comment-page-1/#comment-33598</link>

		<dc:creator><![CDATA[Linux Geek]]></dc:creator>
		<pubDate>Mon, 11 Feb 2013 06:08:33 +0000</pubDate>
		<guid isPermaLink="false">https://virtuallyfun.com/?p=1214#comment-33598</guid>

					<description><![CDATA[Is there any solution for &quot;error while writing&quot;, I&#039;m getting the same error. I Tried Different Versions of Qemu]]></description>
			<content:encoded><![CDATA[<p>Is there any solution for &#8220;error while writing&#8221;, I&#8217;m getting the same error. I Tried Different Versions of Qemu</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: rainbow		</title>
		<link>https://virtuallyfun.com/2011/08/09/qemu-0-15-0-released/comment-page-1/#comment-3392</link>

		<dc:creator><![CDATA[rainbow]]></dc:creator>
		<pubDate>Mon, 21 Nov 2011 04:08:27 +0000</pubDate>
		<guid isPermaLink="false">https://virtuallyfun.com/?p=1214#comment-3392</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://virtuallyfun.com/2011/08/09/qemu-0-15-0-released/comment-page-1/#comment-1071&quot;&gt;Doston&lt;/a&gt;.

That&#039;s because the IPv6 related entry points, freeaddrinfo, getfreeaddr and getnameinfo only exist on Windows XP SP1 or later. I believe that these entry points first existed in MSVC++ 7.1.

A hex editor would have to be used to replace the entry points with gethostname; otherwise, it won&#039;t work and users would have to upgrade.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://virtuallyfun.com/2011/08/09/qemu-0-15-0-released/comment-page-1/#comment-1071">Doston</a>.</p>
<p>That&#8217;s because the IPv6 related entry points, freeaddrinfo, getfreeaddr and getnameinfo only exist on Windows XP SP1 or later. I believe that these entry points first existed in MSVC++ 7.1.</p>
<p>A hex editor would have to be used to replace the entry points with gethostname; otherwise, it won&#8217;t work and users would have to upgrade.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: rainbow		</title>
		<link>https://virtuallyfun.com/2011/08/09/qemu-0-15-0-released/comment-page-1/#comment-3391</link>

		<dc:creator><![CDATA[rainbow]]></dc:creator>
		<pubDate>Mon, 21 Nov 2011 04:04:19 +0000</pubDate>
		<guid isPermaLink="false">https://virtuallyfun.com/?p=1214#comment-3391</guid>

					<description><![CDATA[I downloaded the latest version of Qemu (0.15.1) and I did a check of the files in Dependency Walker utility and I found that despite Qemu being complied with MSVC++ 2005, the entry point symbols &quot;freeaddrinfo&quot;, &quot;getaddrinfo&quot; and &quot;getnameinfo&quot; are actually related to IPv6 and they only exist in Windows XP Service Pack 1 and later.

For me, the latest version of Qemu can still run on Win2K if I use a hex editor to edit out the entry points, &quot;freeaddrinfo&quot;, &quot;getaddrinfo&quot;, and &quot;getnameinfo&quot; with &quot;gethostname&quot;.]]></description>
			<content:encoded><![CDATA[<p>I downloaded the latest version of Qemu (0.15.1) and I did a check of the files in Dependency Walker utility and I found that despite Qemu being complied with MSVC++ 2005, the entry point symbols &#8220;freeaddrinfo&#8221;, &#8220;getaddrinfo&#8221; and &#8220;getnameinfo&#8221; are actually related to IPv6 and they only exist in Windows XP Service Pack 1 and later.</p>
<p>For me, the latest version of Qemu can still run on Win2K if I use a hex editor to edit out the entry points, &#8220;freeaddrinfo&#8221;, &#8220;getaddrinfo&#8221;, and &#8220;getnameinfo&#8221; with &#8220;gethostname&#8221;.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: neozeed		</title>
		<link>https://virtuallyfun.com/2011/08/09/qemu-0-15-0-released/comment-page-1/#comment-1076</link>

		<dc:creator><![CDATA[neozeed]]></dc:creator>
		<pubDate>Thu, 01 Sep 2011 18:04:51 +0000</pubDate>
		<guid isPermaLink="false">https://virtuallyfun.com/?p=1214#comment-1076</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://virtuallyfun.com/2011/08/09/qemu-0-15-0-released/comment-page-1/#comment-1075&quot;&gt;Doston&lt;/a&gt;.

Looks like there is some special timer code in there as well that doesn&#039;t run on NT 4.0 or Windows 2000 ... seems they&#039;ve made some big infrastructure updates...]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://virtuallyfun.com/2011/08/09/qemu-0-15-0-released/comment-page-1/#comment-1075">Doston</a>.</p>
<p>Looks like there is some special timer code in there as well that doesn&#8217;t run on NT 4.0 or Windows 2000 &#8230; seems they&#8217;ve made some big infrastructure updates&#8230;</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Doston		</title>
		<link>https://virtuallyfun.com/2011/08/09/qemu-0-15-0-released/comment-page-1/#comment-1075</link>

		<dc:creator><![CDATA[Doston]]></dc:creator>
		<pubDate>Thu, 01 Sep 2011 06:26:26 +0000</pubDate>
		<guid isPermaLink="false">https://virtuallyfun.com/?p=1214#comment-1075</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://virtuallyfun.com/2011/08/09/qemu-0-15-0-released/comment-page-1/#comment-1072&quot;&gt;neozeed&lt;/a&gt;.

Yes, this is a fully updated box (as 2k goes...).]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://virtuallyfun.com/2011/08/09/qemu-0-15-0-released/comment-page-1/#comment-1072">neozeed</a>.</p>
<p>Yes, this is a fully updated box (as 2k goes&#8230;).</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: neozeed		</title>
		<link>https://virtuallyfun.com/2011/08/09/qemu-0-15-0-released/comment-page-1/#comment-1072</link>

		<dc:creator><![CDATA[neozeed]]></dc:creator>
		<pubDate>Wed, 31 Aug 2011 19:14:10 +0000</pubDate>
		<guid isPermaLink="false">https://virtuallyfun.com/?p=1214#comment-1072</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://virtuallyfun.com/2011/08/09/qemu-0-15-0-released/comment-page-1/#comment-1071&quot;&gt;Doston&lt;/a&gt;.

sounds like an old version of Winsock 2.0 ... have you installed Windows 2000 SP4 + the rollup hotfix?]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://virtuallyfun.com/2011/08/09/qemu-0-15-0-released/comment-page-1/#comment-1071">Doston</a>.</p>
<p>sounds like an old version of Winsock 2.0 &#8230; have you installed Windows 2000 SP4 + the rollup hotfix?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Doston		</title>
		<link>https://virtuallyfun.com/2011/08/09/qemu-0-15-0-released/comment-page-1/#comment-1071</link>

		<dc:creator><![CDATA[Doston]]></dc:creator>
		<pubDate>Wed, 31 Aug 2011 19:11:04 +0000</pubDate>
		<guid isPermaLink="false">https://virtuallyfun.com/?p=1214#comment-1071</guid>

					<description><![CDATA[I have windows 2000 installed, and your package does not work. I keep getting &quot;Entry Point Not Found&quot; on the WS2_32.dll (procedure entry point freeaddrinfo not located).  Is this because it will not run on/compile for Windows 2k, or because it was compiled for a different version of Windows?]]></description>
			<content:encoded><![CDATA[<p>I have windows 2000 installed, and your package does not work. I keep getting &#8220;Entry Point Not Found&#8221; on the WS2_32.dll (procedure entry point freeaddrinfo not located).  Is this because it will not run on/compile for Windows 2k, or because it was compiled for a different version of Windows?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Steve		</title>
		<link>https://virtuallyfun.com/2011/08/09/qemu-0-15-0-released/comment-page-1/#comment-1044</link>

		<dc:creator><![CDATA[Steve]]></dc:creator>
		<pubDate>Sat, 27 Aug 2011 16:41:00 +0000</pubDate>
		<guid isPermaLink="false">https://virtuallyfun.com/?p=1214#comment-1044</guid>

					<description><![CDATA[Managed to get it to compile qemu-img by telling it not to exit on error if no glib. Compiles OK and then used strip to cut down on size. It now works with large vdi files :-)]]></description>
			<content:encoded><![CDATA[<p>Managed to get it to compile qemu-img by telling it not to exit on error if no glib. Compiles OK and then used strip to cut down on size. It now works with large vdi files 🙂</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: neozeed		</title>
		<link>https://virtuallyfun.com/2011/08/09/qemu-0-15-0-released/comment-page-1/#comment-1023</link>

		<dc:creator><![CDATA[neozeed]]></dc:creator>
		<pubDate>Thu, 25 Aug 2011 20:40:47 +0000</pubDate>
		<guid isPermaLink="false">https://virtuallyfun.com/?p=1214#comment-1023</guid>

					<description><![CDATA[I installed python (win32 version) then just passed it the path to the python.exe ..  glib2 was the far more involve part after getting pyton installed.]]></description>
			<content:encoded><![CDATA[<p>I installed python (win32 version) then just passed it the path to the python.exe ..  glib2 was the far more involve part after getting pyton installed.</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
