These are runtime options to QEMU. For example: "qemu-system-x86_64 -D
~/qemu_debug.log -d in_asm".

Or are you trying to add *new* debugging statements to QEMU? If so,
look at the functions in qemu-log.h, and at the constants defined in
exec.c.

-Brendan

On Tue, Jan 22, 2013 at 12:59 PM, harryxiyou <harryxi...@gmail.com> wrote:
> On Wed, Jan 23, 2013 at 12:58 AM, Brendan Dolan-Gavitt
> <brenda...@gatech.edu> wrote:
>> Assuming you're using one of the -d options to qemu, they will by
>> default go into /tmp/qemu.log.
>
> How to add -d options to qemu.(Configure qemu/configure or Makefile?)
>
>> You can also specify where to put the debug log using the -D option.
>
> How to use -D option while compile?
>
>
> --
> Thanks
> Harry Wei

Reply via email to