[Qemu-devel] helper qemu-0.13.0 make error
hi everyone i try to make qemu-0.13.0 ./configure --target-list=i386-linux-user make the report :Makefile:84: *** missing `endif'. Stop. my gcc version :gcc version 4.1.2 20080704 (Red Hat 4.1.2-44) thanks
[Qemu-devel]ask for help
i want to modify the register allocation algorithms in the qemu.(x86->mios) maybe i want to change the cpu register map on the host. for example, map the %eax to the s7 directly to reduce the memory access. i am a binginner with the qemu,how to start this work? thank you.