commit | 36617792b45b5d46d574af4f6ebb3f35c77d1e69 | [log] [tgz] |
---|---|---|
author | Marc-André Lureau <marcandre.lureau@redhat.com> | Thu Jun 18 14:39:49 2015 +0200 |
committer | Marc-André Lureau <marcandre.lureau@redhat.com> | Sat Oct 24 18:02:49 2015 +0200 |
tree | fd085d514ee7295941b200074bcdc89ae9732068 | |
parent | f59bb37898d6ff44cdf68bfbadaf3bd260ae465e [diff] |
ivshmem: improve error handling The test whether the chardev is an AF_UNIX socket rejects "-chardev socket,id=chr0,path=/tmp/foo,server,nowait -device ivshmem,chardev=chr0", but fails to explain why. Use an explicit error on why a chardev may be rejected. Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com> Reviewed-by: Claudio Fontana <claudio.fontana@huawei.com>