aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* am 98f3c372: am 7d0891ef: am def0e542: Remove the disk partition size hardwar...David 'Digit' Turner2009-10-294-55/+4
|\
| * am 7d0891ef: am def0e542: Remove the disk partition size hardware properties.David 'Digit' Turner2009-10-294-55/+4
| |\
| | * am def0e542: Remove the disk partition size hardware properties.David 'Digit' Turner2009-10-294-55/+4
| | |\
| | | * Remove the disk partition size hardware properties.David 'Digit' Turner2009-10-294-55/+4
* | | | am 5978ea5e: am a1d61942: (-s ours) am dba3a6fd: (-s ours) Fix the -trace emu...David 'Digit' Turner2009-10-160-0/+0
|\ \ \ \ | |/ / /
| * | | am a1d61942: (-s ours) am dba3a6fd: (-s ours) Fix the -trace emulator option....David 'Digit' Turner2009-10-160-0/+0
| |\ \ \ | | |/ /
| | * | am dba3a6fd: (-s ours) Fix the -trace emulator option. (do not merge)David 'Digit' Turner2009-10-160-0/+0
| | |\ \ | |/ / / | | | _
| | * Fix the -trace emulator option. (do not merge)David 'Digit' Turner2009-10-165-25/+63
* | | am a577fcad: Fix the -trace emulator option.David 'Digit' Turner2009-10-165-25/+63
|\ \ \ | |/ /
| * | Fix the -trace emulator option.David 'Digit' Turner2009-10-155-25/+63
| |/
* | am 73b9926f: Merge change If4f13b68 into eclairDavid 'Digit' Turner2009-10-092-15/+10
|\ \ | |/
| * Merge change If4f13b68 into eclairAndroid (Google) Code Review2009-10-092-15/+10
| |\
| | * Fix upstream ARM emulation bug that broke singlestep mode.David 'Digit' Turner2009-10-092-15/+10
* | | am 03e12440: Add a new hardware property: vm.heapSizeDavid 'Digit' Turner2009-10-083-0/+23
|\ \ \ | |/ /
| * | Add a new hardware property: vm.heapSizeDavid 'Digit' Turner2009-10-073-0/+23
* | | am 2ec45595: Fix the build.David 'Digit' Turner2009-10-071-4/+4
|\ \ \ | |/ /
| * | Fix the build.David 'Digit' Turner2009-10-071-4/+4
* | | am 065242de: Ensure android/avd/hw-config-defs.h is properly regenerated as n...David 'Digit' Turner2009-10-073-12/+37
|\ \ \ | |/ /
| * | Ensure android/avd/hw-config-defs.h is properly regenerated as needed.David 'Digit' Turner2009-10-073-12/+37
| |/
* | am 48ed3267: Do not use qemu_malloc() to allocate arrays.David 'Digit' Turner2009-10-071-5/+8
|\ \ | |/
| * Do not use qemu_malloc() to allocate arrays.David 'Digit' Turner2009-10-061-5/+8
* | am bcc6ae14: Finally fix ARMv7 NEON emulation.David 'Digit' Turner2009-10-074-24/+13
|\ \ | |/
| * Finally fix ARMv7 NEON emulation.David 'Digit' Turner2009-10-064-24/+13
* | am ddf49e53: Workaround ARMv7 emulation issues.David 'Digit' Turner2009-10-077-31/+86
|\ \ | |/
| * Workaround ARMv7 emulation issues.David 'Digit' Turner2009-10-057-31/+86
* | am acbee354: Move NAND size warning to debug log.Xavier Ducrohet2009-10-071-3/+3
|\ \ | |/
| * Move NAND size warning to debug log.Xavier Ducrohet2009-10-011-3/+3
* | am f9c07534: Increase Emulator system image to 72MBXavier Ducrohet2009-09-302-2/+2
|\ \ | |/
| * Increase Emulator system image to 72MBXavier Ducrohet2009-09-302-2/+2
* | am 2697a83b: Fix free() bug in charmap codevchtchetkine2009-09-251-0/+9
|\ \ | |/
| * Fix free() bug in charmap codevchtchetkine2009-09-251-0/+9
* | am c3e6bb48: Fix emulator crash on exit, due to invalid free() call.David 'Digit' Turner2009-09-232-13/+1
|\ \ | |/
| * Fix emulator crash on exit, due to invalid free() call.David 'Digit' Turner2009-09-232-13/+1
* | am 52195e70: Fix build break caused by undefined min(a,b)vchtchetkine2009-09-211-1/+4
|\ \ | |/
| * Fix build break caused by undefined min(a,b)vchtchetkine2009-09-211-1/+4
* | am 9085a28c: Implementation for dynamic charmap option in emulator.vchtchetkine2009-09-218-39/+713
|\ \ | |/
| * Implementation for dynamic charmap option in emulator.vchtchetkine2009-09-218-39/+713
* | am 238b4b0e: Fix ARMv7 emulation by disabling CPU alignment exceptionsDavid 'Digit' Turner2009-09-202-3/+26
|\ \ | |/
| * Fix ARMv7 emulation by disabling CPU alignment exceptionsDavid 'Digit' Turner2009-09-202-3/+26
* | am 06074941: Merge change 25638 into eclairDavid 'Digit' Turner2009-09-199-128/+181
|\ \ | |/
| * Merge change 25638 into eclairAndroid (Google) Code Review2009-09-199-128/+181
| |\
| | * Allow skins to provide a "dpad-rotation" field for each layout.David 'Digit' Turner2009-09-199-128/+181
* | | am 162f35e4: Restore the -fdpair option implementation that was lost in the p...David 'Digit' Turner2009-09-181-0/+22
|\ \ \ | |/ /
| * | Restore the -fdpair option implementation that was lost in the previous integ...David 'Digit' Turner2009-09-181-0/+22
| |/
* | am b489a9b9: Enable sockets.c to compile with GCC 4.4 headersJack Palevich2009-09-151-1/+8
|\ \ | |/
| * Enable sockets.c to compile with GCC 4.4 headersJack Palevich2009-09-151-1/+8
* | resolved conflicts for merge of 5d8f37ad to eclair-plus-aospJean-Baptiste Queru2009-09-15370-25370/+86615
|\ \ | |/
| * Merge upstream QEMU 10.0.50 into the Android source tree.David 'Digit' Turner2009-09-14370-25366/+86615
* | merge from open-source masterJean-Baptiste Queru2009-09-157-2/+166
|\ \
| * \ Merge change 11465Android Code Review2009-09-141-0/+4
| |\ \