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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Added -android-gui command line option to qemu-android
Vladimir Chtchetkine
2010-08-02
3
-9
/
+102
*
Merge "Make the GSM simulator more realistic"
David Turner
2010-07-28
7
-17
/
+87
|
\
|
*
Make the GSM simulator more realistic
Marc Petit-Huguenin
2010-07-27
7
-17
/
+87
*
|
Merge "Added qemu-android build target which will build bare (UI-stripped) em...
Vladimir Chtchetkine
2010-07-28
4
-48
/
+239
|
\
\
|
*
|
Added qemu-android build target which will build bare (UI-stripped) emulator
Vladimir Chtchetkine
2010-07-27
4
-48
/
+239
*
|
|
Merge "Fixed infinite loop in qemu_aio_wait() affecting savevm."
David Turner
2010-07-28
3
-0
/
+13
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Fixed infinite loop in qemu_aio_wait() affecting savevm.
Ot ten Thije
2010-07-28
3
-0
/
+13
*
|
|
Better separation of UI and Core sources for framebuffer emulation.
David 'Digit' Turner
2010-07-27
16
-367
/
+787
|
|
/
|
/
|
*
|
GPS: Fixed the "geo fix" console command, and added satellite count emulation.
David 'Digit' Turner
2010-07-23
2
-13
/
+54
*
|
fix -http-proxy implementation to work correctly with chunked encoding.
David 'Digit' Turner
2010-07-23
3
-0
/
+15
*
|
Remove UI dependency from goldfish_event_device.c
Vladimir Chtchetkine
2010-07-22
7
-5
/
+59
|
/
*
Moved dependency on android_ui_set_window_scale to ui-core-protocol.h
Vladimir Chtchetkine
2010-07-16
9
-9
/
+77
*
Move net-related routines from main.c to net-android.c
Vladimir Chtchetkine
2010-07-15
6
-115
/
+121
*
Finished shuffling files.
Vladimir Chtchetkine
2010-07-14
4
-38
/
+44
*
Shuffle some more files.
Vladimir Chtchetkine
2010-07-09
1
-21
/
+29
*
Removed boot-properties.h dependency from help.c
Vladimir Chtchetkine
2010-07-08
2
-2
/
+9
*
Removed hw-control dependency from the UI.
Vladimir Chtchetkine
2010-07-08
5
-13
/
+31
*
Move key event generation out of the UI realm into neutral space.
Vladimir Chtchetkine
2010-07-07
10
-108
/
+234
*
Add ui_core_protocol.* to simulate UI->Core exchange.
Vladimir Chtchetkine
2010-06-29
4
-2
/
+61
*
Fix a memory corruption bug that can happen if a qemud service decides to
David 'Digit' Turner
2010-06-25
1
-3
/
+8
*
Combine UI sources under one variable.
Vladimir Chtchetkine
2010-06-23
1
-10
/
+15
*
Move list of source files used to build emulator core to a separate variable
Vladimir Chtchetkine
2010-06-22
1
-43
/
+65
*
Merge "docs: Add ANDROID-TRACING.TXT to document how tracing works"
David 'Digit' Turner
2010-06-16
1
-0
/
+66
|
\
|
*
docs: Add ANDROID-TRACING.TXT to document how tracing works
David 'Digit' Turner
2010-06-16
1
-0
/
+66
*
|
Pass core-specific options to emulator core as cmd-line options.
Vladimir Chtchetkine
2010-06-15
5
-21
/
+88
*
|
Fix -sdcard option by reverting previous commit.
David 'Digit' Turner
2010-06-15
1
-27
/
+16
|
/
*
Moved BLOCK and some hw/* files to emulator core library
Vladimir Chtchetkine
2010-06-14
1
-16
/
+27
*
Enable --mingw option in android-configure.sh
David 'Digit' Turner
2010-06-10
2
-7
/
+102
*
Remove debug traces
David 'Digit' Turner
2010-06-10
1
-3
/
+0
*
Fix the windows build.
David 'Digit' Turner
2010-06-10
1
-1
/
+14
*
Defined EMULATOR_CORE_CFLAGS, and EMULATOR_UI_CFLAGS
Vladimir Chtchetkine
2010-06-10
1
-47
/
+19
*
Merge "Separate emulator build into three parts: core lib, UI lib, and the ex...
Vladimir Chtchetkine
2010-06-10
1
-42
/
+105
|
\
|
*
Separate emulator build into three parts: core lib, UI lib, and the executable.
Vladimir Chtchetkine
2010-06-10
1
-42
/
+105
*
|
Inter-emulator networking: add interfaces in the correct order
Dries Harnie
2010-06-09
1
-5
/
+6
|
/
*
qemu-props: Signal end of property list.
Dries Harnie
2010-06-07
1
-0
/
+4
*
Make the emulator build on Snow Leopard.
Jeff Hamilton
2010-06-03
2
-19
/
+14
*
Add small user-event abstraction interface.
David 'Digit' Turner
2010-05-25
10
-67
/
+117
*
Fix regression: -netspeed <speed> and -netdelay <latency> didn't work.
David 'Digit' Turner
2010-05-25
2
-0
/
+17
*
Fix Mac build by using prebuilt SDL library for OS X
David 'Digit' Turner
2010-05-20
1
-0
/
+3
*
Build SDL from sources directly.
David 'Digit' Turner
2010-05-18
15
-332
/
+377
*
Merge "Enable interconnection of emulators"
Jean-Baptiste Queru
2010-05-17
4
-0
/
+52
|
\
|
*
Enable interconnection of emulators
Dries Harnie
2010-05-18
4
-0
/
+52
*
|
Disable audio support in our custom SDL build.
David 'Digit' Turner
2010-05-14
5
-19
/
+8
|
/
*
Moved android_emulation_setup from android/main.c to android/qemu-setup.c
Vladimir Chtchetkine
2010-05-14
3
-477
/
+515
*
Fix Windows SDK build. It seems it defines ERROR as a macro somewhere.
David 'Digit' Turner
2010-05-11
1
-0
/
+2
*
Upstream: integrate minor cleanups
David 'Digit' Turner
2010-05-11
10
-59
/
+147
*
Upstream: integrate timer/clock management changes.
David 'Digit' Turner
2010-05-11
13
-222
/
+343
*
Upstream: add qemu_fdatasync()
David 'Digit' Turner
2010-05-11
4
-0
/
+27
*
Upstream: integrate various misc. minor changes
David 'Digit' Turner
2010-05-11
28
-99
/
+209
*
Upstream: remove obsolete softfloat bits
David 'Digit' Turner
2010-05-11
3
-28
/
+0
[next]