OpenSolaris上Qemu使用指南

来源:互联网 发布:php乘法表打印txt文档 编辑:程序博客网 时间:2024/05/16 09:40
I have uploaded a current source drop from the qemu subversion repository, to the download area.  Additionally, there is a new Kernel kqemu module that will allow a 32-bit guest to run on a 64-bit host. The current source base uses a different code generator from the orignial Dyngen one.  The new one is called "TCG" for  "The Code Generator" and is supposed to fix the depenedency on gcc-3.x.  This means that gcc4 and studio 11/12 could be used. Lastly, I've put up instructions on how to compile on OpenSolaris (OS200805) There is a known issue with the kqemu module.  Somewhere between 1.0GB and 1.5GB of ram, a guest may spontaenously panic and abort QEMU.  We have some smart folks working on it, but so far we have made no progress on it. Instructions for Solaris 10/SXCE are found at http://www.opensolaris.org/os/project/qemu/host/QEMU_On_Solaris10_or_SXCE/ and Instructions for OpenSolaris (OS200805) are found at: http://www.opensolaris.org/os/project/qemu/host/BuildingOnOS200805/ Links to all the source are in those pages.