Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | Add SDL_config.h for PPC (generated by android-configure.sh) | Marcus Comstedt | 2010-10-05 | 1 | -0/+123 | |
| | | | | | | | | | | | | Change-Id: Idb0e3c52100693958f4856568969985899d0aedd | |||||
| * | | Add config-host.h for PPC (generated by android-configure.sh) | Marcus Comstedt | 2010-10-05 | 1 | -0/+18 | |
| | | | | | | | | | | | | Change-Id: I3f42635204bed9f078577d668da4a01263d1ba86 | |||||
| * | | Fix detection of host endianness | Marcus Comstedt | 2010-10-05 | 1 | -1/+4 | |
| |/ | | | | | | | | | | | | | | | | | | | The host endianness in android-configure.sh was backwards (assuming that HOST_BIGENDIAN=1 means that the host is bigendian). However, the script also failed to use the result, which is probably why nobody noticed. Now, HOST_WORDS_BIGENDIAN is defined in config-host.h if HOST_BIGENDIAN is 1. Change-Id: Ied07f9db76c24e5ce403ae17fde5df7f50fafe8a | |||||
* | | Merge "Fix segfault when saving VM state." | Ot ten Thije | 2010-10-12 | 1 | -1/+1 | |
|\ \ | ||||||
| * | | Fix segfault when saving VM state. | Ot ten Thije | 2010-09-15 | 1 | -1/+1 | |
| | | | | | | | | | | | | Change-Id: I7bf458b81df98ee5a29bfb5b86511579ade16c10 | |||||
* | | | qemu: Multimode support | Jaime Lopez | 2010-10-08 | 4 | -29/+669 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Preliminary implementation of a Multimode modem - Added the +CTEC AT command which allows querying and setting the current technology - Added preliminary NVRAM file support Add cdma subscription source support - Add support to save the subscription source preference to nv. - Add command 'cdma ssource' to switch subscription source from the emulator console Implement AT+WRMP command Implement the AT+WRMP command to set and get the roaming preference Implement Emergency Callback Mode Implement the +WSOS command and unsol to notify Emergency Callback Mode status Implement +WPRL AT Command Enable PRL update notification by implementing the AT+WPRL query command Implement a console command to send +WPRL unsolicited response Change-Id: I5c036c1b0832b94c0b7675931f6a18b5d9ca7436 | |||||
* | | | Don't prepend ccache if it's already there | Ying Wang | 2010-10-08 | 1 | -1/+5 | |
| | | | | | | | | | | | | | | | Bug: 3069576 Change-Id: I8345209c5c885ed7ed8e043e051884d64008961c | |||||
* | | | Cleanup warnings in the standalone UI build | Vladimir Chtchetkine | 2010-10-08 | 3 | -855/+3 | |
| | | | | | | | | | | | | Change-Id: I2dc79f9d0b3916749366aa4155431420e05888c1 | |||||
* | | | Build standalone UI program (emulator-ui). | David 'Digit' Turner | 2010-10-08 | 7 | -13/+3772 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This changes introduces a new program, called emulator-ui that only contains parts necessary to display the UI (and removes anything related to CPU emulation). This is only a skeleton right now, since it is not capable of launching a core, or displaying anything meaningful, except the skin, trackball, respond to commands (e.g. change layouts with KP-7 and KP-9). Later changes will introduce core launching, communication, etc... Change-Id: Icef9deb8a3a256532655e1cd409b4aab52565d03 | |||||
* | | | Make core initialization replying to the UI at the end of initialization. | Vladimir Chtchetkine | 2010-10-08 | 5 | -188/+347 | |
| |/ |/| | | | | | | | | | Also, this CL contains a minor fix to formatting boot options passed to the kernel Change-Id: I267172d82094a0cbbbced2cee7a2990bb7fa3793 | |||||
* | | Remove compiler warnings when building the emulator. | David 'Digit' Turner | 2010-09-22 | 42 | -133/+262 | |
| | | | | | | | | | | | | | | This forces -Wall during the build. Note that this patch doesn't remove all warnings, but most of the remaining ones are from upstream anyway. Change-Id: I8808d8495e99866e156ce5780d2e3c305eab491f | |||||
* | | Remove duplicate rules for generated source file. | David 'Digit' Turner | 2010-09-20 | 1 | -15/+0 | |
| | | | | | | | | Change-Id: I68075edc871af6510edbb027ac7de29ddbc85842 | |||||
* | | Fix Makefile by adding mandatory user tags. | David 'Digit' Turner | 2010-09-20 | 1 | -0/+1 | |
|/ | | | | | | The build system now requires a LOCAL_MODULE_TAGS definition in each Android.mk Change-Id: I080a721224dcf6cb24fa2a803a52dcfe7f626cd6 | |||||
* | Fix build and remove compiler warnings in vl-android.c | David 'Digit' Turner | 2010-09-13 | 2 | -34/+11 | |
| | | | | Change-Id: Ic8b1b067c8716a12a0d3b24c422865920b95c82a | |||||
* | update linux-x86 and windows config-host.h | David 'Digit' Turner | 2010-09-13 | 3 | -35/+25 | |
| | | | | | | + remove obsolete 'Linux' config directory. Change-Id: Ib0cc7e2ab6b5b90a2cfe43bd0afced692b29d6dc | |||||
* | Update darwin-x86 config-host.h, remove obsolete ppc one. | David 'Digit' Turner | 2010-09-13 | 2 | -28/+16 | |
| | | | | Change-Id: Ic3c0dcf07dbe0d172ac9a18fc2775d33d171fb60 | |||||
* | fix win32 build. | David 'Digit' Turner | 2010-09-13 | 1 | -0/+1 | |
| | | | | Change-Id: Id0ae0c7e2c11b30e27944ef9fd97dfa269faa912 | |||||
* | upstream: console changes. | David Turner | 2010-09-13 | 6 | -147/+222 | |
| | ||||||
* | upstream: console changes. | David Turner | 2010-09-13 | 7 | -556/+479 | |
| | ||||||
* | upstream: cpu changes. | David Turner | 2010-09-13 | 2 | -30/+61 | |
| | ||||||
* | upstream: cpu-exec.c changes | David Turner | 2010-09-13 | 2 | -502/+186 | |
| | ||||||
* | upstream: qemu-sockets changes. | David Turner | 2010-09-13 | 5 | -231/+637 | |
| | ||||||
* | upstream: qemu-char updates. | David Turner | 2010-09-13 | 5 | -292/+818 | |
| | ||||||
* | upstream: qemu-char.h update | David Turner | 2010-09-13 | 3 | -0/+587 | |
| | ||||||
* | upstream: osdep changes + fix mingw build. | David Turner | 2010-09-13 | 5 | -41/+237 | |
| | ||||||
* | upstream: rename IOCanRWHandler into IOCanReadHandler | David Turner | 2010-09-13 | 6 | -12/+12 | |
| | ||||||
* | upstream: osdep updates. | David Turner | 2010-09-13 | 2 | -153/+239 | |
| | | | | + add CONFIG_ANDROID to config-host.h | |||||
* | upstream: qemu-common.h updates. | David Turner | 2010-09-13 | 6 | -15/+112 | |
| | ||||||
* | upstream: minow hw updates. | David Turner | 2010-09-13 | 14 | -215/+224 | |
| | ||||||
* | upstream: qemu-option.c | David Turner | 2010-09-13 | 3 | -54/+225 | |
| | ||||||
* | upstream: qemu-malloc | David Turner | 2010-09-13 | 1 | -14/+7 | |
| | ||||||
* | upstream: softmmu | David Turner | 2010-09-13 | 3 | -17/+39 | |
| | ||||||
* | upstream: aio | David Turner | 2010-09-13 | 3 | -4/+76 | |
| | ||||||
* | upstream: monitor.h | David Turner | 2010-09-13 | 3 | -8/+87 | |
| | ||||||
* | upstream: qemu-io.c | David Turner | 2010-09-13 | 1 | -220/+781 | |
| | ||||||
* | upstream: minor updates. | David Turner | 2010-09-13 | 7 | -16/+47 | |
| | ||||||
* | upstream: elf.h | David Turner | 2010-09-13 | 1 | -1/+46 | |
| | ||||||
* | fix win32 build. | David Turner | 2010-09-13 | 1 | -3/+3 | |
| | ||||||
* | upstream: minor QObject update. | David Turner | 2010-09-13 | 4 | -32/+116 | |
| | ||||||
* | upstream: json update. | David Turner | 2010-09-13 | 3 | -68/+71 | |
| | ||||||
* | upstream: disas update. | David Turner | 2010-09-13 | 5 | -40/+69 | |
| | ||||||
* | upstream: move timer management code to qemu-timer.c | David Turner | 2010-09-13 | 19 | -2400/+1576 | |
| | ||||||
* | upstream: qemu-thread update. | David Turner | 2010-09-13 | 2 | -0/+33 | |
| | ||||||
* | upstream: minor QObject updates. | David Turner | 2010-09-13 | 14 | -56/+486 | |
| | ||||||
* | upstream: buffered file minor change. | David Turner | 2010-09-13 | 3 | -11/+26 | |
| | ||||||
* | upstream: bswap.h | David Turner | 2010-09-13 | 4 | -9/+21 | |
| | | | | + add a <machine/bswap.h> probe to android-configure.sh | |||||
* | Add <fnmatch.h> check to android-configure.h | David Turner | 2010-09-13 | 5 | -1/+9 | |
| | ||||||
* | upstream: acl changes. | David Turner | 2010-09-13 | 1 | -2/+2 | |
| | ||||||
* | upstream: softfloat changes. | David Turner | 2010-09-13 | 2 | -8/+86 | |
| | ||||||
* | Merge "Add basic suspend/resume support for networking." | David Turner | 2010-09-09 | 1 | -2/+81 | |
|\ |