aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* fix -http-proxy implementation to work correctly with chunked encoding.David 'Digit' Turner2010-07-233-0/+15
* Remove UI dependency from goldfish_event_device.cVladimir Chtchetkine2010-07-227-5/+59
* Moved dependency on android_ui_set_window_scale to ui-core-protocol.hVladimir Chtchetkine2010-07-169-9/+77
* Move net-related routines from main.c to net-android.cVladimir Chtchetkine2010-07-156-115/+121
* Finished shuffling files.Vladimir Chtchetkine2010-07-144-38/+44
* Shuffle some more files.Vladimir Chtchetkine2010-07-091-21/+29
* Removed boot-properties.h dependency from help.cVladimir Chtchetkine2010-07-082-2/+9
* Removed hw-control dependency from the UI.Vladimir Chtchetkine2010-07-085-13/+31
* Move key event generation out of the UI realm into neutral space.Vladimir Chtchetkine2010-07-0710-108/+234
* Add ui_core_protocol.* to simulate UI->Core exchange.Vladimir Chtchetkine2010-06-294-2/+61
* Fix a memory corruption bug that can happen if a qemud service decides toDavid 'Digit' Turner2010-06-251-3/+8
* Combine UI sources under one variable.Vladimir Chtchetkine2010-06-231-10/+15
* Move list of source files used to build emulator core to a separate variableVladimir Chtchetkine2010-06-221-43/+65
* Merge "docs: Add ANDROID-TRACING.TXT to document how tracing works"David 'Digit' Turner2010-06-161-0/+66
|\
| * docs: Add ANDROID-TRACING.TXT to document how tracing worksDavid 'Digit' Turner2010-06-161-0/+66
* | Pass core-specific options to emulator core as cmd-line options.Vladimir Chtchetkine2010-06-155-21/+88
* | Fix -sdcard option by reverting previous commit.David 'Digit' Turner2010-06-151-27/+16
|/
* Moved BLOCK and some hw/* files to emulator core libraryVladimir Chtchetkine2010-06-141-16/+27
* Enable --mingw option in android-configure.shDavid 'Digit' Turner2010-06-102-7/+102
* Remove debug tracesDavid 'Digit' Turner2010-06-101-3/+0
* Fix the windows build.David 'Digit' Turner2010-06-101-1/+14
* Defined EMULATOR_CORE_CFLAGS, and EMULATOR_UI_CFLAGSVladimir Chtchetkine2010-06-101-47/+19
* Merge "Separate emulator build into three parts: core lib, UI lib, and the ex...Vladimir Chtchetkine2010-06-101-42/+105
|\
| * Separate emulator build into three parts: core lib, UI lib, and the executable.Vladimir Chtchetkine2010-06-101-42/+105
* | Inter-emulator networking: add interfaces in the correct orderDries Harnie2010-06-091-5/+6
|/
* qemu-props: Signal end of property list.Dries Harnie2010-06-071-0/+4
* Make the emulator build on Snow Leopard.Jeff Hamilton2010-06-032-19/+14
* Add small user-event abstraction interface.David 'Digit' Turner2010-05-2510-67/+117
* Fix regression: -netspeed <speed> and -netdelay <latency> didn't work.David 'Digit' Turner2010-05-252-0/+17
* Fix Mac build by using prebuilt SDL library for OS XDavid 'Digit' Turner2010-05-201-0/+3
* Build SDL from sources directly.David 'Digit' Turner2010-05-1815-332/+377
* Merge "Enable interconnection of emulators"Jean-Baptiste Queru2010-05-174-0/+52
|\
| * Enable interconnection of emulatorsDries Harnie2010-05-184-0/+52
* | Disable audio support in our custom SDL build.David 'Digit' Turner2010-05-145-19/+8
|/
* Moved android_emulation_setup from android/main.c to android/qemu-setup.cVladimir Chtchetkine2010-05-143-477/+515
* Fix Windows SDK build. It seems it defines ERROR as a macro somewhere.David 'Digit' Turner2010-05-111-0/+2
* Upstream: integrate minor cleanupsDavid 'Digit' Turner2010-05-1110-59/+147
* Upstream: integrate timer/clock management changes.David 'Digit' Turner2010-05-1113-222/+343
* Upstream: add qemu_fdatasync()David 'Digit' Turner2010-05-114-0/+27
* Upstream: integrate various misc. minor changesDavid 'Digit' Turner2010-05-1128-99/+209
* Upstream: remove obsolete softfloat bitsDavid 'Digit' Turner2010-05-113-28/+0
* Upstream: Integrate TCG changes, remove obsolete sources for unsupported targ...David 'Digit' Turner2010-05-1118-7590/+401
* Upstream: HAVE_IOVEC => CONFIG_IOVECDavid 'Digit' Turner2010-05-115-6/+6
* Upstream: Misc integration - includes qobject.h and related sourcesDavid 'Digit' Turner2010-05-1159-341/+3733
* Moved QEmulator out of main.cVladimir Chtchetkine2010-05-114-335/+417
* Upstream: Move ioport code to ioport.[hc]David 'Digit' Turner2010-05-119-181/+392
* Fix build.David 'Digit' Turner2010-05-111-0/+1
* Upstream: Replace sys-queue.h with qemu-queue.hDavid 'Digit' Turner2010-05-1036-508/+723
* Upstream: HOST_WORDS_ALIGNED -> WORDS_ALIGNEDDavid 'Digit' Turner2010-05-1024-42/+42
* Fix emulator OS X build when using the Android build system.David 'Digit' Turner2010-05-102-2/+2