/qemu/tests/unit/ |
H A D | io-channel-helpers.h | 559607ea173a0003efda7f884bec73b242f923fb Fri Feb 27 16:19:33 UTC 2015 Daniel P. Berrange <berrange@redhat.com> io: add QIOChannelSocket class
Implement a QIOChannel subclass that supports sockets I/O. The implementation is able to manage a single socket file descriptor, whether a TCP/UNIX listener, TCP/UNIX connection, or a UDP datagram. It provides APIs which can listen and connect either asynchronously or synchronously. Since there is no asynchronous DNS lookup API available, it uses the QIOTask helper for spawning a background thread to ensure non-blocking operation.
Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
|
H A D | io-channel-helpers.c | 559607ea173a0003efda7f884bec73b242f923fb Fri Feb 27 16:19:33 UTC 2015 Daniel P. Berrange <berrange@redhat.com> io: add QIOChannelSocket class
Implement a QIOChannel subclass that supports sockets I/O. The implementation is able to manage a single socket file descriptor, whether a TCP/UNIX listener, TCP/UNIX connection, or a UDP datagram. It provides APIs which can listen and connect either asynchronously or synchronously. Since there is no asynchronous DNS lookup API available, it uses the QIOTask helper for spawning a background thread to ensure non-blocking operation.
Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
|
H A D | test-io-channel-socket.c | 559607ea173a0003efda7f884bec73b242f923fb Fri Feb 27 16:19:33 UTC 2015 Daniel P. Berrange <berrange@redhat.com> io: add QIOChannelSocket class
Implement a QIOChannel subclass that supports sockets I/O. The implementation is able to manage a single socket file descriptor, whether a TCP/UNIX listener, TCP/UNIX connection, or a UDP datagram. It provides APIs which can listen and connect either asynchronously or synchronously. Since there is no asynchronous DNS lookup API available, it uses the QIOTask helper for spawning a background thread to ensure non-blocking operation.
Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
|
/qemu/include/io/ |
H A D | channel-socket.h | 559607ea173a0003efda7f884bec73b242f923fb Fri Feb 27 16:19:33 UTC 2015 Daniel P. Berrange <berrange@redhat.com> io: add QIOChannelSocket class
Implement a QIOChannel subclass that supports sockets I/O. The implementation is able to manage a single socket file descriptor, whether a TCP/UNIX listener, TCP/UNIX connection, or a UDP datagram. It provides APIs which can listen and connect either asynchronously or synchronously. Since there is no asynchronous DNS lookup API available, it uses the QIOTask helper for spawning a background thread to ensure non-blocking operation.
Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
|
/qemu/include/qemu/ |
H A D | sockets.h | 559607ea173a0003efda7f884bec73b242f923fb Fri Feb 27 16:19:33 UTC 2015 Daniel P. Berrange <berrange@redhat.com> io: add QIOChannelSocket class
Implement a QIOChannel subclass that supports sockets I/O. The implementation is able to manage a single socket file descriptor, whether a TCP/UNIX listener, TCP/UNIX connection, or a UDP datagram. It provides APIs which can listen and connect either asynchronously or synchronously. Since there is no asynchronous DNS lookup API available, it uses the QIOTask helper for spawning a background thread to ensure non-blocking operation.
Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
|
/qemu/io/ |
H A D | channel-socket.c | 559607ea173a0003efda7f884bec73b242f923fb Fri Feb 27 16:19:33 UTC 2015 Daniel P. Berrange <berrange@redhat.com> io: add QIOChannelSocket class
Implement a QIOChannel subclass that supports sockets I/O. The implementation is able to manage a single socket file descriptor, whether a TCP/UNIX listener, TCP/UNIX connection, or a UDP datagram. It provides APIs which can listen and connect either asynchronously or synchronously. Since there is no asynchronous DNS lookup API available, it uses the QIOTask helper for spawning a background thread to ensure non-blocking operation.
Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
|
/qemu/util/ |
H A D | qemu-sockets.c | 559607ea173a0003efda7f884bec73b242f923fb Fri Feb 27 16:19:33 UTC 2015 Daniel P. Berrange <berrange@redhat.com> io: add QIOChannelSocket class
Implement a QIOChannel subclass that supports sockets I/O. The implementation is able to manage a single socket file descriptor, whether a TCP/UNIX listener, TCP/UNIX connection, or a UDP datagram. It provides APIs which can listen and connect either asynchronously or synchronously. Since there is no asynchronous DNS lookup API available, it uses the QIOTask helper for spawning a background thread to ensure non-blocking operation.
Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
|
/qemu/ |
H A D | trace-events | 559607ea173a0003efda7f884bec73b242f923fb Fri Feb 27 16:19:33 UTC 2015 Daniel P. Berrange <berrange@redhat.com> io: add QIOChannelSocket class
Implement a QIOChannel subclass that supports sockets I/O. The implementation is able to manage a single socket file descriptor, whether a TCP/UNIX listener, TCP/UNIX connection, or a UDP datagram. It provides APIs which can listen and connect either asynchronously or synchronously. Since there is no asynchronous DNS lookup API available, it uses the QIOTask helper for spawning a background thread to ensure non-blocking operation.
Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
|
H A D | configure | 559607ea173a0003efda7f884bec73b242f923fb Fri Feb 27 16:19:33 UTC 2015 Daniel P. Berrange <berrange@redhat.com> io: add QIOChannelSocket class
Implement a QIOChannel subclass that supports sockets I/O. The implementation is able to manage a single socket file descriptor, whether a TCP/UNIX listener, TCP/UNIX connection, or a UDP datagram. It provides APIs which can listen and connect either asynchronously or synchronously. Since there is no asynchronous DNS lookup API available, it uses the QIOTask helper for spawning a background thread to ensure non-blocking operation.
Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
|
/qemu/tests/ |
H A D | Makefile.include | 559607ea173a0003efda7f884bec73b242f923fb Fri Feb 27 16:19:33 UTC 2015 Daniel P. Berrange <berrange@redhat.com> io: add QIOChannelSocket class
Implement a QIOChannel subclass that supports sockets I/O. The implementation is able to manage a single socket file descriptor, whether a TCP/UNIX listener, TCP/UNIX connection, or a UDP datagram. It provides APIs which can listen and connect either asynchronously or synchronously. Since there is no asynchronous DNS lookup API available, it uses the QIOTask helper for spawning a background thread to ensure non-blocking operation.
Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
|