History log of /external/qemu/slirp-android/slirp.h
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
9d3a329ac380904fbac3b665ec525cb91109ec9a 09-Apr-2014 thomas knych <thomaswk@google.com> Ensure HOST_LONG_BITS is defined for slirp.

Since HOST_LONG_BITS is no longer defined by host-config.h (which
slirp.h includes) some defines in slirp_config.h get broken. This leads
to an unbootable emulator in certain cases. I've replicated the same
logic that qemu-common.h uses to discover HOST_LONG_BITS into slirp.h
and slirp_config.h. Also simply #including qemu-common.h from slirp.h
would have the same effect - not sure if there are side effects.

Change-Id: Ief8c9274a69677bc8baf6e34039f679da8de9b61
Signed-off-by: thomas knych <thomaswk@google.com>
/external/qemu/slirp-android/slirp.h
cc330d4169441727fecf1da08aee806fc021c4e2 14-Dec-2013 David 'Digit' Turner <digit@android.com> Move net.h to include/net/

+ Move net-android.c and net.c to net/
+ Rename net-checksum.c to net/checksum.c
+ Move sockets.h and shaper.h to include/android/
and sockets.c + shaper.c to android/

+ Move vgafont.h to ui/

Change-Id: I2659a919a316d3f95aac0f9924833eeee4cb5592
/external/qemu/slirp-android/slirp.h
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/slirp-android/slirp.h