commit | 65603a801e14a89701b359cd12d7c5b1764e6de1 | [log] [tgz] |
---|---|---|
author | Greg Kurz <groug@kaod.org> | Mon Jan 08 11:18:23 2018 +0100 |
committer | Greg Kurz <groug@kaod.org> | Mon Jan 08 11:18:23 2018 +0100 |
tree | 34aa64744c3e906cd3e940135a1c2aac24fecd12 | |
parent | 91cda4e8f372602795e3a2f4bd2e3adaf9f82255 [diff] |
fsdev: improve error handling of backend init This patch changes some error messages in the backend init code and convert backends to propagate QEMU Error objects instead of calling error_report(). One notable improvement is that the local backend now provides a more detailed error report when it fails to open the shared directory. Signed-off-by: Greg Kurz <groug@kaod.org>