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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove CONFIG_ANDROID_SNAPSHOTS macro.
David 'Digit' Turner
2011-03-01
10
-58
/
+6
*
Remove un-needed "-netspeed full" and "-netdelay none".
David 'Digit' Turner
2011-03-01
2
-9
/
+14
*
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
*
Merge "Fix sensor-related snapshot resume failure."
David 'Digit' Turner
2011-02-28
2
-2
/
+13
|
\
|
*
Fix sensor-related snapshot resume failure.
David 'Digit' Turner
2011-02-24
2
-2
/
+13
*
|
Build arm and x86 binaries at the same time.
David 'Digit' Turner
2011-02-24
4
-15
/
+19
|
/
*
Remove android/main-ui.c
David 'Digit' Turner
2011-02-23
4
-1106
/
+269
*
Remove target-specific hard-coded macro.
David 'Digit' Turner
2011-02-23
1
-8
/
+74
*
Minor cleanups for core/ui Makefile separation.
David 'Digit' Turner
2011-02-23
3
-4
/
+10
*
Stuff hardware configuration with paths to image / partition files
Vladimir Chtchetkine
2011-02-22
6
-892
/
+705
*
Fixing the standalone build of the emulator.
Stefan Hilzinger
2011-02-22
1
-1
/
+1
*
Enabled the camera button in the emulator
soledad penades
2011-02-19
1
-0
/
+1
*
merge from tools_r10
The Android Open Source Project
2011-02-17
2
-0
/
+6
|
\
|
*
Merge 59e8e196 into tools_r10. DO NOT MERGE.
David 'Digit' Turner
2011-02-16
7
-17
/
+47
|
*
Fix "avd name" bug.
David 'Digit' Turner
2011-02-17
2
-0
/
+6
|
*
Merge 593d0ea0 into tools_r10. DO NOT MERGE.
David 'Digit' Turner
2011-02-15
1
-5
/
+7
*
|
hw-sensors.c: Reduce default delay between sensor updates.
David 'Digit' Turner
2011-02-15
1
-5
/
+7
*
|
Add hw.keyboard.lid
David 'Digit' Turner
2011-02-10
7
-17
/
+47
*
|
Correct auto-detection of default VM heap size.
David 'Digit' Turner
2011-02-10
7
-51
/
+59
*
|
Get rid of -android-gui core option.
David 'Digit' Turner
2011-02-10
6
-2
/
+90
*
|
Write the core hardware configuration file to AVD's content directory.
David 'Digit' Turner
2011-02-10
4
-39
/
+64
*
|
Revert "Build arm and x86 binaries at the same time."
Xavier Ducrohet
2011-02-09
11
-106
/
+37
*
|
Build arm and x86 binaries at the same time.
David 'Digit' Turner
2011-02-10
11
-37
/
+106
|
/
*
Rename emulator_config_xxx to user_config_xxx
David 'Digit' Turner
2011-02-09
4
-10
/
+10
*
Merge "emulator: Fix -no-window flag"
David 'Digit' Turner
2011-02-09
1
-0
/
+2
|
\
|
*
emulator: Fix -no-window flag
David 'Digit' Turner
2011-02-09
1
-0
/
+2
*
|
Merge "android-configure.sh: Fix --cc=<compiler> option."
David 'Digit' Turner
2011-02-09
5
-8
/
+36
|
\
\
|
|
/
|
*
android-configure.sh: Fix --cc=<compiler> option.
David 'Digit' Turner
2011-02-09
5
-8
/
+36
*
|
Fixing aborts caused by compute_fb_update_rect_linear() when the framebuffers
Jun Nakajima
2011-02-08
1
-0
/
+1
|
/
*
Fix emulator core and UI on Windows
Vladimir Chtchetkine
2011-02-07
5
-10
/
+16
*
x86: Add x86 support. Rebase the change (20906/1) due to a minor conflict.
Jun Nakajima
2011-02-02
5
-5
/
+34
*
Formatting / Code styling.
David 'Digit' Turner
2011-02-02
3
-81
/
+87
*
Remove QEMU-ism from UI code.
David 'Digit' Turner
2011-02-02
4
-26
/
+28
*
Simplify UI-only sources.
David 'Digit' Turner
2011-02-02
7
-16
/
+27
*
Simplify core framebuffer management.
David 'Digit' Turner
2011-02-02
5
-205
/
+82
*
Move framebuffer.h to android/
David 'Digit' Turner
2011-02-02
10
-8
/
+520
*
Move core-connection.c from to android/protocol/
David 'Digit' Turner
2011-02-02
9
-7
/
+7
*
Separate init_skinned_ui() into two functions.
David 'Digit' Turner
2011-02-02
6
-214
/
+227
*
Move common main routines from into android-common.[hc]
David 'Digit' Turner
2011-02-02
4
-938
/
+580
*
Merge "Create user data image using the initial user data image"
David Turner
2011-02-01
1
-1
/
+0
|
\
|
*
Create user data image using the initial user data image
Orjan Percy
2011-01-28
1
-1
/
+0
*
|
Generate temporary hardware.ini from configuration settings.
David 'Digit' Turner
2011-02-01
7
-41
/
+213
*
|
Refactor attach-UI service
Vladimir Chtchetkine
2011-01-31
13
-128
/
+375
*
|
Refactor the framebuffer service
Vladimir Chtchetkine
2011-01-31
9
-227
/
+200
*
|
Refactored user-events protocol
Vladimir Chtchetkine
2011-01-28
10
-241
/
+472
*
|
Refactored ui-core-control and core-ui-control protocols
Vladimir Chtchetkine
2011-01-28
32
-1813
/
+2020
|
/
*
Remove spaces in the console service names
Vladimir Chtchetkine
2011-01-26
6
-15
/
+15
*
Merge "Implement UI control service and client"
Vladimir Chtchetkine
2011-01-26
13
-92
/
+1631
|
\
[next]