commit | 2fa9044a4fe8c6c9c215785d1abce4db6063a6f9 | [log] [tgz] |
---|---|---|
author | Paolo Bonzini <pbonzini@redhat.com> | Wed Jan 08 11:14:29 2020 +0100 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Wed Jan 08 11:14:49 2020 +0100 |
tree | 09817014d7f69a7b7b8b06ad3e6eaaebe0a7f74f | |
parent | 71f8d3b0e669b093309b435fda125ce7dcdcd19d [diff] |
chardev: use QEMUChrEvent instead of int This uses the QEMUChrEvent enum everywhere except in IOEventHandler. The IOEventHandler change needs to happen at once for all front ends and is done with Coccinelle in the next patch. (Extracted from a patch by Philippe Mathieu-Daudé). Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>