aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-07-16Moved dependency on android_ui_set_window_scale to ui-core-protocol.handroid-sdk-tools_r7android-sdk-2.3.4_r1android-cts-2.3_r5android-cts-2.3_r4android-cts-2.3_r3android-cts-2.3_r2android-cts-2.3_r12android-cts-2.3_r11android-cts-2.3_r10android-cts-2.3_r1android-adt-0.9.9android-adt-0.9.8android-2.3_r1android-2.3.7_r1android-2.3.6_r1android-2.3.6_r0.9android-2.3.5_r1android-2.3.4_r1android-2.3.4_r0.9android-2.3.3_r1aandroid-2.3.3_r1.1android-2.3.3_r1android-2.3.2_r1android-2.3.1_r1tools_r7gingerbread-releasegingerbread-mr4-releaseVladimir Chtchetkine
2010-07-15Move net-related routines from main.c to net-android.cVladimir Chtchetkine
2010-07-14Finished shuffling files.Vladimir Chtchetkine
2010-07-09Shuffle some more files.Vladimir Chtchetkine
2010-07-08Removed boot-properties.h dependency from help.cVladimir Chtchetkine
2010-07-08Removed hw-control dependency from the UI.Vladimir Chtchetkine
2010-07-07Move key event generation out of the UI realm into neutral space.Vladimir Chtchetkine
2010-06-29Add ui_core_protocol.* to simulate UI->Core exchange.Vladimir Chtchetkine
2010-06-25Fix a memory corruption bug that can happen if a qemud service decides toDavid 'Digit' Turner
2010-06-23Combine UI sources under one variable.Vladimir Chtchetkine
2010-06-22Move list of source files used to build emulator core to a separate variableVladimir Chtchetkine
2010-06-16Merge "docs: Add ANDROID-TRACING.TXT to document how tracing works"David 'Digit' Turner
2010-06-16docs: Add ANDROID-TRACING.TXT to document how tracing worksDavid 'Digit' Turner
2010-06-15Pass core-specific options to emulator core as cmd-line options.Vladimir Chtchetkine
2010-06-15Fix -sdcard option by reverting previous commit.David 'Digit' Turner
2010-06-14Moved BLOCK and some hw/* files to emulator core libraryVladimir Chtchetkine
2010-06-10Enable --mingw option in android-configure.shDavid 'Digit' Turner
2010-06-10Remove debug tracesDavid 'Digit' Turner
2010-06-10Fix the windows build.David 'Digit' Turner
2010-06-10Defined EMULATOR_CORE_CFLAGS, and EMULATOR_UI_CFLAGSVladimir Chtchetkine
2010-06-10Merge "Separate emulator build into three parts: core lib, UI lib, and the ex...Vladimir Chtchetkine
2010-06-10Separate emulator build into three parts: core lib, UI lib, and the executable.Vladimir Chtchetkine
2010-06-09Inter-emulator networking: add interfaces in the correct orderDries Harnie
2010-06-07qemu-props: Signal end of property list.Dries Harnie
2010-06-03Make the emulator build on Snow Leopard.Jeff Hamilton
2010-05-25Add small user-event abstraction interface.David 'Digit' Turner
2010-05-25Fix regression: -netspeed <speed> and -netdelay <latency> didn't work.David 'Digit' Turner
2010-05-20Fix Mac build by using prebuilt SDL library for OS XDavid 'Digit' Turner
2010-05-18Build SDL from sources directly.David 'Digit' Turner
2010-05-17Merge "Enable interconnection of emulators"Jean-Baptiste Queru
2010-05-18Enable interconnection of emulatorsDries Harnie
2010-05-14Disable audio support in our custom SDL build.David 'Digit' Turner
2010-05-14Moved android_emulation_setup from android/main.c to android/qemu-setup.cVladimir Chtchetkine
2010-05-11Fix Windows SDK build. It seems it defines ERROR as a macro somewhere.David 'Digit' Turner
2010-05-11Upstream: integrate minor cleanupsDavid 'Digit' Turner
2010-05-11Upstream: integrate timer/clock management changes.David 'Digit' Turner
2010-05-11Upstream: add qemu_fdatasync()David 'Digit' Turner
2010-05-11Upstream: integrate various misc. minor changesDavid 'Digit' Turner
2010-05-11Upstream: remove obsolete softfloat bitsDavid 'Digit' Turner
2010-05-11Upstream: Integrate TCG changes, remove obsolete sources for unsupported targ...David 'Digit' Turner
2010-05-11Upstream: HAVE_IOVEC => CONFIG_IOVECDavid 'Digit' Turner
2010-05-11Upstream: Misc integration - includes qobject.h and related sourcesDavid 'Digit' Turner
2010-05-11Moved QEmulator out of main.cVladimir Chtchetkine
2010-05-11Upstream: Move ioport code to ioport.[hc]David 'Digit' Turner
2010-05-11Fix build.David 'Digit' Turner
2010-05-10Upstream: Replace sys-queue.h with qemu-queue.hDavid 'Digit' Turner
2010-05-10Upstream: HOST_WORDS_ALIGNED -> WORDS_ALIGNEDDavid 'Digit' Turner
2010-05-10Fix emulator OS X build when using the Android build system.David 'Digit' Turner
2010-05-10Upstream: Use CONFIG_BSD instead of _BSD and HOST_BSDDavid 'Digit' Turner
2010-05-07net_socket_receive_dgram: use socket_sendto instead of sendtoDries Harnie