<?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 starts to add more Dec Alpha support.	</title>
	<atom:link href="https://virtuallyfun.com/2011/05/16/qemu-starts-to-add-more-dec-alpha-support/feed/" rel="self" type="application/rss+xml" />
	<link>https://virtuallyfun.com/2011/05/16/qemu-starts-to-add-more-dec-alpha-support/</link>
	<description>Fun with Virtualization</description>
	<lastBuildDate>Tue, 17 May 2011 16:58:40 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.0</generator>
	<item>
		<title>
		By: bamdad		</title>
		<link>https://virtuallyfun.com/2011/05/16/qemu-starts-to-add-more-dec-alpha-support/comment-page-1/#comment-497</link>

		<dc:creator><![CDATA[bamdad]]></dc:creator>
		<pubDate>Tue, 17 May 2011 16:58:40 +0000</pubDate>
		<guid isPermaLink="false">https://virtuallyfun.com/?p=538#comment-497</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://virtuallyfun.com/2011/05/16/qemu-starts-to-add-more-dec-alpha-support/comment-page-1/#comment-492&quot;&gt;neozeed&lt;/a&gt;.

of course - it&#039;s my favourite blog after all. : ) a great place to learn stuff, feel nostalgic, or just take a break from school/work. and commenting is a lot easier in wordpress, although i&#039;d opt for a darker background that&#039;s easier on the eyes.

anyway, i&#039;m mainly waiting for PA-RISC emulation so that i can migrate my old HP-UX install from an old brain-dead workstation of mine. i know some work has been done by someone in the past, but the HPPAQEMU sourceforge page has no files, and they claim to only support linux.

