In qemu, when we are giving instructions it gets converted to the machine code for the particular architecture. I would like to write this code to a file. For that i think in cpu-exec.c the generated code is got(it is returned for execution).How will i copy it to a file?
/qemu-0.14.0/cpu-exec.c Thanks