History log of /external/qemu/acl.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
65d1521938243d4778db1e3a19cd6dcbc00f540e 10-May-2011 David 'Digit' Turner <digit@android.com> acl.c: minor integrate

Change-Id: Id1e6f7848a2286a9595442279261b8b06674780b
/external/qemu/acl.c
d480e7f0ee7bc26dcf62db2c7afc9a57ba4f5d63 09-Sep-2010 David Turner <digit@android.com> upstream: acl changes.
/external/qemu/acl.c
a5d412078b8e7478d81df03710eacc7a21096ba2 11-May-2010 David 'Digit' Turner <digit@android.com> Upstream: Replace sys-queue.h with qemu-queue.h

Change-Id: I5c51f54a7fe2ea702420429bbf0c789ed6d8c534
/external/qemu/acl.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/acl.c