search for: host_transport

Displaying 1 result from an estimated 1 matches for "host_transport".

Did you mean: vhost_transport
2010 May 13
0
[PATCH matahari] Moving QMF functionality into a transport layer.
...the QMF transport layer Signed-off-by: Darryl L. Pierce <dpierce at redhat.com> --- .gitignore | 2 +- src/Makefile.am | 8 +++- src/host.cpp | 133 +++++++++++++++++++---------------------------- src/host.h | 62 ++++++++++++++-------- src/host_transport.cpp | 33 ++++++++++++ src/host_transport.h | 37 +++++++++++++ src/hostimpl.cpp | 135 ++++++++++++++++++++++++++++++++++++++++++++++++ src/hostimpl.h | 47 +++++++++++++++++ src/main.cpp | 8 ++- src/qmf/hostagent.cpp | 87 +++++++++++++++++++++++++++++++ sr...