aboutsummaryrefslogtreecommitdiffstats
path: root/hw
Commit message (Collapse)AuthorAgeFilesLines
* Fix a crash when using an 8MB SD Card image file.David 'Digit' Turner2009-12-011-2/+6
| | | | | The minimum size is now 9MB. This appears to be a limitation of the emulated MMC hardware code and/or kernel device driver.
* Move NAND size warning to debug log.Xavier Ducrohet2009-10-011-3/+3
| | | | Change-Id: I67152761977b330e3f4c1bbe3d8eb99e48e2e7e7
* Merge upstream QEMU 10.0.50 into the Android source tree.David 'Digit' Turner2009-09-1461-1028/+11189
| | | | | | | | | | | | | | | | | | | 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.
* Merge change 2000 into donutAndroid (Google) Code Review2009-05-192-0/+6
|\ | | | | | | | | * changes: Add support for new trace records for native (JNI) calls.
| * Add support for new trace records for native (JNI) calls.Jack Veenstra2009-05-192-0/+6
| | | | | | | | | | | | This change adds new trace record types for entering (and exiting) native code from Java code. There is a corresponding change in the Dalvik interpreter to generate these trace records.
* | Allow search key (F5) to work on keyboard-less configurationsDavid 'Digit' Turner2009-05-121-0/+4
|/
* Add support for tracing Java method entry/exit to qemu.Jack Veenstra2009-05-064-19/+35
| | | | | | | | | | | This is part of a larger change to add support for tracing Java methods. There is also a kernel change and a small change to the Dalvik interpreter that will be checked in separately. There used to be support for tracing Java methods but it relied on trapping every store and checking if the store address matched a special "magic" region (and that stopped working because we can no longer trap on loads and stores). The new approach uses a memory-mapped page to catch stores to just that page.
* auto import from //branches/cupcake_rel/...@140373The Android Open Source Project2009-03-181-15/+3
|
* auto import from //branches/cupcake/...@137873The Android Open Source Project2009-03-111-152/+136
|
* auto import from //depot/cupcake/@136594The Android Open Source Project2009-03-051-5/+4
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-0353-0/+14976
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-0353-14976/+0
|
* auto import from //branches/cupcake/...@130745The Android Open Source Project2009-02-1046-805/+5076
|
* auto import from //branches/cupcake/...@125939The Android Open Source Project2009-01-091-1/+3
|
* Code drop from //branches/cupcake/...@124589The Android Open Source Project2008-12-173-25/+40
|
* Initial ContributionThe Android Open Source Project2008-10-21105-46508/+5022
|
* external/qemu 0.8.2Upstream1970-01-1288-0/+52174