]> git.proxmox.com Git - mirror_qemu.git/commit
qapi event: convert SPICE events
authorWenchao Xia <wenchaoqemu@gmail.com>
Wed, 18 Jun 2014 06:43:50 +0000 (08:43 +0200)
committerLuiz Capitulino <lcapitulino@redhat.com>
Mon, 23 Jun 2014 15:12:28 +0000 (11:12 -0400)
commit7cfadb6b5291765d360137ac5cab78729bde0272
treeb0775d34afb98cad5838bb263174880810b9e2cc
parentfb6ba0d5256cca2f1e844c03a7a51dd0a7982ac2
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>
docs/qmp/qmp-events.txt
include/qemu/sockets.h
qapi-event.json
ui/spice-core.c
util/qemu-sockets.c