commit | 0572f558cbc45acdd13ae3548c06ce650641f292 | [log] [tgz] |
---|---|---|
author | Paolo Bonzini <pbonzini@redhat.com> | Tue Oct 27 04:58:26 2020 -0400 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Tue Dec 15 12:51:56 2020 -0500 |
tree | ccd1abeef475cb312a2647916ad833ec59ea2640 | |
parent | f2ce39b4f067fe8b8de6104a2d8ac558d35c330b [diff] |
plugin: propagate errors qemu_finish_machine_init currently can only exit QEMU if it fails. Prepare for giving it proper error propagation, and possibly for adding a plugin_add monitor command that calls an accelerator method. While at it, make all errors from plugin_load look the same. Reviewed-by: Igor Mammedov <imammedo@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>