Martin Bochnig
2007-Feb-14 11:14 UTC
[qemu-discuss] How to get started __/__ Re: PATCH: Whole kqemu module can be natively built on Solaris now
> 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.