aboutsummaryrefslogtreecommitdiffstats
path: root/aio-android.c
Commit message (Collapse)AuthorAgeFilesLines
* upstream: aioDavid Turner2010-09-131-2/+34
|
* Fixed infinite loop in qemu_aio_wait() affecting savevm.Ot ten Thije2010-07-281-0/+5
| | | | | | | Solved by porting a check on AIO operations from QEMU mainline (in mainline commit a76bab4952a1539266490295fb50b78802c467c2). Change-Id: I1d2011776f7cb90d81e36a5cf9381ef956d9a5b9
* Upstream: Replace sys-queue.h with qemu-queue.hDavid 'Digit' Turner2010-05-101-11/+11
| | | | Change-Id: I5c51f54a7fe2ea702420429bbf0c789ed6d8c534
* Merge upstream QEMU 10.0.50 into the Android source tree.David 'Digit' Turner2009-09-141-0/+192
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.