aboutsummaryrefslogtreecommitdiffstats
path: root/hw/android_arm.c
diff options
context:
space:
mode:
authorDavid 'Digit' Turner <digit@android.com>2011-03-21 22:24:45 +0100
committerDavid 'Digit' Turner <digit@android.com>2011-04-11 18:19:07 +0200
commit335d2c1342bb887ac67f1f60cff795f0c06beaca (patch)
treef4d66f3f3e6e284b6748fa251caa55694eb76fb4 /hw/android_arm.c
parent89217f57a256796b67b4d3f319e0f18f6225666a (diff)
downloadexternal_qemu-335d2c1342bb887ac67f1f60cff795f0c06beaca.zip
external_qemu-335d2c1342bb887ac67f1f60cff795f0c06beaca.tar.gz
external_qemu-335d2c1342bb887ac67f1f60cff795f0c06beaca.tar.bz2
goldfish_trace: Hook with goldfish_pipe.h functions.
Note that this is also forces tracing support during machine initialization. Measurements show that this doesn't have any significant impact on emulation performance. Change-Id: Ie32352659611531ce65ba2c95c5896e2421f509d
Diffstat (limited to 'hw/android_arm.c')
-rw-r--r--hw/android_arm.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/android_arm.c b/hw/android_arm.c
index 6062981..664ae36 100644
--- a/hw/android_arm.c
+++ b/hw/android_arm.c
@@ -146,6 +146,7 @@ static void android_arm_init_(ram_addr_t ram_size,
#ifdef CONFIG_MEMCHECK
|| memcheck_enabled
#endif // CONFIG_MEMCHECK
+ || 1 /* XXX: ALWAYS AVAILABLE FOR QEMUD PIPES */
) {
trace_dev_init();
}