Another possibility is that you're not running the same version of qemu as the architecture of the machine.
Try using one of the following for x86 systems : qemu-system-i80586 qemu-system-i80686 qemu-system-x86_64 Using 64-bit vs 32-bit is probably the main issue here. HTH, Darren. Ben Taylor wrote: >> I compiled SFEqemu (amd64 platform) with the CBE >> environment. >> The package installs fine. After some fiddling with >> devlinks.tab the >> kqemu driver is loaded. Permissions had to be set in >> minor_prefs too. >> >> However, I get the foolowing error starting qemu: >> >> "Error -1 while initializing QEMU acceleration layer >> - diabling it for >> now" > > Generally speaking, you either have to chmod 660 /dev/kqemu > or use setfacl to give your specific user permission to > the device. > > Not sure where they got the code from (hopefully, from the > Qemu project page). > > Ben > > > This message posted from opensolaris.org > _______________________________________________ > desktop-discuss mailing list > desktop-discuss at opensolaris.org
