From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HHI66-0002gT-5j for qemu-devel@nongnu.org; Wed, 14 Feb 2007 06:14:50 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HHI64-0002gH-On for qemu-devel@nongnu.org; Wed, 14 Feb 2007 06:14:49 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HHI64-0002gE-MN for qemu-devel@nongnu.org; Wed, 14 Feb 2007 06:14:48 -0500 Received: from mail.gmx.net ([213.165.64.20]) by monty-python.gnu.org with smtp (Exim 4.52) id 1HHI64-00060d-8i for qemu-devel@nongnu.org; Wed, 14 Feb 2007 06:14:48 -0500 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="us-ascii" Date: Wed, 14 Feb 2007 12:14:47 +0100 From: "Martin Bochnig" Message-ID: <20070214111447.40890@gmx.net> MIME-Version: 1.0 Subject: [Qemu-devel] How to get started __/__ Re: PATCH: Whole kqemu module can be natively built on Solaris now Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-discuss@opensolaris.org, qemu-devel@nongnu.org, opensolaris-discuss@opensolaris.org > OPEN kqemu accelerator FULL src && bins : > http://opensolaris.org/os/project/qemu/downloads/kqemu-1.3.0pre11__sol10FCSplus_20070214_src_and_bins.tar.bz2 --->> A) To install precompiled module (on eitehr amd64 or i386): Step 0.) Extract and go into folder Step 1.) # gmake osol-install Step 2.) reconfigure devices or reboot host Step 3.) use it (see kqemu docs at www.qemu.com) B) To compile yourself (on either amd64 or i386 Solaris10_FCS or higher): Step 0.) Extract and go into folder Step 1.) # ./configure Step 2.) # gmake Step 3.) # gmake osol-install Step 4.) reconfigure devices or reboot host Step 5.) use it (see kqemu docs at www.qemu.com) Very general note: kqemu will only work if host-system-kernel == qemu-binary-target == qemu-guest. Please ensure that first, before wondering about kqemu related stderr output.