qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [QEMU]Where are debug logs


From: Brendan Dolan-Gavitt
Subject: Re: [Qemu-devel] [QEMU]Where are debug logs
Date: Tue, 22 Jan 2013 13:12:36 -0500

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 <address@hidden> wrote:
> On Wed, Jan 23, 2013 at 12:58 AM, Brendan Dolan-Gavitt
> <address@hidden> 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

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