Home
last modified time | relevance | path

Searched hist:"559607 ea173a0003efda7f884bec73b242f923fb" (Results 1 – 10 of 10) sorted by relevance

/qemu/tests/unit/
H A Dio-channel-helpers.h559607ea173a0003efda7f884bec73b242f923fb 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 Dio-channel-helpers.c559607ea173a0003efda7f884bec73b242f923fb 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 Dtest-io-channel-socket.c559607ea173a0003efda7f884bec73b242f923fb 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 Dchannel-socket.h559607ea173a0003efda7f884bec73b242f923fb 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 Dsockets.h559607ea173a0003efda7f884bec73b242f923fb 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 Dchannel-socket.c559607ea173a0003efda7f884bec73b242f923fb 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 Dqemu-sockets.c559607ea173a0003efda7f884bec73b242f923fb 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 Dtrace-events559607ea173a0003efda7f884bec73b242f923fb 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 Dconfigure559607ea173a0003efda7f884bec73b242f923fb 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 DMakefile.include559607ea173a0003efda7f884bec73b242f923fb 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>