<?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: Revisiting AIX 4.3 on Qemu	</title>
	<atom:link href="https://virtuallyfun.com/2022/11/08/revisiting-aix-4-3-on-qemu/feed/" rel="self" type="application/rss+xml" />
	<link>https://virtuallyfun.com/2022/11/08/revisiting-aix-4-3-on-qemu/</link>
	<description>Fun with Virtualization</description>
	<lastBuildDate>Mon, 08 Jan 2024 19:26:41 +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/2022/11/08/revisiting-aix-4-3-on-qemu/comment-page-1/#comment-348736</link>

		<dc:creator><![CDATA[neozeed]]></dc:creator>
		<pubDate>Mon, 08 Jan 2024 19:26:41 +0000</pubDate>
		<guid isPermaLink="false">https://virtuallyfun.com/?p=12033#comment-348736</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://virtuallyfun.com/2022/11/08/revisiting-aix-4-3-on-qemu/comment-page-1/#comment-348735&quot;&gt;Carl&lt;/a&gt;.

Wow that’s… a lot of disables!!  Glad to see you got it working!!]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://virtuallyfun.com/2022/11/08/revisiting-aix-4-3-on-qemu/comment-page-1/#comment-348735">Carl</a>.</p>
<p>Wow that’s… a lot of disables!!  Glad to see you got it working!!</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Carl		</title>
		<link>https://virtuallyfun.com/2022/11/08/revisiting-aix-4-3-on-qemu/comment-page-1/#comment-348735</link>

		<dc:creator><![CDATA[Carl]]></dc:creator>
		<pubDate>Mon, 08 Jan 2024 19:08:10 +0000</pubDate>
		<guid isPermaLink="false">https://virtuallyfun.com/?p=12033#comment-348735</guid>

					<description><![CDATA[I had to add a few extra disables to your configure script to get it to build but it does still build fine on &quot;gcc version 13.2.1 20230801&quot;.

Heres what work for me...

#!/bin/bash

export GIT_SSL_NO_VERIFY=true
./configure \
--target-list=ppc-softmmu \
--disable-sdl \
--disable-vnc \
--disable-gtk \
--disable-gnutls \
--disable-nettle \
--disable-gcrypt \
--disable-spice \
--disable-numa \
--disable-libxml2 \
--disable-vde \
--disable-werror \
--disable-seccomp \
--disable-capstone \
--disable-vhost-net \
--disable-vhost-crypto \
--disable-vhost-scsi \
--disable-vhost-vsock \
--disable-vhost-user \
--disable-tpm \
--disable-glusterfs \
--disable-opengl \
--disable-virglrenderer \
--disable-live-block-migration]]></description>
			<content:encoded><![CDATA[<p>I had to add a few extra disables to your configure script to get it to build but it does still build fine on &#8220;gcc version 13.2.1 20230801&#8221;.</p>
<p>Heres what work for me&#8230;</p>
<p>#!/bin/bash</p>
<p>export GIT_SSL_NO_VERIFY=true<br />
./configure \<br />
&#8211;target-list=ppc-softmmu \<br />
&#8211;disable-sdl \<br />
&#8211;disable-vnc \<br />
&#8211;disable-gtk \<br />
&#8211;disable-gnutls \<br />
&#8211;disable-nettle \<br />
&#8211;disable-gcrypt \<br />
&#8211;disable-spice \<br />
&#8211;disable-numa \<br />
&#8211;disable-libxml2 \<br />
&#8211;disable-vde \<br />
&#8211;disable-werror \<br />
&#8211;disable-seccomp \<br />
&#8211;disable-capstone \<br />
&#8211;disable-vhost-net \<br />
&#8211;disable-vhost-crypto \<br />
&#8211;disable-vhost-scsi \<br />
&#8211;disable-vhost-vsock \<br />
&#8211;disable-vhost-user \<br />
&#8211;disable-tpm \<br />
&#8211;disable-glusterfs \<br />
&#8211;disable-opengl \<br />
&#8211;disable-virglrenderer \<br />
&#8211;disable-live-block-migration</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: neozeed		</title>
		<link>https://virtuallyfun.com/2022/11/08/revisiting-aix-4-3-on-qemu/comment-page-1/#comment-340610</link>

		<dc:creator><![CDATA[neozeed]]></dc:creator>
		<pubDate>Fri, 13 Oct 2023 08:50:58 +0000</pubDate>
		<guid isPermaLink="false">https://virtuallyfun.com/?p=12033#comment-340610</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://virtuallyfun.com/2022/11/08/revisiting-aix-4-3-on-qemu/comment-page-1/#comment-340599&quot;&gt;Stephen Hocking&lt;/a&gt;.

strange as I&#039;ve been rebooting that install so many times..]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://virtuallyfun.com/2022/11/08/revisiting-aix-4-3-on-qemu/comment-page-1/#comment-340599">Stephen Hocking</a>.</p>
<p>strange as I&#8217;ve been rebooting that install so many times..</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Stephen Hocking		</title>
		<link>https://virtuallyfun.com/2022/11/08/revisiting-aix-4-3-on-qemu/comment-page-1/#comment-340599</link>

		<dc:creator><![CDATA[Stephen Hocking]]></dc:creator>
		<pubDate>Fri, 13 Oct 2023 05:43:37 +0000</pubDate>
		<guid isPermaLink="false">https://virtuallyfun.com/?p=12033#comment-340599</guid>

					<description><![CDATA[Installing that xlc as per instructions seems to break the box on the next bootup - I suspect one of the packages overwrites a runtime library. I compromised by installing gcc-2.95 (plus a bunch of other stuff) from the honeywell 
freeware archives - https://archive.org/details/bull-freeware-aix433-2013]]></description>
			<content:encoded><![CDATA[<p>Installing that xlc as per instructions seems to break the box on the next bootup &#8211; I suspect one of the packages overwrites a runtime library. I compromised by installing gcc-2.95 (plus a bunch of other stuff) from the honeywell<br />
freeware archives &#8211; <a href="https://archive.org/details/bull-freeware-aix433-2013" rel="nofollow ugc">https://archive.org/details/bull-freeware-aix433-2013</a></p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
