aboutsummaryrefslogtreecommitdiffstats
path: root/android/main.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Moved nand and netspeed initialization from main to core.Vladimir Chtchetkine2010-08-261-129/+19
* Cleaned up build script from rebuilding locally generated sourcesVladimir Chtchetkine2010-08-251-1/+3
* Moved radio, gps and audio setup entirely into the coreVladimir Chtchetkine2010-08-241-99/+28
* Cleanup stuff for the UI buildVladimir Chtchetkine2010-08-241-85/+6
* Move memchecker initialization from main.c to vl-android.c (core)Vladimir Chtchetkine2010-08-091-9/+5
* Better separation of UI and Core sources for framebuffer emulation.David 'Digit' Turner2010-07-271-311/+5
* Remove UI dependency from goldfish_event_device.cVladimir Chtchetkine2010-07-221-0/+5
* Moved dependency on android_ui_set_window_scale to ui-core-protocol.hVladimir Chtchetkine2010-07-161-2/+0
* Move net-related routines from main.c to net-android.cVladimir Chtchetkine2010-07-151-106/+0
* Finished shuffling files.Vladimir Chtchetkine2010-07-141-1/+0
* Removed hw-control dependency from the UI.Vladimir Chtchetkine2010-07-081-1/+0
* Pass core-specific options to emulator core as cmd-line options.Vladimir Chtchetkine2010-06-151-0/+20
* Inter-emulator networking: add interfaces in the correct orderDries Harnie2010-06-091-5/+6
* Add small user-event abstraction interface.David 'Digit' Turner2010-05-251-12/+3
* Build SDL from sources directly.David 'Digit' Turner2010-05-181-3/+0
* Enable interconnection of emulatorsDries Harnie2010-05-181-0/+29
* Moved android_emulation_setup from android/main.c to android/qemu-setup.cVladimir Chtchetkine2010-05-141-477/+0
* Moved QEmulator out of main.cVladimir Chtchetkine2010-05-111-335/+18
* Upstream: HOST_WORDS_ALIGNED -> WORDS_ALIGNEDDavid 'Digit' Turner2010-05-101-1/+1
* merge from tools_r6The Android Open Source Project2010-04-191-34/+2
|\
| * Revert previous patch to fix SD Card emulationDavid 'Digit' Turner2010-04-151-34/+2
* | Making the port where adb is expected configurable.Stefan Hilzinger2010-03-311-2/+17
|/
* Merge memory checking from sandboxVladimir Chtchetkine2010-02-181-6/+23
* qemu: android: Add support for multiple SD cardsSan Mehat2009-12-071-2/+34
* Extract emulator major version number from SDK Tools package revision.David 'Digit' Turner2009-12-031-1/+5
* Fix a crash when using an 8MB SD Card image file.David 'Digit' Turner2009-12-011-2/+5
* Fix typo which prevented the computation of the default /data partition sizeDavid 'Digit' Turner2009-10-291-1/+1
* Remove the disk partition size hardware properties.David 'Digit' Turner2009-10-291-7/+4
* Add a new hardware property: vm.heapSizeDavid 'Digit' Turner2009-10-071-0/+8
* Ensure android/avd/hw-config-defs.h is properly regenerated as needed.David 'Digit' Turner2009-10-071-1/+1
* Finally fix ARMv7 NEON emulation.David 'Digit' Turner2009-10-061-10/+0
* Workaround ARMv7 emulation issues.David 'Digit' Turner2009-10-051-0/+10
* Implementation for dynamic charmap option in emulator.vchtchetkine2009-09-211-4/+16