qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] cpu_x86() ?


From: Jun Koi
Subject: [Qemu-devel] cpu_x86() ?
Date: Tue, 1 Nov 2011 18:45:46 +0800

hi,

the way cpu_exec() is defined is really confused to me.

in cpu-exec.c, we define cpu_exec() function.

however, each architecture seems to redefine cpu_exec(), like we have
in target-i386/cpu.h

#define cpu_exec cpu_x86_exec

so which cpu_exec() is executed in case of tcg/x86?

also, i cannot find the definition of cpu_x86_exec() anywhere.

somebody please help?

thanks,
Jun



reply via email to

[Prev in Thread] Current Thread [Next in Thread]