summary refs log tree commit diff stats
path: root/results/classifier/accel-gemma3:12b/tcg/1813305
blob: 8a3d845aa6f243f1afcd99599c785e01054f6a90 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
trace-root.h is not regerenerated after re-configure

Hi,

I've just realized that after I reconfigured my qemu with
../configure --target-list=arm-softmmu,arm-linux-user,aarch64-softmmu,aarch64-linux-user --enable-trace-backends=simple

$ make
did rebuild some stuff for the 'simple' trace, but it did not update trace-root.h until after I
$ make clean


I took me while to understand why I didn't get the traces I wanted (my trace-root.h still thought it was configured for the default 'log').

I didn't check how easy it is to fix this in the build system.

Thanks