summaryrefslogtreecommitdiff
path: root/blockdev-nbd.c
diff options
context:
space:
mode:
authorMarkus Armbruster <armbru@redhat.com>2017-03-30 19:43:11 +0200
committerMax Reitz <mreitz@redhat.com>2017-04-03 17:11:39 +0200
commita6c76285f2e41535527a46edf4d158a2779545e1 (patch)
tree2957f1ebb21317f39da1fa2d3e0cb19af585ad0b /blockdev-nbd.c
parentd2e49aad7259af943b72be761ee5c18e14acd71a (diff)
downloadqemu-a6c76285f2e41535527a46edf4d158a2779545e1.tar.gz
io vnc sockets: Clean up SocketAddressKind switches
We have quite a few switches over SocketAddressKind. Some have case labels for all enumeration values, others rely on a default label. Some abort when the value isn't a valid SocketAddressKind, others report an error then. Unify as follows. Always provide case labels for all enumeration values, to clarify intent. Abort when the value isn't a valid SocketAddressKind, because the program state is messed up then. Improve a few error messages while there. Signed-off-by: Markus Armbruster <armbru@redhat.com> Reviewed-by: Max Reitz <mreitz@redhat.com> Message-id: 1490895797-29094-4-git-send-email-armbru@redhat.com Signed-off-by: Max Reitz <mreitz@redhat.com>
Diffstat (limited to 'blockdev-nbd.c')
0 files changed, 0 insertions, 0 deletions