aboutsummaryrefslogtreecommitdiffstats
path: root/android/main.c
Commit message (Expand)AuthorAgeFilesLines
* Set hw.keyboard.lid default value to false for API level >= 12David 'Digit' Turner2011-03-221-1/+1
* Fix -shell and -logcat options.David 'Digit' Turner2011-03-181-1/+5
* Move AVD name initialization to the core.David 'Digit' Turner2011-03-011-2/+1
* Move some serial ports initialization to the core.David 'Digit' Turner2011-03-011-56/+11
* Move data partition initialization to core.David 'Digit' Turner2011-03-011-9/+63
* Move system image initialization to core.David 'Digit' Turner2011-03-011-9/+151
* Move snapshot storage initialization to the core.David 'Digit' Turner2011-03-011-39/+71
* Move the SD Card initialization to the core.David 'Digit' Turner2011-03-011-11/+40
* Move cache partition initialization to core.David 'Digit' Turner2011-03-011-20/+30
* Move kernel/ramdisk initialization to the core.David 'Digit' Turner2011-03-011-21/+20
* Rework AvdInfo processing.David 'Digit' Turner2011-03-011-26/+21
* Remove CONFIG_ANDROID_SNAPSHOTS macro.David 'Digit' Turner2011-03-011-2/+0
* Remove un-needed "-netspeed full" and "-netdelay none".David 'Digit' Turner2011-03-011-9/+11
* Remove un-needed -clock unix core option.David 'Digit' Turner2011-03-011-9/+0
* Prevent hardware-qemu.ini overwrites.David 'Digit' Turner2011-03-011-2/+12
* Quote concatenated QEMU options when -verbose is used.David 'Digit' Turner2011-03-011-1/+8
* Remove android/main-ui.cDavid 'Digit' Turner2011-02-231-12/+20
* Minor cleanups for core/ui Makefile separation.David 'Digit' Turner2011-02-231-2/+2
* Stuff hardware configuration with paths to image / partition filesVladimir Chtchetkine2011-02-221-446/+13
* merge from tools_r10The Android Open Source Project2011-02-171-0/+3
|\
| * Fix "avd name" bug.David 'Digit' Turner2011-02-171-0/+3
* | Correct auto-detection of default VM heap size.David 'Digit' Turner2011-02-101-14/+27
* | Get rid of -android-gui core option.David 'Digit' Turner2011-02-101-1/+1
* | Write the core hardware configuration file to AVD's content directory.David 'Digit' Turner2011-02-101-11/+5
* | Revert "Build arm and x86 binaries at the same time."Xavier Ducrohet2011-02-091-8/+3
* | Build arm and x86 binaries at the same time.David 'Digit' Turner2011-02-101-3/+8
|/
* Rename emulator_config_xxx to user_config_xxxDavid 'Digit' Turner2011-02-091-1/+1
* Fixing aborts caused by compute_fb_update_rect_linear() when the framebuffersJun Nakajima2011-02-081-0/+1
* x86: Add x86 support. Rebase the change (20906/1) due to a minor conflict.Jun Nakajima2011-02-021-0/+8
* Move framebuffer.h to android/David 'Digit' Turner2011-02-021-1/+1
* Separate init_skinned_ui() into two functions.David 'Digit' Turner2011-02-021-13/+16
* Move common main routines from into android-common.[hc]David 'Digit' Turner2011-02-021-476/+1
* Generate temporary hardware.ini from configuration settings.David 'Digit' Turner2011-02-011-0/+26
* Compute default memory size from screen size.David 'Digit' Turner2011-01-191-1/+29
* Print concatenated QEMU options with -verbose.David 'Digit' Turner2011-01-191-1/+8
* Add support for 32-bit framebuffers.David 'Digit' Turner2011-01-181-4/+9
* Refining main-ui.c to better separate UI and core related initializationVladimir Chtchetkine2011-01-131-6/+1
* Remove obsolete -audio-in and -audio-out options.David 'Digit' Turner2011-01-021-9/+0
* Send unsolicited time response to first signal strength query after loadvmTim Baverstock2010-12-141-0/+3
* Add -no-snapshot-load option to permit reboot.Tim Baverstock2010-12-021-2/+6
* Augment the auto-loadvm behaviour with corresponding auto-savevm-on-exit beha...Tim Baverstock2010-12-011-5/+6
* Separate main.c used to build the emulator from main-ui.c used to build the UIVladimir Chtchetkine2010-11-241-108/+0
* Parallelize -list-cores implementation.David 'Digit' Turner2010-11-191-97/+63
* Implement -list-cores UI optionVladimir Chtchetkine2010-11-101-0/+143
* Add command line flag to show list of snapshots.Ot ten Thije2010-10-281-3/+9
* Load state snapshot rather than booting to start emulator.Ot ten Thije2010-10-221-6/+55
* emulator-ui: Remove dependencies from qemu sources.David 'Digit' Turner2010-10-191-6/+6
* Passed boot properties from main to core as -boot-property parameters.Vladimir Chtchetkine2010-09-081-28/+26
* Add android_port initialization in the core.Vladimir Chtchetkine2010-09-011-8/+0
* Fixed dependency ob core data in android/help.cVladimir Chtchetkine2010-09-011-7/+5