* [Qemu-devel] how to get the "intermediate tcg" string output to debug qemu?
@ 2018-12-19 8:22 tugouxp
2018-12-19 12:13 ` Alex Bennée
0 siblings, 1 reply; 4+ messages in thread
From: tugouxp @ 2018-12-19 8:22 UTC (permalink / raw)
To: qemu-devel
hi folks:
i want to get the translated tcg operations printed on my test pattern, so is there any way to get this for convenient?
thanks for your kindley help.
^ permalink raw reply [flat|nested] 4+ messages in thread
* [Qemu-devel] how to get the "intermediate tcg" string output to debug qemu?
@ 2018-12-19 8:34 tugouxp
2018-12-19 18:08 ` Richard Henderson
0 siblings, 1 reply; 4+ messages in thread
From: tugouxp @ 2018-12-19 8:34 UTC (permalink / raw)
To: qemu-devel
hi folks:
i want to get the translated tcg operations printed on my test pattern, so is there any way to get this for convenient?
thanks for your kindley help.
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [Qemu-devel] how to get the "intermediate tcg" string output to debug qemu?
2018-12-19 8:22 [Qemu-devel] how to get the "intermediate tcg" string output to debug qemu? tugouxp
@ 2018-12-19 12:13 ` Alex Bennée
0 siblings, 0 replies; 4+ messages in thread
From: Alex Bennée @ 2018-12-19 12:13 UTC (permalink / raw)
To: qemu-devel
tugouxp <13824125580@163.com> writes:
> hi folks:
> i want to get the translated tcg operations printed on my test
> pattern, so is there any way to get this for convenient?
$QEMU -d help
You can use something like
$QEMU -d in_asm,op,op_opt,out_asm
If you want lots of output.
>
>
> thanks for your kindley help.
--
Alex Bennée
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [Qemu-devel] how to get the "intermediate tcg" string output to debug qemu?
2018-12-19 8:34 tugouxp
@ 2018-12-19 18:08 ` Richard Henderson
0 siblings, 0 replies; 4+ messages in thread
From: Richard Henderson @ 2018-12-19 18:08 UTC (permalink / raw)
To: tugouxp, qemu-devel
On 12/19/18 12:34 AM, tugouxp wrote:
> hi folks:
> i want to get the translated tcg operations printed on my test pattern, so is there any way to get this for convenient?
-D logfile -d op
will put the unoptimized tcg operations into the logfile.
Use "op_opt" for the optimized tcg operations.
r~
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2018-12-19 18:08 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-12-19 8:22 [Qemu-devel] how to get the "intermediate tcg" string output to debug qemu? tugouxp
2018-12-19 12:13 ` Alex Bennée
-- strict thread matches above, loose matches on Subject: below --
2018-12-19 8:34 tugouxp
2018-12-19 18:08 ` Richard Henderson
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.