well, you can&#039;t have everything.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://virtuallyfun.com/2011/05/16/qemu-starts-to-add-more-dec-alpha-support/comment-page-1/#comment-492">neozeed</a>.</p>
<p>of course &#8211; it&#8217;s my favourite blog after all. : ) a great place to learn stuff, feel nostalgic, or just take a break from school/work. and commenting is a lot easier in wordpress, although i&#8217;d opt for a darker background that&#8217;s easier on the eyes.</p>
<p>anyway, i&#8217;m mainly waiting for PA-RISC emulation so that i can migrate my old HP-UX install from an old brain-dead workstation of mine. i know some work has been done by someone in the past, but the HPPAQEMU sourceforge page has no files, and they claim to only support linux.</p>
<p>well, you can&#8217;t have everything.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: neozeed		</title>
		<link>https://virtuallyfun.com/2011/05/16/qemu-starts-to-add-more-dec-alpha-support/comment-page-1/#comment-495</link>

		<dc:creator><![CDATA[neozeed]]></dc:creator>
		<pubDate>Tue, 17 May 2011 04:11:58 +0000</pubDate>
		<guid isPermaLink="false">https://virtuallyfun.com/?p=538#comment-495</guid>

					<description><![CDATA[I just happened to have Qemu 0.8 -&gt; 0.14.1 hanging around and this is what I found....

&lt;code&gt;
./qemu-0.10.0/hppa-dis.c
./qemu-0.10.0/hppa.ld
./qemu-0.10.0/tcg/hppa
./qemu-0.10.5/hppa-dis.c
./qemu-0.10.5/hppa.ld
./qemu-0.10.5/tcg/hppa
./qemu-0.11.0/hppa-dis.c
./qemu-0.11.0/hppa.ld
./qemu-0.11.0/tcg/hppa
./qemu-0.12.0/hppa-dis.c
./qemu-0.12.0/hppa.ld
./qemu-0.12.0/tcg/hppa
./qemu-0.12.5/hppa-dis.c
./qemu-0.12.5/hppa.ld
./qemu-0.12.5/tcg/hppa
./qemu-0.13.0/hppa-dis.c
./qemu-0.13.0/hppa.ld
./qemu-0.13.0/tcg/hppa
./qemu-0.14.0/hppa-dis.c
./qemu-0.14.0/hppa.ld
./qemu-0.14.0/tcg/hppa
./qemu-0.14.1/hppa-dis.c
./qemu-0.14.1/hppa.ld
./qemu-0.14.1/tcg/hppa&lt;/code&gt;

It appears (I could be wrong) that this code is in as a guest, allowing the HPPA to run foreign exe&#039;s and OS&#039;s, not other OS&#039;s to run HPPA stuff.  If I had an HPPA box I guess I&#039;d know more, but alas, I do not.

Looking &lt;a href=&quot;http://hppaqemu.sourceforge.net/&quot; rel=&quot;nofollow&quot;&gt;here&lt;/a&gt; it appears someone was working on it at one point...]]></description>
			<content:encoded><![CDATA[<p>I just happened to have Qemu 0.8 -> 0.14.1 hanging around and this is what I found&#8230;.</p>
<p><code><br />
./qemu-0.10.0/hppa-dis.c<br />
./qemu-0.10.0/hppa.ld<br />
./qemu-0.10.0/tcg/hppa<br />
./qemu-0.10.5/hppa-dis.c<br />
./qemu-0.10.5/hppa.ld<br />
./qemu-0.10.5/tcg/hppa<br />
./qemu-0.11.0/hppa-dis.c<br />
./qemu-0.11.0/hppa.ld<br />
./qemu-0.11.0/tcg/hppa<br />
./qemu-0.12.0/hppa-dis.c<br />
./qemu-0.12.0/hppa.ld<br />
./qemu-0.12.0/tcg/hppa<br />
./qemu-0.12.5/hppa-dis.c<br />
./qemu-0.12.5/hppa.ld<br />
./qemu-0.12.5/tcg/hppa<br />
./qemu-0.13.0/hppa-dis.c<br />
./qemu-0.13.0/hppa.ld<br />
./qemu-0.13.0/tcg/hppa<br />
./qemu-0.14.0/hppa-dis.c<br />
./qemu-0.14.0/hppa.ld<br />
./qemu-0.14.0/tcg/hppa<br />
./qemu-0.14.1/hppa-dis.c<br />
./qemu-0.14.1/hppa.ld<br />
./qemu-0.14.1/tcg/hppa</code></p>
<p>It appears (I could be wrong) that this code is in as a guest, allowing the HPPA to run foreign exe&#8217;s and OS&#8217;s, not other OS&#8217;s to run HPPA stuff.  If I had an HPPA box I guess I&#8217;d know more, but alas, I do not.</p>
<p>Looking <a href="http://hppaqemu.sourceforge.net/" rel="nofollow">here</a> it appears someone was working on it at one point&#8230;</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Eric		</title>
		<link>https://virtuallyfun.com/2011/05/16/qemu-starts-to-add-more-dec-alpha-support/comment-page-1/#comment-494</link>

		<dc:creator><![CDATA[Eric]]></dc:creator>
		<pubDate>Tue, 17 May 2011 03:48:12 +0000</pubDate>
		<guid isPermaLink="false">https://virtuallyfun.com/?p=538#comment-494</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://virtuallyfun.com/2011/05/16/qemu-starts-to-add-more-dec-alpha-support/comment-page-1/#comment-492&quot;&gt;neozeed&lt;/a&gt;.

There was an HPPA branch project at one point, but I think it&#039;s abandoned now.

It&#039;d be cool to see QEMU fully run the original OSes for non-x86 targets, graphics and all.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://virtuallyfun.com/2011/05/16/qemu-starts-to-add-more-dec-alpha-support/comment-page-1/#comment-492">neozeed</a>.</p>
<p>There was an HPPA branch project at one point, but I think it&#8217;s abandoned now.</p>
<p>It&#8217;d be cool to see QEMU fully run the original OSes for non-x86 targets, graphics and all.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: neozeed		</title>
		<link>https://virtuallyfun.com/2011/05/16/qemu-starts-to-add-more-dec-alpha-support/comment-page-1/#comment-492</link>

		<dc:creator><![CDATA[neozeed]]></dc:creator>
		<pubDate>Tue, 17 May 2011 02:21:29 +0000</pubDate>
		<guid isPermaLink="false">https://virtuallyfun.com/?p=538#comment-492</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://virtuallyfun.com/2011/05/16/qemu-starts-to-add-more-dec-alpha-support/comment-page-1/#comment-491&quot;&gt;bamdad&lt;/a&gt;.

I&#039;m sure at some point in time it&#039;ll happen... Itanium or HPPA? Well I guess it really comes down to someone finding the need/time and doing it.  Hell they did port binutils/gcc to the HPPA &#038; Itanium so .. anything is possible.

I&#039;m glad you found this place.. :)

I hope commenting here wasn&#039;t too painful...!]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://virtuallyfun.com/2011/05/16/qemu-starts-to-add-more-dec-alpha-support/comment-page-1/#comment-491">bamdad</a>.</p>
<p>I&#8217;m sure at some point in time it&#8217;ll happen&#8230; Itanium or HPPA? Well I guess it really comes down to someone finding the need/time and doing it.  Hell they did port binutils/gcc to the HPPA &amp; Itanium so .. anything is possible.</p>
<p>I&#8217;m glad you found this place.. 🙂</p>
<p>I hope commenting here wasn&#8217;t too painful&#8230;!</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: bamdad		</title>
		<link>https://virtuallyfun.com/2011/05/16/qemu-starts-to-add-more-dec-alpha-support/comment-page-1/#comment-491</link>

		<dc:creator><![CDATA[bamdad]]></dc:creator>
		<pubDate>Tue, 17 May 2011 01:38:12 +0000</pubDate>
		<guid isPermaLink="false">https://virtuallyfun.com/?p=538#comment-491</guid>

					<description><![CDATA[so.. do you think that HP-UX emulation will be possible in the near future? (btw i&#039;m &#039;casaubon&#039; from the old blog, congratulations on the new one)]]></description>
			<content:encoded><![CDATA[<p>so.. do you think that HP-UX emulation will be possible in the near future? (btw i&#8217;m &#8216;casaubon&#8217; from the old blog, congratulations on the new one)</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
