| Solaris |
|
|
Updated kqemu-1.4.0pre1 (fix file name 1.0.4pre1 -> 1.4.0pre1)
and increase default monitor size from 32MB to 128MB.
Updated kqemu-1.3.0pre11 (fix file name 1.0.3pre11 -> 1.3.0pre11)
and increase default monitor size from 32MB to 128MB.
QEMU with the TCG generator and KQEMU-1.4.0pre1 are used together, or
QEMU with the Dyngen generator and KQEMU-1.3.0pre11 are used together.
Do not mix the two code bases.
and
and
pkg install SUNWgcc SUNWgmake SUNWgnu-coreutils SUNWxwinc SUNWgnome-common-devel SUNWgnutls
Consult the dependencies page for more detailed information. Pre-packaged and patched sources are available from the downloads page.
Your path should look something like this if you're using Sun's provided GCC and libSDL (as is available on OS200805):
PATH=/usr/bin:/usr/perl5/bin
If you are compiling QEMU for a 64-bit host on OS200805,
your path should look like:
PATH=/usr/bin/amd64:/usr/bin:/usr/perl5/bin
If you're reading this page, you get the hint that you need to disable the gcc check, which assumes that you haven't read any of the documentation yet. Seeing as you're here, you are expected to be using a recommended gcc compiler...
--target-list="the list of qemu virtual machines that are configured"
32-bit:
./configure --prefix=/opt/qemu --target-list=i386-softmmu --disable-gcc-check
pfexec gmake install
64-bit:
./configure --prefix=/opt/qemu --target-list=x86_64-softmmu,i386-softmmu --disable-gcc-check
pfexec gmake install
(duplicating the contents of README.solaris in the kqemu tarball)
32-bit:
./configure
gmake kqemu32
pfexec gmake install32
pfexec chmod 666 /dev/kqemu
64-bit:
./configure
gmake kqemu64
pfexec gmake install64
pfexec chmod 666 /dev/kqemu
Terms of Use
|
Privacy
|
Trademarks
|
Copyright Policy
|
Site Guidelines
|
Site Map
|
Help
Your use of this web site or any of its content or software indicates your agreement to be bound by these Terms of Use.
© 2012, Oracle Corporation and/or its affiliates.