<?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: Updated Qemu for MIPS emulation	</title>
	<atom:link href="https://virtuallyfun.com/2010/02/10/updated-qemu-for-mips-emulation/feed/" rel="self" type="application/rss+xml" />
	<link>https://virtuallyfun.com/2010/02/10/updated-qemu-for-mips-emulation/</link>
	<description>Fun with Virtualization</description>
	<lastBuildDate>Mon, 04 Nov 2013 20:28:33 +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/2010/02/10/updated-qemu-for-mips-emulation/comment-page-1/#comment-129</link>

		<dc:creator><![CDATA[Neozeed]]></dc:creator>
		<pubDate>Wed, 24 Feb 2010 17:35:18 +0000</pubDate>
		<guid isPermaLink="false">https://virtuallyfun.com/?p=198#comment-129</guid>

					<description><![CDATA[looking at pc.c &#038; mips_jazz.c it would seem to be a matter of setting up a esp_init instead of allowing the &lt;br /&gt;&lt;br /&gt;pci_create_simple(pci_bus,-1,&#034;lsi53c895a&#034;);&lt;br /&gt;&lt;br /&gt;To do it&#039;s thing....&lt;br /&gt;&lt;br /&gt;I&#039;m sure there has to have been someone out there vendor wise that used the 53c9x chipset, and just clone their settings...]]></description>
			<content:encoded><![CDATA[<p>looking at pc.c &amp; mips_jazz.c it would seem to be a matter of setting up a esp_init instead of allowing the </p>
<p>pci_create_simple(pci_bus,-1,&quot;lsi53c895a&quot;);</p>
<p>To do it&#39;s thing&#8230;.</p>
<p>I&#39;m sure there has to have been someone out there vendor wise that used the 53c9x chipset, and just clone their settings&#8230;</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Neozeed		</title>
		<link>https://virtuallyfun.com/2010/02/10/updated-qemu-for-mips-emulation/comment-page-1/#comment-128</link>

		<dc:creator><![CDATA[Neozeed]]></dc:creator>
		<pubDate>Wed, 24 Feb 2010 17:32:01 +0000</pubDate>
		<guid isPermaLink="false">https://virtuallyfun.com/?p=198#comment-128</guid>

					<description><![CDATA[Oh I&#039;m sorry I didn&#039;t realize it was another chipset!&lt;br /&gt;&lt;br /&gt;sigh, I just launched the MIPS thing to see that yeah, it&#039;s the NCR 53C9x SCSI controller.]]></description>
			<content:encoded><![CDATA[<p>Oh I&#39;m sorry I didn&#39;t realize it was another chipset!</p>
<p>sigh, I just launched the MIPS thing to see that yeah, it&#39;s the NCR 53C9x SCSI controller.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: atar		</title>
		<link>https://virtuallyfun.com/2010/02/10/updated-qemu-for-mips-emulation/comment-page-1/#comment-127</link>

		<dc:creator><![CDATA[atar]]></dc:creator>
		<pubDate>Wed, 24 Feb 2010 11:03:59 +0000</pubDate>
		<guid isPermaLink="false">https://virtuallyfun.com/?p=198#comment-127</guid>

					<description><![CDATA[Probably I misunderstood your post. I thought you launched a MIPS-NT on a MIPS guest. But from the command line above, it looks like it were MIPS host and a usual NT/i386?&lt;br /&gt;&lt;br /&gt;Yes, scsi can be plugged into an i386 machine, but it&#039;s an LSI (as you mentioned) and not ESP. A MIPS machine would have the ESP scsi controller.]]></description>
			<content:encoded><![CDATA[<p>Probably I misunderstood your post. I thought you launched a MIPS-NT on a MIPS guest. But from the command line above, it looks like it were MIPS host and a usual NT/i386?</p>
<p>Yes, scsi can be plugged into an i386 machine, but it&#39;s an LSI (as you mentioned) and not ESP. A MIPS machine would have the ESP scsi controller.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Neozeed		</title>
		<link>https://virtuallyfun.com/2010/02/10/updated-qemu-for-mips-emulation/comment-page-1/#comment-126</link>

		<dc:creator><![CDATA[Neozeed]]></dc:creator>
		<pubDate>Wed, 24 Feb 2010 04:33:45 +0000</pubDate>
		<guid isPermaLink="false">https://virtuallyfun.com/?p=198#comment-126</guid>

					<description><![CDATA[Ok I&#039;m back, and what I&#039;ve re-created is that simply the newer builds of Qemu have the SCSI &#039;waiting&#039; for the i386, you just simply have to attach some devices, and it&#039;ll enable it.&lt;br /&gt;&lt;br /&gt;qemu -L . -hda one.disk -cdrom r:\ISOIMAGES\winnt40wks_sp1_en.iso -d&lt;br /&gt;rive file=scsi.disk,if=scsi -net nic -net user -fda scsi.vfd&lt;br /&gt;&lt;br /&gt;So the above will create a machine generic enough for me to get a scsi disk for WindowsNT 4.0.  The SCSI driver I&#039;m using is this one:&lt;br /&gt;&lt;br /&gt;http://www.lsi.com/cm/License.do?url=http://www.lsi.com/DistributionSystem/AssetDocument/files/support/ssp/sdms/WinNT/nt896.zip&#038;prodName=LSI53C895A&#038;subType=Driver&#038;locale=EN&lt;br /&gt;&lt;br /&gt;Naturally there is no BIOS, so you can&#039;t boot from the scsi disk.. I suppose it wouldn&#039;t stop someone with an LSI controller from copying the ROM though..&lt;br /&gt;&lt;br /&gt;The latest QEMU snapshots don&#039;t get along with Windows NT 4.0, though.. I suspect it&#039;s the new bios, but the new Qemu won&#039;t boot with the old bios either.......]]></description>
			<content:encoded><![CDATA[<p>Ok I&#39;m back, and what I&#39;ve re-created is that simply the newer builds of Qemu have the SCSI &#39;waiting&#39; for the i386, you just simply have to attach some devices, and it&#39;ll enable it.</p>
<p>qemu -L . -hda one.disk -cdrom r:\ISOIMAGES\winnt40wks_sp1_en.iso -d<br />rive file=scsi.disk,if=scsi -net nic -net user -fda scsi.vfd</p>
<p>So the above will create a machine generic enough for me to get a scsi disk for WindowsNT 4.0.  The SCSI driver I&#39;m using is this one:</p>
<p><a href="http://www.lsi.com/cm/License.do?url=http://www.lsi.com/DistributionSystem/AssetDocument/files/support/ssp/sdms/WinNT/nt896.zip&#038;prodName=LSI53C895A&#038;subType=Driver&#038;locale=EN" rel="nofollow ugc">http://www.lsi.com/cm/License.do?url=http://www.lsi.com/DistributionSystem/AssetDocument/files/support/ssp/sdms/WinNT/nt896.zip&#038;prodName=LSI53C895A&#038;subType=Driver&#038;locale=EN</a></p>
<p>Naturally there is no BIOS, so you can&#39;t boot from the scsi disk.. I suppose it wouldn&#39;t stop someone with an LSI controller from copying the ROM though..</p>
<p>The latest QEMU snapshots don&#39;t get along with Windows NT 4.0, though.. I suspect it&#39;s the new bios, but the new Qemu won&#39;t boot with the old bios either&#8230;&#8230;.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: atar		</title>
		<link>https://virtuallyfun.com/2010/02/10/updated-qemu-for-mips-emulation/comment-page-1/#comment-125</link>

		<dc:creator><![CDATA[atar]]></dc:creator>
		<pubDate>Mon, 22 Feb 2010 17:38:38 +0000</pubDate>
		<guid isPermaLink="false">https://virtuallyfun.com/?p=198#comment-125</guid>

					<description><![CDATA[ah, Solaris is not that exiting yet: the versions 2.4 (probably 2.0) - 2.5.1 seem to be fully functional, 2.6 works good in a single user mode, 7-9 boot kernel (have a hack to boot them till single user mode, but don&#039;t have time to rewrite and push it upstream).&lt;br /&gt;&lt;br /&gt;Looking for synergies with other platforms to exclude sparc-specific bugs. Up now I see only two modules which can be in other platforms: ESP (aka Slavio/NCR) and Lance (aka Macio).&lt;br /&gt;&lt;br /&gt;I see from the qemu source that ESP is used in mips[el][64], but don&#039;t know whether ESP is really used by any legacy OS.]]></description>
			<content:encoded><![CDATA[<p>ah, Solaris is not that exiting yet: the versions 2.4 (probably 2.0) &#8211; 2.5.1 seem to be fully functional, 2.6 works good in a single user mode, 7-9 boot kernel (have a hack to boot them till single user mode, but don&#39;t have time to rewrite and push it upstream).</p>
<p>Looking for synergies with other platforms to exclude sparc-specific bugs. Up now I see only two modules which can be in other platforms: ESP (aka Slavio/NCR) and Lance (aka Macio).</p>
<p>I see from the qemu source that ESP is used in mips[el][64], but don&#39;t know whether ESP is really used by any legacy OS.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Neozeed		</title>
		<link>https://virtuallyfun.com/2010/02/10/updated-qemu-for-mips-emulation/comment-page-1/#comment-124</link>

		<dc:creator><![CDATA[Neozeed]]></dc:creator>
		<pubDate>Mon, 22 Feb 2010 16:44:11 +0000</pubDate>
		<guid isPermaLink="false">https://virtuallyfun.com/?p=198#comment-124</guid>

					<description><![CDATA[I&#039;m about to jump on a palne, but tonite I&#039;ll try to dig out what I did, regarding scsi on the pc...&lt;br /&gt;&lt;br /&gt;I modidied the scsi disk enough to identify itself as a tape drive, but it seemed all the software I had wanted specific models....&lt;br /&gt;&lt;br /&gt;one day I&#039;ll have to push harder with tme source and some sunos/solaris source I found.]]></description>
			<content:encoded><![CDATA[<p>I&#39;m about to jump on a palne, but tonite I&#39;ll try to dig out what I did, regarding scsi on the pc&#8230;</p>
<p>I modidied the scsi disk enough to identify itself as a tape drive, but it seemed all the software I had wanted specific models&#8230;.</p>
<p>one day I&#39;ll have to push harder with tme source and some sunos/solaris source I found.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: atar		</title>
		<link>https://virtuallyfun.com/2010/02/10/updated-qemu-for-mips-emulation/comment-page-1/#comment-123</link>

		<dc:creator><![CDATA[atar]]></dc:creator>
		<pubDate>Mon, 22 Feb 2010 15:16:01 +0000</pubDate>
		<guid isPermaLink="false">https://virtuallyfun.com/?p=198#comment-123</guid>

					<description><![CDATA[Tape drive, wow! Have you managed it?&lt;br /&gt;&lt;br /&gt;Though about pci scsi but I&#039;m not sure whether there were any NCR53C9X pci adapters. There were isa ones, but I don&#039;t want to mess with ISA bugs on top of the SCSI-disk and ESP ones :).&lt;br /&gt;&lt;br /&gt;But I thought some MIPS/Jazz/PPC models were equipped with the ESP controller.]]></description>
			<content:encoded><![CDATA[<p>Tape drive, wow! Have you managed it?</p>
<p>Though about pci scsi but I&#39;m not sure whether there were any NCR53C9X pci adapters. There were isa ones, but I don&#39;t want to mess with ISA bugs on top of the SCSI-disk and ESP ones :).</p>
<p>But I thought some MIPS/Jazz/PPC models were equipped with the ESP controller.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Neozeed		</title>
		<link>https://virtuallyfun.com/2010/02/10/updated-qemu-for-mips-emulation/comment-page-1/#comment-122</link>

		<dc:creator><![CDATA[Neozeed]]></dc:creator>
		<pubDate>Mon, 22 Feb 2010 14:39:07 +0000</pubDate>
		<guid isPermaLink="false">https://virtuallyfun.com/?p=198#comment-122</guid>

					<description><![CDATA[I&#039;m pretty sure you can &#039;hack&#039; the source to enable the pci scsi on any pci qemu machine... I&#039;ve done it for the i386 to test some scsi stuff when I had hopes of emulating a tape drive for netware......]]></description>
			<content:encoded><![CDATA[<p>I&#39;m pretty sure you can &#39;hack&#39; the source to enable the pci scsi on any pci qemu machine&#8230; I&#39;ve done it for the i386 to test some scsi stuff when I had hopes of emulating a tape drive for netware&#8230;&#8230;</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: atar		</title>
		<link>https://virtuallyfun.com/2010/02/10/updated-qemu-for-mips-emulation/comment-page-1/#comment-121</link>

		<dc:creator><![CDATA[atar]]></dc:creator>
		<pubDate>Mon, 22 Feb 2010 14:22:26 +0000</pubDate>
		<guid isPermaLink="false">https://virtuallyfun.com/?p=198#comment-121</guid>

					<description><![CDATA[Looks cool! Do you know whether any of qemu platforms where you run NT has the ESP (aka NCR53C9X) SCSI controller? It were a good cross test case for qemu-sparc. &lt;br /&gt;Currently I don&#039;t expect more bugs in ESP, but who knows...]]></description>
			<content:encoded><![CDATA[<p>Looks cool! Do you know whether any of qemu platforms where you run NT has the ESP (aka NCR53C9X) SCSI controller? It were a good cross test case for qemu-sparc. <br />Currently I don&#39;t expect more bugs in ESP, but who knows&#8230;</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
