Activity log for bug #1391942

Date Who What changed Old value New value Message
2014-11-12 16:01:38 Francis Deslauriers bug added bug
2014-11-12 16:02:31 Francis Deslauriers description 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 When running configure with the --enable-trace-backends=ust option and compiling. 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
2020-11-19 20:48:51 Thomas Huth qemu: status New Incomplete
2021-01-19 04:17:54 Launchpad Janitor qemu: status Incomplete Expired