OP wrote: > On an amd64 platform I must run the qemu-system-x86_64 binary to get > kqemu support right?
Yes, but that alone is not enough: The binary needs to match the kernel, that is amd64 in this case. You would have to use /opt/SUNWqemu/bin/64/qemu-system-x86_64 NOT /opt/SUNWqemu/bin/qemu-system-x86_64 See this: bash-3.00# /opt/SUNWqemu/bin/64/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: not compiled (qemu) bash-3.00# /opt/SUNWqemu/bin/64/qemu-system-x86_64 -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) q bash-3.00# /opt/SUNWqemu/bin/qemu-system-x86_64 -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: not compiled (qemu) q bash-3.00# > > Martin Bochnig wrote: > >> Martin Bochnig wrote: >> >>> Martin Bochnig wrote: >>> >>> >>> >>>> 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) >>>>> >>>>> >>>>> >>> To make it clearer: >>> >>> See the same binaries as adm64 versions in >>> >>> /opt/SUNWqemu/bin/64 for trying out (experimental) kqemu support on >>> a HOST running the 64bit kernel. >>> >>> >> >> >> >> FYI: >> >> This is what you would get with the totally unstable "-kernel-kqemu" >> kernel kqemu support activated: >> >> # file /opt/SUNWqemu/bin/qemu >> /opt/SUNWqemu/bin/qemu: ELF 32-bit LSB executable 80386 Version 1, >> dynamically linked, stripped >> # file /opt/SUNWqemu/bin/64/qemu >> /opt/SUNWqemu/bin/64/qemu: ELF 64-bit LSB executable AMD64 Version 1, >> dynamically linked, stripped >> # >> # uname -a >> SunOS AMD64-Ultra20 5.11 marTux_0.2 i86pc i386 i86pc >> # isainfo -k >> i386 >> # >> >> ======>> >> >> # /opt/SUNWqemu/bin/qemu -m 256m -k en-us -localtime >> /export/home/c.img__WIN98SE -monitor stdio -kernel-kqemu >> QEMU 0.8.2 monitor - type 'help' for more information >> (qemu) info kqemu >> kqemu support: enabled for user and kernel code >> (qemu) >> <<====== >> >> >> -Martin >> >> >> > >