On Wed, Nov 3, 2010 at 6:00 PM, Ramon Dustet <[email protected]> wrote:
> Teck Choon Giam <giamteckchoon <at> gmail.com> writes:
>
>
>> # grep kvm_handle_internal_error ./*
>> ./kvm-all.c:static void kvm_handle_internal_error(CPUState *env,
>> struct kvm_run *run)
>> ./kvm-all.c:            kvm_handle_internal_error(env, run);
>> ./qemu-kvm.c:            kvm_handle_internal_error(env, run);
>
>
> I had the same problem, the solution is to clean the /usr/local/ directory 
> from
> qemu-kvm and kvm stuff from earlier installation and compilations.

Thanks for sharing your solution.  I able to compile successfully and
there isn't a need to do any cleaning.  What I did is to shutdown all
VMs before compiling.  I guess there is some checks/tests for kvm
processes during compilation which might leads to failure.  Previous
versions I don't have to do such :/  One issue is SDL.h and
SDL_thread.h not found error which there are found in /usr/include/SDL
and by reading the rules.mk I just pass the option to make as below:

make QEMU_DGFLAGS="-I /usr/include/SDL"

Thanks.

Kindest regards,
Giam Teck Choon
--
To unsubscribe from this list: send the line "unsubscribe kvm" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to