aboutsummaryrefslogtreecommitdiffstats
path: root/def-helper.h
Commit message (Collapse)AuthorAgeFilesLines
* tcg: integrate upstream versionDavid 'Digit' Turner2011-06-011-9/+29
| | | | Change-Id: Ifcdebc2e7179fbc64b46a9150e6dae62f86eba3c
* Fix tracing segfault due to improper upstream integrate.David 'Digit' Turner2011-01-061-29/+9
| | | | | | | | | The integration failed to update some tcg files resulting in a crash when trying to trace stuff, and properly a few other problems. Undo it. We will re-integrate tcg changes later. Change-Id: I6fd3f7f442ce3bc70cb6995c04684cb1acfaa378
* upstream: minor updates.David Turner2010-09-131-9/+29
|
* Upstream: integrate various misc. minor changesDavid 'Digit' Turner2010-05-111-2/+2
| | | | Change-Id: I7d3eca1350f980d93f9f3198fa5250fb776de729
* Merge upstream QEMU 10.0.50 into the Android source tree.David 'Digit' Turner2009-09-141-0/+220
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.