<?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: Added UDP to Qemu0.90	</title>
	<atom:link href="https://virtuallyfun.com/2019/03/18/added-udp-to-qemu0-90/feed/" rel="self" type="application/rss+xml" />
	<link>https://virtuallyfun.com/2019/03/18/added-udp-to-qemu0-90/</link>
	<description>Fun with Virtualization</description>
	<lastBuildDate>Mon, 01 Apr 2019 14:10:07 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.0.4</generator>
	<item>
		<title>
		By: neozeed		</title>
		<link>https://virtuallyfun.com/2019/03/18/added-udp-to-qemu0-90/comment-page-1/#comment-210910</link>

		<dc:creator><![CDATA[neozeed]]></dc:creator>
		<pubDate>Mon, 01 Apr 2019 14:10:07 +0000</pubDate>
		<guid isPermaLink="false">https://virtuallyfun.com/wordpress/?p=9286#comment-210910</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://virtuallyfun.com/2019/03/18/added-udp-to-qemu0-90/comment-page-1/#comment-210898&quot;&gt;Nick B.&lt;/a&gt;.

Cool. the big change was printing out what it is doing instead of dead silence.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://virtuallyfun.com/2019/03/18/added-udp-to-qemu0-90/comment-page-1/#comment-210898">Nick B.</a>.</p>
<p>Cool. the big change was printing out what it is doing instead of dead silence.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Nick B.		</title>
		<link>https://virtuallyfun.com/2019/03/18/added-udp-to-qemu0-90/comment-page-1/#comment-210898</link>

		<dc:creator><![CDATA[Nick B.]]></dc:creator>
		<pubDate>Mon, 01 Apr 2019 11:04:17 +0000</pubDate>
		<guid isPermaLink="false">https://virtuallyfun.com/wordpress/?p=9286#comment-210898</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://virtuallyfun.com/2019/03/18/added-udp-to-qemu0-90/comment-page-1/#comment-210896&quot;&gt;Nick B.&lt;/a&gt;.

So after I commented out those two lines it builds and runs. Tested with:
&lt;pre&gt;
$ qemu -vnc 0.0.0.0:1 -hda dos622.img
added SLIRP
adding a [GenuineIntelC] family 5 model 4 stepping 3 CPU
Could not open &#039;/dev/kqemu&#039; - QEMU acceleration layer not activated
added 128 megabytes of RAM
trying to load video rom /home/nick/qrmu090b/share/qemu/vgabios-cirrus.bin
added parallel port 0x378 7
added pci_ne2k irq 16
pci_piix3_ide_init PIIX3 IDE
ide_init2 [0] s-&gt;cylinders 507 s-&gt;heads 16 s-&gt;sectors 63
ide_init2 [1] s-&gt;cylinders 0 s-&gt;heads 0 s-&gt;sectors 0
added PS/2 keyboard
ps2.c added PS/2 mouse handler
kbd_init adding PS/2 mouse
added Floppy Controller 0x3f0 irq 6 dma 2
installing PS/2 mouse in CMOS
  Bus  0, device   0, function 0:
    Host bridge: PCI device 8086:1237
  Bus  0, device   1, function 0:
    ISA bridge: PCI device 8086:7000
  Bus  0, device   1, function 1:
    IDE controller: PCI device 8086:7010
      BAR4: I/O at 0xffffffff [0x000e].
  Bus  0, device   1, function 3:
    Class 0680: PCI device 8086:7113
      IRQ 0.
  Bus  0, device   2, function 0:
    VGA controller: PCI device 1013:00b8
      BAR0: 32 bit memory at 0xffffffff [0x01fffffe].
      BAR1: 32 bit memory at 0xffffffff [0x00000ffe].
  Bus  0, device   3, function 0:
    Ethernet controller: PCI device 10ec:8029
      IRQ 0.
      BAR0: I/O at 0xffffffff [0x00fe].
&lt;/pre&gt;]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://virtuallyfun.com/2019/03/18/added-udp-to-qemu0-90/comment-page-1/#comment-210896">Nick B.</a>.</p>
<p>So after I commented out those two lines it builds and runs. Tested with:</p>
<pre>
$ qemu -vnc 0.0.0.0:1 -hda dos622.img
added SLIRP
adding a [GenuineIntelC] family 5 model 4 stepping 3 CPU
Could not open '/dev/kqemu' - QEMU acceleration layer not activated
added 128 megabytes of RAM
trying to load video rom /home/nick/qrmu090b/share/qemu/vgabios-cirrus.bin
added parallel port 0x378 7
added pci_ne2k irq 16
pci_piix3_ide_init PIIX3 IDE
ide_init2 [0] s->cylinders 507 s->heads 16 s->sectors 63
ide_init2 [1] s->cylinders 0 s->heads 0 s->sectors 0
added PS/2 keyboard
ps2.c added PS/2 mouse handler
kbd_init adding PS/2 mouse
added Floppy Controller 0x3f0 irq 6 dma 2
installing PS/2 mouse in CMOS
  Bus  0, device   0, function 0:
    Host bridge: PCI device 8086:1237
  Bus  0, device   1, function 0:
    ISA bridge: PCI device 8086:7000
  Bus  0, device   1, function 1:
    IDE controller: PCI device 8086:7010
      BAR4: I/O at 0xffffffff [0x000e].
  Bus  0, device   1, function 3:
    Class 0680: PCI device 8086:7113
      IRQ 0.
  Bus  0, device   2, function 0:
    VGA controller: PCI device 1013:00b8
      BAR0: 32 bit memory at 0xffffffff [0x01fffffe].
      BAR1: 32 bit memory at 0xffffffff [0x00000ffe].
  Bus  0, device   3, function 0:
    Ethernet controller: PCI device 10ec:8029
      IRQ 0.
      BAR0: I/O at 0xffffffff [0x00fe].
