aboutsummaryrefslogtreecommitdiffstats
path: root/vl-android.c
Commit message (Expand)AuthorAgeFilesLines
...
* Set hw.keyboard.lid default value to false for API level >= 12David 'Digit' Turner2011-03-221-0/+3
* Fix a crash that happened when the content directory didn't have a cache.img ...David 'Digit' Turner2011-03-151-11/+21
* Always prepend a space before kernel parameters.David 'Digit' Turner2011-03-081-0/+1
* x86: Enable KVM mode for Android x86 emulator (update/rebase)Jun Nakajima2011-03-041-0/+2
* look for the pc-bios files in the SDK tools/lib/pc-bios directoryBruce Beare2011-03-021-11/+19
* qemu logging extensionsrich cannings2011-03-011-2/+86
* Move AVD name initialization to the core.David 'Digit' Turner2011-03-011-0/+8
* Move some serial ports initialization to the core.David 'Digit' Turner2011-03-011-10/+66
* Move data partition initialization to core.David 'Digit' Turner2011-03-011-0/+34
* Move system image initialization to core.David 'Digit' Turner2011-03-011-0/+36
* Move snapshot storage initialization to the core.David 'Digit' Turner2011-03-011-0/+17
* Move the SD Card initialization to the core.David 'Digit' Turner2011-03-011-0/+18
* Move cache partition initialization to core.David 'Digit' Turner2011-03-011-0/+19
* Move kernel/ramdisk initialization to the core.David 'Digit' Turner2011-03-011-0/+12
* Simplify kernel parameters processing.David 'Digit' Turner2011-03-011-46/+36
* Remove CONFIG_ANDROID_SNAPSHOTS macro.David 'Digit' Turner2011-03-011-6/+0
* Remove android/main-ui.cDavid 'Digit' Turner2011-02-231-0/+5
* Add user mode networking restrictions: a firewallrich cannings2011-02-161-0/+241
* Correct auto-detection of default VM heap size.David 'Digit' Turner2011-02-101-7/+10
* Get rid of -android-gui core option.David 'Digit' Turner2011-02-101-76/+28
* x86: Add x86 support. Rebase the change (20906/1) due to a minor conflict.Jun Nakajima2011-02-021-0/+2
* Remove unnecessary calls in UI <-> Core protocols.Vladimir Chtchetkine2011-01-201-0/+11
* Fix ui/core display depth mismatch.David 'Digit' Turner2011-01-201-18/+12
* Refining main-ui.c to better separate UI and core related initializationVladimir Chtchetkine2011-01-131-0/+15
* Hook up framebuffer changes with UI windowVladimir Chtchetkine2011-01-131-17/+14
* upstream: integrate block changesDavid 'Digit' Turner2011-01-021-25/+55
* upstream: Move bottom-half handlers to async.cDavid 'Digit' Turner2011-01-021-104/+0
* Add -audio-test-out option to the core.David 'Digit' Turner2011-01-021-0/+5
* Remove obsolete -audio-in and -audio-out options.David 'Digit' Turner2011-01-021-52/+0
* Resubmit framebuffer service implementationVladimir Chtchetkine2010-12-201-1/+1
* Implement core display deriving it from android displayVladimir Chtchetkine2010-12-141-0/+5
* Augment the auto-loadvm behaviour with corresponding auto-savevm-on-exit beha...Tim Baverstock2010-12-011-4/+19
* Allow OS X emulator to open host /dev/ devices.David 'Digit' Turner2010-10-271-1/+1
* Fix windows event loop handling.David 'Digit' Turner2010-10-181-30/+5
* Added state snapshot support for QemuD.Ot ten Thije2010-10-141-3/+3
* Make core initialization replying to the UI at the end of initialization.Vladimir Chtchetkine2010-10-081-188/+200
* Remove compiler warnings when building the emulator.David 'Digit' Turner2010-09-221-2/+7
* Fix build and remove compiler warnings in vl-android.cDavid 'Digit' Turner2010-09-131-17/+7
* upstream: console changes.David Turner2010-09-131-51/+2
* upstream: console changes.David Turner2010-09-131-186/+4
* upstream: rename IOCanRWHandler into IOCanReadHandlerDavid Turner2010-09-131-2/+2
* upstream: qemu-common.h updates.David Turner2010-09-131-1/+1
* upstream: move timer management code to qemu-timer.cDavid Turner2010-09-131-1128/+10
* Passed boot properties from main to core as -boot-property parameters.Vladimir Chtchetkine2010-09-081-0/+34
* Fix suspending and resuming timers.Ot ten Thije2010-09-061-12/+12
* Fixed dependency ob core data in android/help.cVladimir Chtchetkine2010-09-011-0/+14
* Moved nand and netspeed initialization from main to core.Vladimir Chtchetkine2010-08-261-0/+60
* Cleaned up build script from rebuilding locally generated sourcesVladimir Chtchetkine2010-08-251-0/+6
* Moved radio, gps and audio setup entirely into the coreVladimir Chtchetkine2010-08-241-1/+140
* Cleanup stuff for the UI buildVladimir Chtchetkine2010-08-241-2/+118