commit | 1c3af0f4f04bd6e6729783a48bb51ca1eb5c3baf | [log] [tgz] |
---|---|---|
author | Paolo Bonzini <pbonzini@redhat.com> | Mon Oct 12 09:51:41 2015 +0200 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Mon Oct 19 10:13:07 2015 +0200 |
tree | ac0b727ed40500cd4a22e4f51ef439564f289cb8 | |
parent | 479f09a130f774b0275134b5c44081ea71fe00b3 [diff] |
qemu-char: cleanup after completed conversion to cd->create All backends now return errors through Error*, so the "Failed to create chardev" placeholder error can only be reached if the backend is not available (and only from the chardev-add QMP command; instead, the -chardev command line option fails earlier). Reviewed-by: Eric Blake <eblake@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>