From mboxrd@z Thu Jan 1 00:00:00 1970 From: Hollis Blanchard Date: Fri, 28 Mar 2008 02:49:36 +0000 Subject: [kvm-ppc-devel] [PATCH 0 of 4] Improve qemu PPC440 device emulation Message-Id: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: kvm-ppc@vger.kernel.org These patches (which will eventually go to qemu-devel) fix qemu's UIC (440 PIC) emulation, and add PCI emulation to our qemu 440 platform. With these applied, guest NFS root works for me (albeit very very slowly). 7 files changed, 504 insertions(+), 11 deletions(-) qemu/hw/i8254.c | 2 qemu/hw/ppc440.c | 31 +++ qemu/hw/ppc440.h | 1 qemu/hw/ppc440_bamboo.c | 15 + qemu/hw/ppc4xx.h | 41 ++++ qemu/hw/ppc4xx_devs.c | 386 ++++++++++++++++++++++++++++++++++++++++++++++- qemu/pc-bios/bamboo.dts | 39 ++++ ------------------------------------------------------------------------- Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace _______________________________________________ kvm-ppc-devel mailing list kvm-ppc-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/kvm-ppc-devel