commit | 6975b713e695e7f1c24a5437fe71fe45381aeebf | [log] [tgz] |
---|---|---|
author | Paolo Bonzini <pbonzini@redhat.com> | Wed Jun 18 08:43:56 2014 +0200 |
committer | Luiz Capitulino <lcapitulino@redhat.com> | Mon Jun 23 11:12:28 2014 -0400 |
tree | 39c14e74aee235e0a3a55a9d4b2267614d799d77 | |
parent | db39fcf1f690b02d612e2bfc00980700887abe03 [diff] |
qemu-char: do not call chr_write directly Make the mux always go through qemu_chr_fe_write, so that we'll get the mutex for the underlying chardev. Reviewed-by: Fam Zheng <famz@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com>