summaryrefslogtreecommitdiffstats
path: root/linux-user/target_flat.h
diff options
context:
space:
mode:
authorKevin Wolf2021-06-09 17:46:53 +0200
committerKevin Wolf2021-06-30 13:16:03 +0200
commit28770ff935bce723c5799d292bc788770b69a733 (patch)
tree7cace1f0832556f6bc7c1bde6d57dcf6ded918a5 /linux-user/target_flat.h
parentvhost: Add Error parameter to vhost_dev_init() (diff)
downloadqemu-28770ff935bce723c5799d292bc788770b69a733.tar.gz
qemu-28770ff935bce723c5799d292bc788770b69a733.tar.xz
qemu-28770ff935bce723c5799d292bc788770b69a733.zip
vhost: Distinguish errors in vhost_backend_init()
Instead of just returning 0/-1 and letting the caller make up a meaningless error message, add an Error parameter to allow reporting the real error and switch to 0/-errno so that different kind of errors can be distinguished in the caller. Specifically, in vhost-user, EPROTO is used for all errors that relate to the connection itself, whereas other error codes are used for errors relating to the content of the connection. This will allow us later to automatically reconnect when the connection goes away, without ending up in an endless loop if it's a permanent error in the configuration. Signed-off-by: Kevin Wolf <kwolf@redhat.com> Message-Id: <20210609154658.350308-3-kwolf@redhat.com> Reviewed-by: Stefano Garzarella <sgarzare@redhat.com> Reviewed-by: Raphael Norwitz <raphael.norwitz@nutanix.com> Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Diffstat (limited to 'linux-user/target_flat.h')
0 files changed, 0 insertions, 0 deletions