aboutsummaryrefslogtreecommitdiffstats
path: root/target-arm/helpers.h
Commit message (Collapse)AuthorAgeFilesLines
* Fix linux-x86_64 build.David 'Digit' Turner2010-10-211-2/+2
| | | | | | | | | Fix various 64-bitness issues in the source code to make the --try-64 option work again on Linux. Note that the generated binary is not faster than its 32-bit variant when it comes to benchmarking the boot sequence. Change-Id: Iad248e033757d4cd25524a438a5dbe1cf3aca6cf
* Merge memory checking from sandboxVladimir Chtchetkine2010-02-181-0/+15
| | | | Change-id: Ibce845d0
* Fix the -trace emulator option.David 'Digit' Turner2009-10-151-1/+1
| | | | | A critical test in the execution loop was missed in the latest huge integration. Also optimize slightly the basic-block start recording helper interface.
* Merge upstream QEMU 10.0.50 into the Android source tree.David 'Digit' Turner2009-09-141-504/+425
| | | | | | | | | | | | | | | | | | | 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.
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+548
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-548/+0
|
* auto import from //branches/cupcake/...@130745The Android Open Source Project2009-02-101-0/+548