aboutsummaryrefslogtreecommitdiff
path: root/include/hw
diff options
context:
space:
mode:
authorChristoffer Dall <christoffer.dall@linaro.org>2014-06-23 15:53:26 +0100
committerAlex Bennée <alex.bennee@linaro.org>2014-12-19 12:29:36 +0000
commit3c15fe47b52d14e1612f463fee835265cbef1900 (patch)
tree5cbf8581427381b1468c15f911cfd7270055a862 /include/hw
parent8b4a623e7a954a52ce226ce2ee62da173d314314 (diff)
downloadqemu-android-3c15fe47b52d14e1612f463fee835265cbef1900.tar.gz
android_adb_dbg: Add Android adb-debug backend
Add the adb-debug backend (identified by "qemud:adb-debug") which simply prints all chars send accross the pipe buffers from the guest to stderr. Reads are handled like the zero pipe. Signed-off-by: Christoffer Dall <christoffer.dall@linaro.org>
Diffstat (limited to 'include/hw')
-rw-r--r--include/hw/misc/android_pipe.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/hw/misc/android_pipe.h b/include/hw/misc/android_pipe.h
index 4db3731560..3d1665c205 100644
--- a/include/hw/misc/android_pipe.h
+++ b/include/hw/misc/android_pipe.h
@@ -220,5 +220,6 @@ struct access_params_64 {
extern void android_zero_pipe_init(void);
extern void android_pingpong_init(void);
extern void android_throttle_init(void);
+extern void android_adb_dbg_backend_init(void);
#endif /* _HW_ANDROID_PIPE_H */