summary refs log tree commit diff stats
path: root/results/classifier/deepseek-2-tmp/output/manual-review/1391942
diff options
context:
space:
mode:
Diffstat (limited to 'results/classifier/deepseek-2-tmp/output/manual-review/1391942')
-rw-r--r--results/classifier/deepseek-2-tmp/output/manual-review/139194218
1 files changed, 0 insertions, 18 deletions
diff --git a/results/classifier/deepseek-2-tmp/output/manual-review/1391942 b/results/classifier/deepseek-2-tmp/output/manual-review/1391942
deleted file mode 100644
index 982f6058..00000000
--- a/results/classifier/deepseek-2-tmp/output/manual-review/1391942
+++ /dev/null
@@ -1,18 +0,0 @@
-
-Unnecessary events option of the trace argument with UST backend
-
-When running configure with the --enable-trace-backends=ust option the user should not have to specify a the "events" and "file" options because they are not used with that tracing framework.
-
-Right now, in order the use this option the need to specify a dummy events file.
-
-This fails:
-$> qemu-system-x86_64 -hda debian_wheezy_amd64_standard.qcow2 -trace -m 512               
-qemu-system-x86_64: -trace -m: Invalid parameter '-m'
-
-This works:
-$> qemu-system-x86_64 -hda debian_wheezy_amd64_standard.qcow2 -trace events=dummy-events.txt -m 512
-VNC server running on `127.0.0.1:5900'
-
-I am using version:
-$> qemu-system-x86_64 --version 
-QEMU emulator version 2.1.90, Copyright (c) 2003-2008 Fabrice Bellard
\ No newline at end of file