diff options
Diffstat (limited to 'results/classifier/zero-shot/108/other/2733')
| -rw-r--r-- | results/classifier/zero-shot/108/other/2733 | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/results/classifier/zero-shot/108/other/2733 b/results/classifier/zero-shot/108/other/2733 new file mode 100644 index 00000000..1c8eeb9a --- /dev/null +++ b/results/classifier/zero-shot/108/other/2733 @@ -0,0 +1,27 @@ +device: 0.887 +graphic: 0.612 +semantic: 0.530 +network: 0.519 +performance: 0.505 +vnc: 0.460 +PID: 0.433 +debug: 0.418 +boot: 0.333 +socket: 0.303 +permissions: 0.301 +other: 0.229 +files: 0.196 +KVM: 0.010 + +-machine raspi4b won't dump dtb +Description of problem: +the raspi4b machine won't dump tdb +Steps to reproduce: +``` +$ qemu-system-aarch64 -machine virt -machine dumpdtb=p.dmp +qemu-system-aarch64: info: dtb dumped to p.dmp. Exiting. +$ qemu-system-aarch64 -machine raspi4b -machine dumpdtb=p.dmp +``` +notice no dtb is dumped for the raspi4b machine +Additional information: +see also https://gitlab.com/qemu-project/qemu/-/issues/2729 |