aboutsummaryrefslogtreecommitdiffstats
path: root/vl-android.c
Commit message (Expand)AuthorAgeFilesLines
* trace.h: rename to trace-android.hDavid 'Digit' Turner2011-06-011-1/+1
* ramblocks: integrate upstream implementation (sophisticated)David 'Digit' Turner2011-06-011-311/+4
* vl-android.c: move arch-specific functions to arch_init.cDavid 'Digit' Turner2011-06-011-200/+5
* vl-android.c: move cpu functions to cpus.cDavid 'Digit' Turner2011-06-011-728/+5
* vl-android.c: use os-specific setup routinesDavid 'Digit' Turner2011-06-011-225/+11
* vl-android.c: Move code to iohandler.cDavid 'Digit' Turner2011-06-011-114/+8
* trace: simplify code and avoid conflictsDavid 'Digit' Turner2011-06-011-8/+0
* qemu-timer.c: rename qemu_timer_new_scale()David 'Digit' Turner2011-06-011-6/+6
* qemu-timer.c: upstream integrateDavid 'Digit' Turner2011-06-011-1/+1
* os-posix.c + os-win32.c and dependenciesDavid 'Digit' Turner2011-06-011-4/+12
* qemu-common.h: other intergratesDavid 'Digit' Turner2011-06-011-27/+0
* vl-android.c: Fix PC Bios search order.David 'Digit' Turner2011-06-011-46/+30
* x86: kvm: fix KVM build + enable auto-detection.David 'Digit' Turner2011-05-261-6/+18
* fix audio backend handlingDavid 'Digit' Turner2011-05-211-0/+3
* Fix the pc-bios search path for build trees.David 'Digit' Turner2011-05-141-2/+2
* Fix SDCard speed issues too.David 'Digit' Turner2011-05-121-4/+8
* Correct fix for snapshot saving speedDavid 'Digit' Turner2011-05-041-2/+2
* Fix snapshot save pathetic speed.David 'Digit' Turner2011-05-041-1/+6
* Document new QEMU pipe implementation.David 'Digit' Turner2011-05-041-2/+2
* Add 'emulator' launcher program.David 'Digit' Turner2011-05-021-0/+23
* New goldfish_pipe virtual device.David 'Digit' Turner2011-04-281-2/+3
* Fix -qemu -vnc startup.David 'Digit' Turner2011-04-271-0/+2
* vl-android.c: Init opengles pipe on startupDavid 'Digit' Turner2011-04-111-0/+4
* 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