diff options
Diffstat (limited to 'results/classifier/zero-shot/105/semantic/1813305')
| -rw-r--r-- | results/classifier/zero-shot/105/semantic/1813305 | 75 |
1 files changed, 75 insertions, 0 deletions
diff --git a/results/classifier/zero-shot/105/semantic/1813305 b/results/classifier/zero-shot/105/semantic/1813305 new file mode 100644 index 000000000..c01815f65 --- /dev/null +++ b/results/classifier/zero-shot/105/semantic/1813305 @@ -0,0 +1,75 @@ +semantic: 0.858 +mistranslation: 0.826 +device: 0.796 +socket: 0.735 +KVM: 0.735 +instruction: 0.726 +vnc: 0.713 +boot: 0.707 +network: 0.686 +assembly: 0.657 +other: 0.588 +graphic: 0.566 + +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 + +On Fri, Jan 25, 2019 at 02:03:39PM -0000, Christophe Lyon wrote: +> 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. + +Thank you for reporting this. I have sent a patch to fix the makefile. + +Stefan + + +On Tue, 29 Jan 2019 at 03:55, Stefan Hajnoczi <email address hidden> wrote: +> +> On Fri, Jan 25, 2019 at 02:03:39PM -0000, Christophe Lyon wrote: +> > 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. +> +> Thank you for reporting this. I have sent a patch to fix the makefile. +> + +Thanks for the quick patch. + +> Stefan + + +This was fixed by commit 57b7bdf426445d83561, which will be in the 4.0 release. + + |