Robert Dickel wrote: >I installed the kqemu kernel module and the new package and I get the >following: > >QEMU 0.8.2 monitor - type 'help' for more information >(qemu) info kqemu >kqemu support: not compiled >(qemu) > >
Are you running the amd64 64 bit kernel? Which qemu binary are you running? I get the following when running /opt/SUNWqemu/bin/qemu on a 32bit HOST kernel (with Win98SE as guest) : /opt/SUNWqemu/bin/qemu -m 256m -k en-us -localtime /export/home/c.img__WIN98SE -monitor stdio QEMU 0.8.2 monitor - type 'help' for more information (qemu) info kqemu kqemu support: enabled for user code (qemu) You are probably running the HOST's 64 bit kernel, but are running a 32bit binary, and kqemu doesn't work because of that (claiming, support wasn't compiled in). Is that the case? The current implementation of Fabrice Bellard's closed src kqemu module doesn't yet support 32bit vs. 64bit bit-mixing of isainfo -k versus bittnes of binary. But future support may come some day, if I understood that correctly. See into kqemu-wrapper's src and README for more information. -- Martin