Page 1 of 1

QEMU 0.9.0 has been released, kqemu is open source now..

Posted: Tue Feb 06, 2007 8:30 pm
by Brynet-Inc
Hey all, I've noticed a great deal of users here use QEMU to test out their Operating Systems.

Version 0.9.0 of QEMU has been released (Quite a leap from 0.8.2..)

Another notable change is the fact that KQEMU (QEMU Accelerator Module) has been open sourced (Apparently).
http://fabrice.bellard.free.fr/qemu/index.html wrote:Feb 6, 2007
The QEMU Accelerator version 1.3.0pre11 is available in Open Source under the GNU General Public License. A detailed technical specification and API description is available.

Feb 5, 2007
QEMU version 0.9.0 is out.
http://fabrice.bellard.free.fr/qemu/index.html

Posted: Tue Feb 06, 2007 10:20 pm
by Alboin
.... Awesome... As you can tell, I'm very excited. Also, I'm quite surprised that kqemu was open sourced... Hmm...

Code: Select all

./configure
make
Ahh!!!! No, well, I guess I stuck with 8.2, as I get compile issues with gcc 4.1. (Which they have yet to fix...) Although, I have installed the open sourced kqemu... (If that works with 8.2 , that is.) Well... Thanks for the news!

Posted: Mon Mar 05, 2007 2:05 pm
by maddog39
Just install gcc-3.3x from your repository. Most have both versions. Then change the compiler to gcc-3.3 or whatever in makefile.am and rebuild configure with the script that should be provided.