</pre>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Nick B.		</title>
		<link>https://virtuallyfun.com/2019/03/18/added-udp-to-qemu0-90/comment-page-1/#comment-210896</link>

		<dc:creator><![CDATA[Nick B.]]></dc:creator>
		<pubDate>Mon, 01 Apr 2019 10:46:26 +0000</pubDate>
		<guid isPermaLink="false">https://virtuallyfun.com/wordpress/?p=9286#comment-210896</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://virtuallyfun.com/2019/03/18/added-udp-to-qemu0-90/comment-page-1/#comment-210893&quot;&gt;Nick B.&lt;/a&gt;.

After applying my previous fixes (removing references to mpu401 in Makefile.target and hw/pc.c) it now fails with this.

&lt;pre&gt;
vl.o: In function `select_mpu401hw&#039;:
/home/nick/qemu090b-010419/vl.c:6671: undefined reference to `MPU401List&#039;
/home/nick/qemu090b-010419/vl.c:6667: undefined reference to `MPU401List&#039;
&lt;/pre&gt;]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://virtuallyfun.com/2019/03/18/added-udp-to-qemu0-90/comment-page-1/#comment-210893">Nick B.</a>.</p>
<p>After applying my previous fixes (removing references to mpu401 in Makefile.target and hw/pc.c) it now fails with this.</p>
<pre>
vl.o: In function `select_mpu401hw':
/home/nick/qemu090b-010419/vl.c:6671: undefined reference to `MPU401List'
/home/nick/qemu090b-010419/vl.c:6667: undefined reference to `MPU401List'
</pre>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Nick B.		</title>
		<link>https://virtuallyfun.com/2019/03/18/added-udp-to-qemu0-90/comment-page-1/#comment-210893</link>

		<dc:creator><![CDATA[Nick B.]]></dc:creator>
		<pubDate>Mon, 01 Apr 2019 10:17:06 +0000</pubDate>
		<guid isPermaLink="false">https://virtuallyfun.com/wordpress/?p=9286#comment-210893</guid>

					<description><![CDATA[Looks like it&#039;s available from here: lassauge.free.fr/qemu/release/

I&#039;ll try another build later and let you know!]]></description>
			<content:encoded><![CDATA[<p>Looks like it&#8217;s available from here: lassauge.free.fr/qemu/release/</p>
<p>I&#8217;ll try another build later and let you know!</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: neozeed		</title>
		<link>https://virtuallyfun.com/2019/03/18/added-udp-to-qemu0-90/comment-page-1/#comment-210795</link>

		<dc:creator><![CDATA[neozeed]]></dc:creator>
		<pubDate>Sun, 31 Mar 2019 10:55:24 +0000</pubDate>
		<guid isPermaLink="false">https://virtuallyfun.com/wordpress/?p=9286#comment-210795</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://virtuallyfun.com/2019/03/18/added-udp-to-qemu0-90/comment-page-1/#comment-210792&quot;&gt;Nick B.&lt;/a&gt;.

If you can find it, I&#039;d be interested!

I assume you got the latest thing to build?  I think I broke the source. again. lol]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://virtuallyfun.com/2019/03/18/added-udp-to-qemu0-90/comment-page-1/#comment-210792">Nick B.</a>.</p>
<p>If you can find it, I&#8217;d be interested!</p>
<p>I assume you got the latest thing to build?  I think I broke the source. again. lol</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Nick B.		</title>
		<link>https://virtuallyfun.com/2019/03/18/added-udp-to-qemu0-90/comment-page-1/#comment-210792</link>

		<dc:creator><![CDATA[Nick B.]]></dc:creator>
		<pubDate>Sun, 31 Mar 2019 10:42:25 +0000</pubDate>
		<guid isPermaLink="false">https://virtuallyfun.com/wordpress/?p=9286#comment-210792</guid>

					<description><![CDATA[I have another variation of 0.9.0 I downloaded from somewhere a few years back, the zip is qemu-0.9.1-windows.zip and it contains source, binaries and some patches referred to as &lt;i&gt;Mr.Kazu&#039;s qemu-0.9.0-patches&lt;/i&gt; that link back to a defunct .jp website.]]></description>
			<content:encoded><![CDATA[<p>I have another variation of 0.9.0 I downloaded from somewhere a few years back, the zip is qemu-0.9.1-windows.zip and it contains source, binaries and some patches referred to as <i>Mr.Kazu&#8217;s qemu-0.9.0-patches</i> that link back to a defunct .jp website.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: neozeed		</title>
		<link>https://virtuallyfun.com/2019/03/18/added-udp-to-qemu0-90/comment-page-1/#comment-210064</link>

		<dc:creator><![CDATA[neozeed]]></dc:creator>
		<pubDate>Thu, 21 Mar 2019 03:29:37 +0000</pubDate>
		<guid isPermaLink="false">https://virtuallyfun.com/wordpress/?p=9286#comment-210064</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://virtuallyfun.com/2019/03/18/added-udp-to-qemu0-90/comment-page-1/#comment-210047&quot;&gt;Nick B.&lt;/a&gt;.

Ok, I installed Debian 4, which is easy to install GCC-3.4 and I made some minor changes and now it&#039;ll build on Linux.  I just did the doom test, and quakeworld for MS-DOS although I&#039;m using the normal built in SLiRP.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://virtuallyfun.com/2019/03/18/added-udp-to-qemu0-90/comment-page-1/#comment-210047">Nick B.</a>.</p>
<p>Ok, I installed Debian 4, which is easy to install GCC-3.4 and I made some minor changes and now it&#8217;ll build on Linux.  I just did the doom test, and quakeworld for MS-DOS although I&#8217;m using the normal built in SLiRP.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Nick B.		</title>
		<link>https://virtuallyfun.com/2019/03/18/added-udp-to-qemu0-90/comment-page-1/#comment-210047</link>

		<dc:creator><![CDATA[Nick B.]]></dc:creator>
		<pubDate>Wed, 20 Mar 2019 19:40:29 +0000</pubDate>
		<guid isPermaLink="false">https://virtuallyfun.com/wordpress/?p=9286#comment-210047</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://virtuallyfun.com/2019/03/18/added-udp-to-qemu0-90/comment-page-1/#comment-210032&quot;&gt;neozeed&lt;/a&gt;.

Unfortunately it still tries to compile mpu401.c and fails.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://virtuallyfun.com/2019/03/18/added-udp-to-qemu0-90/comment-page-1/#comment-210032">neozeed</a>.</p>
<p>Unfortunately it still tries to compile mpu401.c and fails.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: neozeed		</title>
		<link>https://virtuallyfun.com/2019/03/18/added-udp-to-qemu0-90/comment-page-1/#comment-210032</link>

		<dc:creator><![CDATA[neozeed]]></dc:creator>
		<pubDate>Wed, 20 Mar 2019 16:29:32 +0000</pubDate>
		<guid isPermaLink="false">https://virtuallyfun.com/wordpress/?p=9286#comment-210032</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://virtuallyfun.com/2019/03/18/added-udp-to-qemu0-90/comment-page-1/#comment-210026&quot;&gt;Nick B.&lt;/a&gt;.

not surprising on the mpu401 it includes windows specific stuff with no #ifdef&#039;s....

I pushed an update that may isolate the Win32 code, let me know if that does the trick.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://virtuallyfun.com/2019/03/18/added-udp-to-qemu0-90/comment-page-1/#comment-210026">Nick B.</a>.</p>
<p>not surprising on the mpu401 it includes windows specific stuff with no #ifdef&#8217;s&#8230;.</p>
<p>I pushed an update that may isolate the Win32 code, let me know if that does the trick.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Nick B.		</title>
		<link>https://virtuallyfun.com/2019/03/18/added-udp-to-qemu0-90/comment-page-1/#comment-210026</link>

		<dc:creator><![CDATA[Nick B.]]></dc:creator>
		<pubDate>Wed, 20 Mar 2019 12:40:03 +0000</pubDate>
		<guid isPermaLink="false">https://virtuallyfun.com/wordpress/?p=9286#comment-210026</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://virtuallyfun.com/2019/03/18/added-udp-to-qemu0-90/comment-page-1/#comment-210007&quot;&gt;neozeed&lt;/a&gt;.

Well it&#039;s close - I can build the original 090. I grabbed your snapshot and the only file that fails to build with multiple errors is hw/mpu401.c - maybe I&#039;m missing a header file somewhere. I eventually got it to built by removing references to mpu401 in Makefile.target and hw/pc.c. Target is i386-softmmu, compiler is gcc 3.4.6 on a Centos 6 i686 VM. 

Now I&#039;ll go find something to test it with.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://virtuallyfun.com/2019/03/18/added-udp-to-qemu0-90/comment-page-1/#comment-210007">neozeed</a>.</p>
<p>Well it&#8217;s close &#8211; I can build the original 090. I grabbed your snapshot and the only file that fails to build with multiple errors is hw/mpu401.c &#8211; maybe I&#8217;m missing a header file somewhere. I eventually got it to built by removing references to mpu401 in Makefile.target and hw/pc.c. Target is i386-softmmu, compiler is gcc 3.4.6 on a Centos 6 i686 VM. </p>
<p>Now I&#8217;ll go find something to test it with.</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
