<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://linux-kvm.org/index.php?action=history&amp;feed=atom&amp;title=PowerPC_440_Guest_Kernel</id>
	<title>PowerPC 440 Guest Kernel - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://linux-kvm.org/index.php?action=history&amp;feed=atom&amp;title=PowerPC_440_Guest_Kernel"/>
	<link rel="alternate" type="text/html" href="https://linux-kvm.org/index.php?title=PowerPC_440_Guest_Kernel&amp;action=history"/>
	<updated>2026-04-30T16:31:23Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.39.5</generator>
	<entry>
		<id>https://linux-kvm.org/index.php?title=PowerPC_440_Guest_Kernel&amp;diff=1989&amp;oldid=prev</id>
		<title>ShaharMintz at 07:39, 11 March 2009</title>
		<link rel="alternate" type="text/html" href="https://linux-kvm.org/index.php?title=PowerPC_440_Guest_Kernel&amp;diff=1989&amp;oldid=prev"/>
		<updated>2009-03-11T07:39:51Z</updated>

		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;== Guest Kernel ==&lt;br /&gt;
&lt;br /&gt;
The &amp;#039;&amp;#039;guest&amp;#039;&amp;#039; kernel is the one you run inside the virtual machine. Our virtual machines emulate the 440EP Bamboo reference board. The guest kernel need not be modified except for one catch: we do not emulate some of the IBM PowerPC-specific SoC peripherals.&lt;br /&gt;
&lt;br /&gt;
=== Download ===&lt;br /&gt;
&lt;br /&gt;
You can use the same source for the guest kernel as the host kernel.&lt;br /&gt;
&lt;br /&gt;
We have only tested the Bamboo platform support in recent Linux kernels (2.6.25+, using &amp;lt;code&amp;gt;arch/powerpc&amp;lt;/code&amp;gt; rather than &amp;lt;code&amp;gt;arch/ppc&amp;lt;/code&amp;gt;).&lt;br /&gt;
&lt;br /&gt;
=== Configure ===&lt;br /&gt;
&lt;br /&gt;
Configure for the &amp;#039;&amp;#039;&amp;#039;Bamboo platform&amp;#039;&amp;#039;&amp;#039;.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Disable&amp;#039;&amp;#039;&amp;#039; the EMAC Ethernet device driver; Qemu does not emulate this device. Instead, &amp;#039;&amp;#039;&amp;#039;enable&amp;#039;&amp;#039;&amp;#039; the VirtIO network driver. Also &amp;#039;&amp;#039;&amp;#039;enable&amp;#039;&amp;#039;&amp;#039; the VirtIO block driver.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 CONFIG_BAMBOO=y&lt;br /&gt;
 # CONFIG_IBM_NEW_EMAC is not set&lt;br /&gt;
 CONFIG_VIRTIO_BLK=y&lt;br /&gt;
 CONFIG_VIRTIO_NET=y&lt;br /&gt;
 CONFIG_VIRTIO=y&lt;br /&gt;
 CONFIG_VIRTIO_RING=y&lt;br /&gt;
 CONFIG_VIRTIO_PCI=y&lt;br /&gt;
 # CONFIG_VIRTIO_BALLOON is not set&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Build ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;make uImage&amp;lt;/code&amp;gt; to produce &amp;lt;code&amp;gt;arch/powerpc/boot/uImage&amp;lt;/code&amp;gt;. This is the file that you will specify on the qemu command line.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
[[Category:PowerPC]]&lt;/div&gt;</summary>
		<author><name>ShaharMintz</name></author>
	</entry>
</feed>