mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-02 23:33:54 -06:00
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>
This commit is contained in:
parent
2fecccbc84
commit
4edb196e20
4 changed files with 31 additions and 15 deletions
|
@ -11,6 +11,7 @@
|
|||
#ifndef QEMU_VHOST_VSOCK_COMMON_H
|
||||
#define QEMU_VHOST_VSOCK_COMMON_H
|
||||
|
||||
#include "qapi/qapi-types-common.h"
|
||||
#include "hw/virtio/virtio.h"
|
||||
#include "hw/virtio/vhost.h"
|
||||
#include "qom/object.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue