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
/
Makefile.android
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
emulator-ui: Remove dependencies from qemu sources.
David 'Digit' Turner
2010-10-19
1
-4
/
+5
*
qemu: Multimode support
Jaime Lopez
2010-10-08
1
-1
/
+1
*
Don't prepend ccache if it's already there
Ying Wang
2010-10-08
1
-1
/
+5
*
Cleanup warnings in the standalone UI build
Vladimir Chtchetkine
2010-10-08
1
-5
/
+3
*
Build standalone UI program (emulator-ui).
David 'Digit' Turner
2010-10-08
1
-4
/
+101
*
Make core initialization replying to the UI at the end of initialization.
Vladimir Chtchetkine
2010-10-08
1
-0
/
+1
*
Remove compiler warnings when building the emulator.
David 'Digit' Turner
2010-09-22
1
-0
/
+5
*
Remove duplicate rules for generated source file.
David 'Digit' Turner
2010-09-20
1
-15
/
+0
*
Fix Makefile by adding mandatory user tags.
David 'Digit' Turner
2010-09-20
1
-0
/
+1
*
upstream: console changes.
David Turner
2010-09-13
1
-0
/
+1
*
upstream: console changes.
David Turner
2010-09-13
1
-0
/
+2
*
upstream: osdep changes + fix mingw build.
David Turner
2010-09-13
1
-0
/
+1
*
upstream: monitor.h
David Turner
2010-09-13
1
-0
/
+2
*
upstream: move timer management code to qemu-timer.c
David Turner
2010-09-13
1
-3
/
+5
*
Add android_port initialization in the core.
Vladimir Chtchetkine
2010-09-01
1
-1
/
+1
*
Add a PulseAudio audio backend for Linux.
David 'Digit' Turner
2010-08-27
1
-1
/
+12
*
Fix build break
Vladimir Chtchetkine
2010-08-26
1
-1
/
+65
*
Cleaned up build script from rebuilding locally generated sources
Vladimir Chtchetkine
2010-08-25
1
-65
/
+1
*
Move memchecker initialization from main.c to vl-android.c (core)
Vladimir Chtchetkine
2010-08-09
1
-1
/
+1
*
Added -android-hw option
Vladimir Chtchetkine
2010-08-06
1
-3
/
+3
*
Fix Darwin build.
David 'Digit' Turner
2010-07-28
1
-0
/
+3
*
Added qemu-android build target which will build bare (UI-stripped) emulator
Vladimir Chtchetkine
2010-07-27
1
-44
/
+225
*
Better separation of UI and Core sources for framebuffer emulation.
David 'Digit' Turner
2010-07-27
1
-0
/
+1
*
Moved dependency on android_ui_set_window_scale to ui-core-protocol.h
Vladimir Chtchetkine
2010-07-16
1
-2
/
+4
*
Move net-related routines from main.c to net-android.c
Vladimir Chtchetkine
2010-07-15
1
-4
/
+4
*
Finished shuffling files.
Vladimir Chtchetkine
2010-07-14
1
-32
/
+41
*
Shuffle some more files.
Vladimir Chtchetkine
2010-07-09
1
-21
/
+29
*
Removed hw-control dependency from the UI.
Vladimir Chtchetkine
2010-07-08
1
-5
/
+5
*
Move key event generation out of the UI realm into neutral space.
Vladimir Chtchetkine
2010-07-07
1
-3
/
+9
*
Add ui_core_protocol.* to simulate UI->Core exchange.
Vladimir Chtchetkine
2010-06-29
1
-1
/
+3
*
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
*
Pass core-specific options to emulator core as cmd-line options.
Vladimir Chtchetkine
2010-06-15
1
-1
/
+5
*
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
*
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
*
Separate emulator build into three parts: core lib, UI lib, and the executable.
Vladimir Chtchetkine
2010-06-10
1
-42
/
+105
*
Make the emulator build on Snow Leopard.
Jeff Hamilton
2010-06-03
1
-17
/
+12
*
Add small user-event abstraction interface.
David 'Digit' Turner
2010-05-25
1
-0
/
+5
*
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
1
-7
/
+43
*
Moved android_emulation_setup from android/main.c to android/qemu-setup.c
Vladimir Chtchetkine
2010-05-14
1
-0
/
+1
*
Upstream: HAVE_IOVEC => CONFIG_IOVEC
David 'Digit' Turner
2010-05-11
1
-1
/
+1
*
Upstream: Misc integration - includes qobject.h and related sources
David 'Digit' Turner
2010-05-11
1
-1
/
+11
*
Moved QEmulator out of main.c
Vladimir Chtchetkine
2010-05-11
1
-0
/
+1
*
Upstream: Move ioport code to ioport.[hc]
David 'Digit' Turner
2010-05-11
1
-0
/
+1
*
Upstream: Replace sys-queue.h with qemu-queue.h
David 'Digit' Turner
2010-05-10
1
-1
/
+0
*
Upstream: Use CONFIG_BSD instead of _BSD and HOST_BSD
David 'Digit' Turner
2010-05-10
1
-1
/
+1
[prev]
[next]