qapi: Improve documentation of file descriptor socket addresses
commit4edb196e209e21c4bc5e10f5873fded1d4565f94
authorMarkus Armbruster <armbru@redhat.com>
Mon, 5 Feb 2024 07:47:07 +0000 (5 08:47 +0100)
committerMarkus Armbruster <armbru@redhat.com>
Mon, 12 Feb 2024 09:04:32 +0000 (12 10:04 +0100)
treedeb83cf34691f613a1f44510f2189dc171f0bde0
parent2fecccbc841b7225be44f759a22ff245d274bb65
qapi: Improve documentation of file descriptor socket addresses

SocketAddress branch @fd is documented in enum SocketAddressType,
unlike the other branches.  That's because the branch's type is String
from common.json.

Use a local copy of String, so we can put the documentation in the
usual place.

Signed-off-by: Markus Armbruster <armbru@redhat.com>
Message-ID: <20240205074709.3613229-14-armbru@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
chardev/char-socket.c
include/hw/virtio/vhost-vsock-common.h
qapi/sockets.json
util/qemu-sockets.c