History log of /external/qemu/qemu-sockets.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
488bfd506a283c648f559140f51f125847d68664 09-May-2011 David 'Digit' Turner <digit@android.com> qemu-error: minor integrate

Change-Id: Ic6bc807b98e4dba0f2fcba046cd9a91a5d96f2cb
/external/qemu/qemu-sockets.c
8423ffa1a8c56e65220e2a354cd62f71f99a7a06 23-Dec-2010 David 'Digit' Turner <digit@android.com> qemu-sockets-android.c: Add support for socket=<number> option.

Change-Id: If7896d653b36fde05c24d3170ff5b0beb27fff5f
/external/qemu/qemu-sockets.c
315ceb8a16eb7a2102fee4946898e7b8a202e86a 10-Sep-2010 David Turner <digit@android.com> upstream: qemu-sockets changes.
/external/qemu/qemu-sockets.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/qemu-sockets.c