qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH v5 12/20] trace: don't abort qemu if ftrace can'


From: Stefan Hajnoczi
Subject: Re: [Qemu-devel] [PATCH v5 12/20] trace: don't abort qemu if ftrace can't be initialized
Date: Mon, 3 Oct 2016 14:59:02 +0100
User-agent: Mutt/1.7.0 (2016-08-17)

On Wed, Sep 28, 2016 at 02:08:15PM +0100, Daniel P. Berrange wrote:
> 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/trace_on.

s/trace_on/tracing_on/

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

I wonder whether a warning is appropriate.  It depends on the situation
because maybe QEMU was compiled with multiple backends and we don't care
about ftrace when it fails to initialize...

Stefan

Attachment: signature.asc
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]