aboutsummaryrefslogtreecommitdiffstats
path: root/android
Commit message (Expand)AuthorAgeFilesLines
* ramblocks: integrate upstream implementation (sophisticated)David 'Digit' Turner2011-06-014-0/+4
* savevm: Remove OutputBuffer hack.David 'Digit' Turner2011-06-011-28/+28
* qemu-timer.c: rename qemu_timer_new_scale()David 'Digit' Turner2011-06-012-5/+5
* integrate: qemu-common.h changesDavid 'Digit' Turner2011-06-014-0/+4
* x86: Workaorund for the KVM GS_BASE MSR save/restore issue.Jun Nakajima2011-05-271-0/+1
* Fix Mac and Windows builds.David 'Digit' Turner2011-05-261-0/+3
* x86: kvm: fix KVM build + enable auto-detection.David 'Digit' Turner2011-05-266-1/+1931
* Add support for xhdpi when injecting a skin dpi into the emulator.Xavier Ducrohet2011-05-172-8/+11
* Dump hardware config. with -verbose option.David 'Digit' Turner2011-05-143-0/+320
* console: Fix 'event send' handling.David 'Digit' Turner2011-05-092-4/+10
* Merge "Fix -snapshot-list option."David 'Digit' Turner2011-05-052-1/+16
|\
| * Fix -snapshot-list option.David 'Digit' Turner2011-05-052-1/+16
* | Fix "avd name" bug.David 'Digit' Turner2011-05-051-4/+1
|/
* Merge "Fix ANDROID_SDK_HOME handling."David 'Digit' Turner2011-05-041-12/+5
|\
| * Fix ANDROID_SDK_HOME handling.David 'Digit' Turner2011-05-041-12/+5
* | Correct fix for snapshot saving speedDavid 'Digit' Turner2011-05-041-0/+18
|/
* Document new QEMU pipe implementation.David 'Digit' Turner2011-05-042-0/+0
* Merge "Add 'emulator' launcher program."David 'Digit' Turner2011-05-038-224/+657
|\
| * Add 'emulator' launcher program.David 'Digit' Turner2011-05-028-224/+657
* | Use user-specific directory for temporary files.David 'Digit' Turner2011-05-021-2/+8
|/
* New goldfish_pipe virtual device.David 'Digit' Turner2011-04-283-793/+525
* Add loopIo_poll() function.David 'Digit' Turner2011-04-283-0/+22
* Fix -qemu -vnc startup.David 'Digit' Turner2011-04-274-7/+22
* Add support for hw.lcd.backlightTim Wan2011-04-153-1/+18
* Add OpenGLES pipe implementation.David 'Digit' Turner2011-04-111-0/+788
* qemud: prevent recursive closure of clients.David 'Digit' Turner2011-04-113-8/+36
* Simplify async utils by removing extra LoopIo parameter.David 'Digit' Turner2011-04-1110-49/+76
* <android/utils/assert.h>: Small refactoringDavid 'Digit' Turner2011-04-111-23/+73
* Add <android/utils/intmap.h> which implements an integer-keyed map of pointers.David 'Digit' Turner2011-04-112-0/+333
* Fix framebuffer width/height computation.David 'Digit' Turner2011-03-251-2/+2
* Set hw.keyboard.lid default value to false for API level >= 12David 'Digit' Turner2011-03-226-60/+288
* Fix -shell and -logcat options.David 'Digit' Turner2011-03-181-1/+5
* Fix write of disk sizes in ini files.David 'Digit' Turner2011-03-151-11/+14
* x86: Enable KVM mode for Android x86 emulator (update/rebase)Jun Nakajima2011-03-041-0/+1
* Fix the standalone emulator build.David 'Digit' Turner2011-03-022-1/+5
* Move AVD name initialization to the core.David 'Digit' Turner2011-03-013-2/+16
* Move some serial ports initialization to the core.David 'Digit' Turner2011-03-015-72/+51
* Move data partition initialization to core.David 'Digit' Turner2011-03-015-619/+81
* Move system image initialization to core.David 'Digit' Turner2011-03-016-90/+189
* Move snapshot storage initialization to the core.David 'Digit' Turner2011-03-016-66/+87
* Move the SD Card initialization to the core.David 'Digit' Turner2011-03-016-53/+77
* Move cache partition initialization to core.David 'Digit' Turner2011-03-014-55/+49
* Move kernel/ramdisk initialization to the core.David 'Digit' Turner2011-03-016-75/+112
* Rework AvdInfo processing.David 'Digit' Turner2011-03-015-575/+719
* Remove CONFIG_ANDROID_SNAPSHOTS macro.David 'Digit' Turner2011-03-0110-58/+6
* Remove un-needed "-netspeed full" and "-netdelay none".David 'Digit' Turner2011-03-012-9/+14
* 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
* Merge "Fix sensor-related snapshot resume failure."David 'Digit' Turner2011-02-282-2/+13
|\