index
:
external_qemu.git
replicant-4.2
external/qemu
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
android
/
main.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Set hw.keyboard.lid default value to false for API level >= 12
David 'Digit' Turner
2011-03-22
1
-1
/
+1
*
Fix -shell and -logcat options.
David 'Digit' Turner
2011-03-18
1
-1
/
+5
*
Move AVD name initialization to the core.
David 'Digit' Turner
2011-03-01
1
-2
/
+1
*
Move some serial ports initialization to the core.
David 'Digit' Turner
2011-03-01
1
-56
/
+11
*
Move data partition initialization to core.
David 'Digit' Turner
2011-03-01
1
-9
/
+63
*
Move system image initialization to core.
David 'Digit' Turner
2011-03-01
1
-9
/
+151
*
Move snapshot storage initialization to the core.
David 'Digit' Turner
2011-03-01
1
-39
/
+71
*
Move the SD Card initialization to the core.
David 'Digit' Turner
2011-03-01
1
-11
/
+40
*
Move cache partition initialization to core.
David 'Digit' Turner
2011-03-01
1
-20
/
+30
*
Move kernel/ramdisk initialization to the core.
David 'Digit' Turner
2011-03-01
1
-21
/
+20
*
Rework AvdInfo processing.
David 'Digit' Turner
2011-03-01
1
-26
/
+21
*
Remove CONFIG_ANDROID_SNAPSHOTS macro.
David 'Digit' Turner
2011-03-01
1
-2
/
+0
*
Remove un-needed "-netspeed full" and "-netdelay none".
David 'Digit' Turner
2011-03-01
1
-9
/
+11
*
Remove un-needed -clock unix core option.
David 'Digit' Turner
2011-03-01
1
-9
/
+0
*
Prevent hardware-qemu.ini overwrites.
David 'Digit' Turner
2011-03-01
1
-2
/
+12
*
Quote concatenated QEMU options when -verbose is used.
David 'Digit' Turner
2011-03-01
1
-1
/
+8
*
Remove android/main-ui.c
David 'Digit' Turner
2011-02-23
1
-12
/
+20
*
Minor cleanups for core/ui Makefile separation.
David 'Digit' Turner
2011-02-23
1
-2
/
+2
*
Stuff hardware configuration with paths to image / partition files
Vladimir Chtchetkine
2011-02-22
1
-446
/
+13
*
merge from tools_r10
The Android Open Source Project
2011-02-17
1
-0
/
+3
|
\
|
*
Fix "avd name" bug.
David 'Digit' Turner
2011-02-17
1
-0
/
+3
*
|
Correct auto-detection of default VM heap size.
David 'Digit' Turner
2011-02-10
1
-14
/
+27
*
|
Get rid of -android-gui core option.
David 'Digit' Turner
2011-02-10
1
-1
/
+1
*
|
Write the core hardware configuration file to AVD's content directory.
David 'Digit' Turner
2011-02-10
1
-11
/
+5
*
|
Revert "Build arm and x86 binaries at the same time."
Xavier Ducrohet
2011-02-09
1
-8
/
+3
*
|
Build arm and x86 binaries at the same time.
David 'Digit' Turner
2011-02-10
1
-3
/
+8
|
/
*
Rename emulator_config_xxx to user_config_xxx
David 'Digit' Turner
2011-02-09
1
-1
/
+1
*
Fixing aborts caused by compute_fb_update_rect_linear() when the framebuffers
Jun Nakajima
2011-02-08
1
-0
/
+1
*
x86: Add x86 support. Rebase the change (20906/1) due to a minor conflict.
Jun Nakajima
2011-02-02
1
-0
/
+8
*
Move framebuffer.h to android/
David 'Digit' Turner
2011-02-02
1
-1
/
+1
*
Separate init_skinned_ui() into two functions.
David 'Digit' Turner
2011-02-02
1
-13
/
+16
*
Move common main routines from into android-common.[hc]
David 'Digit' Turner
2011-02-02
1
-476
/
+1
*
Generate temporary hardware.ini from configuration settings.
David 'Digit' Turner
2011-02-01
1
-0
/
+26
*
Compute default memory size from screen size.
David 'Digit' Turner
2011-01-19
1
-1
/
+29
*
Print concatenated QEMU options with -verbose.
David 'Digit' Turner
2011-01-19
1
-1
/
+8
*
Add support for 32-bit framebuffers.
David 'Digit' Turner
2011-01-18
1
-4
/
+9
*
Refining main-ui.c to better separate UI and core related initialization
Vladimir Chtchetkine
2011-01-13
1
-6
/
+1
*
Remove obsolete -audio-in and -audio-out options.
David 'Digit' Turner
2011-01-02
1
-9
/
+0
*
Send unsolicited time response to first signal strength query after loadvm
Tim Baverstock
2010-12-14
1
-0
/
+3
*
Add -no-snapshot-load option to permit reboot.
Tim Baverstock
2010-12-02
1
-2
/
+6
*
Augment the auto-loadvm behaviour with corresponding auto-savevm-on-exit beha...
Tim Baverstock
2010-12-01
1
-5
/
+6
*
Separate main.c used to build the emulator from main-ui.c used to build the UI
Vladimir Chtchetkine
2010-11-24
1
-108
/
+0
*
Parallelize -list-cores implementation.
David 'Digit' Turner
2010-11-19
1
-97
/
+63
*
Implement -list-cores UI option
Vladimir Chtchetkine
2010-11-10
1
-0
/
+143
*
Add command line flag to show list of snapshots.
Ot ten Thije
2010-10-28
1
-3
/
+9
*
Load state snapshot rather than booting to start emulator.
Ot ten Thije
2010-10-22
1
-6
/
+55
*
emulator-ui: Remove dependencies from qemu sources.
David 'Digit' Turner
2010-10-19
1
-6
/
+6
*
Passed boot properties from main to core as -boot-property parameters.
Vladimir Chtchetkine
2010-09-08
1
-28
/
+26
*
Add android_port initialization in the core.
Vladimir Chtchetkine
2010-09-01
1
-8
/
+0
*
Fixed dependency ob core data in android/help.c
Vladimir Chtchetkine
2010-09-01
1
-7
/
+5
[next]