summary refs log tree commit diff stats
path: root/results/classifier/zero-shot/108/other/519
diff options
context:
space:
mode:
authorChristian Krinitsin <mail@krinitsin.com>2025-07-03 19:39:53 +0200
committerChristian Krinitsin <mail@krinitsin.com>2025-07-03 19:39:53 +0200
commitdee4dcba78baf712cab403d47d9db319ab7f95d6 (patch)
tree418478faf06786701a56268672f73d6b0b4eb239 /results/classifier/zero-shot/108/other/519
parent4d9e26c0333abd39bdbd039dcdb30ed429c475ba (diff)
downloadqemu-analysis-dee4dcba78baf712cab403d47d9db319ab7f95d6.tar.gz
qemu-analysis-dee4dcba78baf712cab403d47d9db319ab7f95d6.zip
restructure results
Diffstat (limited to 'results/classifier/zero-shot/108/other/519')
-rw-r--r--results/classifier/zero-shot/108/other/51948
1 files changed, 48 insertions, 0 deletions
diff --git a/results/classifier/zero-shot/108/other/519 b/results/classifier/zero-shot/108/other/519
new file mode 100644
index 000000000..c2ec3f15f
--- /dev/null
+++ b/results/classifier/zero-shot/108/other/519
@@ -0,0 +1,48 @@
+graphic: 0.917
+device: 0.902
+socket: 0.866
+performance: 0.840
+network: 0.839
+PID: 0.831
+vnc: 0.820
+KVM: 0.775
+boot: 0.749
+debug: 0.730
+permissions: 0.722
+files: 0.585
+semantic: 0.425
+other: 0.370
+
+xive: An extra '0x' prefix when printing hex values in the trace.
+Description of problem:
+The trace functions corresponding to the functions below print certain
+parameters with a double "0x" prefix, i.e., with "0x0x".
+
+
+- xive_source_esb_read
+- xive_source_esb_write
+- xive_tctx_tm_write
+- xive_tctx_tm_read
+Steps to reproduce:
+1. Execute the command line on a terminal
+2. Watch the terminal for the output.
+Additional information:
+Sample output:
+
+    xive_end_source_read END 0x0/0xf @0x0x1e0800
+    xive_source_esb_read @0x0x210c00 IRQ 0x10 val=0x0x1  
+    xive_tctx_tm_read @0x0x10038 sz=1 val=0x0
+    xive_tctx_tm_write @0x0x10038 sz=1 val=0x80
+    xive_tctx_tm_read @0x0x10038 sz=1 val=0x80
+    xive_end_source_read END 0x0/0xf @0x0x1e0800
+    xive_source_esb_read @0x0x210c00 IRQ 0x10 val=0x0x1
+    xive_tctx_tm_read @0x0x10038 sz=1 val=0x0
+    xive_tctx_tm_write @0x0x10038 sz=1 val=0x80
+    xive_tctx_tm_read @0x0x10038 sz=1 val=0x80
+
+The source lines at fault:
+
+    xive_source_esb_read(uint64_t addr, uint32_t srcno, uint64_t value) "@0x0x%"PRIx64" IRQ 0x%x val=0x0x%"PRIx64
+    xive_source_esb_write(uint64_t addr, uint32_t srcno, uint64_t value) "@0x0x%"PRIx64" IRQ 0x%x val=0x0x%"PRIx64
+    xive_tctx_tm_write(uint64_t offset, unsigned int size, uint64_t value) "@0x0x%"PRIx64" sz=%d val=0x%" PRIx64
+    xive_tctx_tm_read(uint64_t offset, unsigned int size, uint64_t value) "@0x0x%"PRIx64" sz=%d val=0x%" PRIx64