commit | 101f9cbc2b73340197ec610c095fd69f0b1413ed | [log] [tgz] |
---|---|---|
author | Paolo Bonzini <pbonzini@redhat.com> | Tue Oct 23 21:31:53 2012 +0200 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Tue Oct 23 22:39:16 2012 +0200 |
tree | 5ffa7e8959764f61de599980164328289ce83c89 | |
parent | 0ef3dd6c2de1fa4f80c5aa71fb5fdada0f35cc9a [diff] |
qemu-sockets: add socket_listen, socket_connect, socket_parse These are QAPI-friendly versions of the qemu-sockets functions. They support IP sockets, Unix sockets, and named file descriptors, using a QAPI union to dispatch to the correct function. Reviewed-by: Luiz Capitulino <lcapitulino@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>