qmp: stop dumping stack trace to logs on EOF
An EOF on a channel is a normal part of any session, which can only happen in one place. This does not justify dumping an exception traceback to the logs. Treat EOFError separately from other exceptions which are genuinely unexpected and thus do justify the traceback.
Signed-off-by: Daniel P. Berrangé berrange@redhat.com