Re: [Qemu-devel] Lack of codes in logging

2012-05-28 Thread Max Filippov
On Tue, May 29, 2012 at 8:25 AM, Yue Chen wrote: > Do you know how to use that? When I use "log(-d) exec" and "log(-d) pcall", > the "qemu.log" is always empty. AFAIK exec only prints execution trace in the debug build of QEMU. -- Thanks. -- Max

Re: [Qemu-devel] Lack of codes in logging

2012-05-28 Thread Wei-Ren Chen
On Tue, May 29, 2012 at 12:25:51AM -0400, Yue Chen wrote: > Do you know how to use that? When I use "log(-d) exec" and "log(-d) pcall", > the > "qemu.log" is always empty. `qemu -d in_asm,exec` will do. Regards, chenwj -- Wei-Ren Chen (陳韋任) Computer Systems Lab, Institute of Information Scie

Re: [Qemu-devel] Lack of codes in logging

2012-05-28 Thread Yue Chen
Do you know how to use that? When I use* "log(-d) exec" and "log(-d) pcall"*, the "qemu.log" is always empty. On Mon, May 28, 2012 at 10:47 PM, 陳韋任 (Wei-Ren Chen) < che...@iis.sinica.edu.tw> wrote: > On Mon, May 28, 2012 at 10:37:47PM -0400, Yue Chen wrote: > > What's the helper function? Thanks.