diff options
author | Ashijeet Acharya <ashijeetacharya@gmail.com> | 2016-06-18 13:24:02 +0530 |
---|---|---|
committer | Jason Wang <jasowang@redhat.com> | 2016-06-28 10:13:57 +0800 |
commit | 7e8449594c92992342512061160bc846c922016d (patch) | |
tree | 1688bb59986af9fb10cf0153a3bbf586b327c578 /hw/net/rtl8139.c | |
parent | d88d3a093898bd1dc0898c7c87b0d3f555a24a6e (diff) | |
download | qemu-7e8449594c92992342512061160bc846c922016d.tar.gz qemu-7e8449594c92992342512061160bc846c922016d.tar.bz2 qemu-7e8449594c92992342512061160bc846c922016d.zip |
Change net/socket.c to use socket_*() functions
Use socket_*() functions from include/qemu/sockets.h instead of
listen()/bind()/connect()/parse_host_port(). socket_*() fucntions are
QAPI based and this patch performs this api conversion since
everything will be using QAPI based sockets in the future. Also add a
helper function socket_address_to_string() in util/qemu-sockets.c
which returns the string representation of socket address. Thetask was
listed on http://wiki.qemu.org/BiteSizedTasks page.
Signed-off-by: Ashijeet Acharya <ashijeetacharya@gmail.com>
Reviewed-by: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: Jason Wang <jasowang@redhat.com>
Diffstat (limited to 'hw/net/rtl8139.c')
0 files changed, 0 insertions, 0 deletions