summary refs log tree commit diff stats
path: root/include/qemu/module.h
diff options
context:
space:
mode:
authorDaniel P. Berrange <berrange@redhat.com>2016-10-04 14:35:51 +0100
committerStefan Hajnoczi <stefanha@redhat.com>2016-10-12 09:35:54 +0200
commit8ed5372874377af4a84a330eeaff1d9d663ca930 (patch)
tree56df50260e123fea831136b9f3a4b9066cb34430 /include/qemu/module.h
parent7f1b588f20d027730676e627713ae3bbf6baab04 (diff)
downloadfocaccia-qemu-8ed5372874377af4a84a330eeaff1d9d663ca930.tar.gz
focaccia-qemu-8ed5372874377af4a84a330eeaff1d9d663ca930.zip
trace: don't abort qemu if ftrace can't be initialized
If the ftrace backend is compiled into QEMU, any attempt
to start QEMU while non-root will fail due to the
inability to open /sys/kernel/debug/tracing/tracing_on.

Add a fallback into the code so that it connects up the
trace_marker_fd variable to /dev/null when getting
EACCES on the 'trace_on' file. This allows QEMU to
run, with ftrace turned into a no-op.

[Fixed s/setting/getting/ and s/EACCESS/EACCES/ errors pointed out by
Eric Blake <eblake@redhat.com>.
--Stefan]

Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
Message-id: 1475588159-30598-13-git-send-email-berrange@redhat.com
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
Diffstat (limited to 'include/qemu/module.h')
0 files changed, 0 insertions, 0 deletions