History log of /external/qemu/bt-host.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
e1c094842f6a6f2452196084e7828da15f18bf67 10-May-2011 David 'Digit' Turner <digit@android.com> bswap.h + others: minor integrate

Change-Id: I8706d2e3f2d722bae368e70d3adf6bd335dd8e58
/external/qemu/bt-host.c
315ceb8a16eb7a2102fee4946898e7b8a202e86a 10-Sep-2010 David Turner <digit@android.com> upstream: qemu-sockets changes.
/external/qemu/bt-host.c
3b290c31efd96e5474f2b55b7fe1ca0250a5bb47 09-Sep-2010 David Turner <digit@android.com> upstream: minor updates.
/external/qemu/bt-host.c
dd9cb7929e2b98bf9f8017ebbd7e433d38541664 11-May-2010 David 'Digit' Turner <digit@android.com> Upstream: integrate minor cleanups

Change-Id: I8de8e1044794f0ef8427717fc0b3b5e9e121247b
/external/qemu/bt-host.c
5d8f37ad78fc66901af50c762029a501561f3b23 14-Sep-2009 David 'Digit' Turner <digit@google.com> Merge upstream QEMU 10.0.50 into the Android source tree.

This change integrates many changes from the upstream QEMU sources.
Its main purpose is to enable correct ARMv6 and ARMv7 support to the
Android emulator. Due to the nature of the upstream code base, this
unfortunately also required changes to many other parts of the source.

Note that to ensure easier integrations in the future, some source files
and directories that have heavy Android-specific customization have been
renamed with an -android suffix. The original files are still there for
easier integration tracking, but *never* compiled. For example:

net.c net-android.c
qemu-char.c qemu-char-android.c
slirp/ slirp-android/
etc...

Tested on linux-x86, darwin-x86 and windows host machines.
/external/qemu/bt-host.c