commit | 120a9848c2f667bf8f1a06772dc9cde064d92a7d | [log] [tgz] |
---|---|---|
author | Paolo Bonzini <pbonzini@redhat.com> | Fri Nov 13 13:20:35 2015 +0100 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Thu Dec 17 17:33:48 2015 +0100 |
tree | 0224084fb604678c74628a4e2716beacdb40d3de | |
parent | 13829020556e1571c78802dd4b12e0fbb6c49904 [diff] |
linux-user: avoid "naked" qemu_log Ensure that all log writes are protected by qemu_loglevel_mask or, in serious cases, go to both the log and stderr. Reviewed-by: Laurent Vivier <lvivier@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>