diff options
| author | Wenchao Xia | 2014-06-18 08:43:50 +0200 |
|---|---|---|
| committer | Luiz Capitulino | 2014-06-23 17:12:28 +0200 |
| commit | 7cfadb6b5291765d360137ac5cab78729bde0272 (patch) | |
| tree | b0775d34afb98cad5838bb263174880810b9e2cc /include | |
| parent | qapi event: convert VNC events (diff) | |
| download | qemu-7cfadb6b5291765d360137ac5cab78729bde0272.tar.gz qemu-7cfadb6b5291765d360137ac5cab78729bde0272.tar.xz qemu-7cfadb6b5291765d360137ac5cab78729bde0272.zip | |
qapi event: convert SPICE events
SPICE_INITIALIZED, SPICE_CONNECTED, SPICE_DISCONNECTED and
SPICE_MIGRATE_COMPLETED are converted in one patch, since they
use some common functions. inet_strfamily() is removed since no
callers exist anymore.
Note that there is no existing doc for SPICE_MIGRATE_COMPLETED
in docs/qmp/qmp-events.txt before this patch.
Signed-off-by: Wenchao Xia <wenchaoqemu@gmail.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com>
Diffstat (limited to 'include')
| -rw-r--r-- | include/qemu/sockets.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/qemu/sockets.h b/include/qemu/sockets.h index af24669c7b..fdbb196787 100644 --- a/include/qemu/sockets.h +++ b/include/qemu/sockets.h @@ -61,7 +61,6 @@ int inet_nonblocking_connect(const char *str, void *opaque, Error **errp); int inet_dgram_opts(QemuOpts *opts, Error **errp); -const char *inet_strfamily(int family); NetworkAddressFamily inet_netfamily(int family); int unix_listen_opts(QemuOpts *opts, Error **errp); |
