[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: gicv3 maintenance interrupt not triggering
From: |
Peter Maydell |
Subject: |
Re: gicv3 maintenance interrupt not triggering |
Date: |
Wed, 23 Sep 2020 10:44:08 +0100 |
On Wed, 23 Sep 2020 at 09:06, Philippe Mathieu-Daudé <f4bug@amsat.org> wrote:
> On 9/22/20 10:46 PM, Jose Martins wrote:
> > I've compiled QEMU 5.1.0 which I configured using: ./configure
> > --target-list=aarch64-softmmu
>
> You can enable a trivial tracing backend (displaying trace events
> to stderr) as suggested by Peter in (a) by adding
> '--enable-trace-backends=log' to your ./configure.
That does work, but it's much easier to use the -d trace:whatever
suboptions, because those are always built in.
thanks
-- PMM