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
*
Fix CPU architecture reported in HW config
Vladimir Chtchetkine
2011-09-28
1
-0
/
+11
*
Add -webcam commandline option to control webcam emulation
Vladimir Chtchetkine
2011-09-20
1
-0
/
+120
*
Add cmdline param to control fake camera emulation
Vladimir Chtchetkine
2011-09-13
1
-2
/
+15
*
Add -gpu <mode> option to force GPU emulation
David Turner
2011-09-13
1
-0
/
+15
*
Fix -ramdisk option handling.
David 'Digit' Turner
2011-09-13
1
-2
/
+9
*
Revert "Revert "Merge c80340 from master to r13: Move charmap to hardware pro...
Xavier Ducrohet
2011-08-22
1
-2
/
+23
*
merge from tools_r13
The Android Open-Source Project
2011-08-11
1
-23
/
+2
|
\
|
*
Revert "Merge c80340 from master to r13: Move charmap to hardware properties"...
Xavier Ducrohet
2011-08-11
1
-23
/
+2
|
*
Merge c80340 from master to r13: Move charmap to hardware properties
David 'Digit' Turner
2011-08-05
1
-2
/
+23
|
*
Fix -sysdir handling.
David 'Digit' Turner
2011-08-04
1
-1
/
+1
|
*
Fixes dataPartition size problem
Maciek Molerus
2011-08-04
1
-1
/
+4
*
|
Fix a small bug in the -sysdir handling.
David 'Digit' Turner
2011-07-07
1
-1
/
+1
*
|
Move charmap to hardware properties
David 'Digit' Turner
2011-07-07
1
-2
/
+23
*
|
Fixes dataPartition size problem
Maciek Molerus
2011-06-17
1
-1
/
+4
*
|
arm: Automic ARMv7-A support for platform builds.
David 'Digit' Turner
2011-06-16
1
-2
/
+24
|
/
*
Dump hardware config. with -verbose option.
David 'Digit' Turner
2011-05-14
1
-0
/
+20
*
Fix -snapshot-list option.
David 'Digit' Turner
2011-05-05
1
-0
/
+15
*
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
[next]