Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ramblocks: integrate upstream implementation (sophisticated) | David 'Digit' Turner | 2011-06-01 | 1 | -314/+4 |
| | | | | Change-Id: I49e96e2d5ae571849b0b6fef0a30b41ecdee8d23 | ||||
* | vl-android.c: move arch-specific functions to arch_init.c | David 'Digit' Turner | 2011-06-01 | 1 | -183/+3 |
| | | | | Change-Id: I4908006f3492aab199466c501dedff2bd835d647 | ||||
* | vl-android.c: move cpu functions to cpus.c | David 'Digit' Turner | 2011-06-01 | 1 | -658/+3 |
| | | | | Change-Id: Ib422f24224c2e75dd126689c67dbbb187d7c1670 | ||||
* | vl-android.c: use os-specific setup routines | David 'Digit' Turner | 2011-06-01 | 1 | -340/+15 |
| | | | | | | Also fixes a bug in os-posix.c Change-Id: If2c6fb94d3e48d1db051aa9141dc2f69bdca35a8 | ||||
* | vl-android.c: Move code to iohandler.c | David 'Digit' Turner | 2011-06-01 | 1 | -103/+9 |
| | | | | Change-Id: I28d2025dfa1f7bfc1ab2318f5ff6c0fd56f4b658 | ||||
* | qemu-timer.c: rename qemu_timer_new_scale() | David 'Digit' Turner | 2011-06-01 | 1 | -6/+6 |
| | | | | | | | | | | | Get rid of qemu_timer_new() implementation, and update all callers to use qemu_timer_new_ms() or qemu_timer_new_ns() instead. Rename qemu_new_timer_scale() to qemu_new_timer() to follow upstream conventions. Change-Id: Id2c04f8597ec5026e02f87b3e2c5507920eb688e | ||||
* | os-posix.c + os-win32.c and dependencies | David 'Digit' Turner | 2011-06-01 | 1 | -1/+9 |
| | | | | | | + Generate qemu-options.def instead of qemu-options.h Change-Id: I043e6b0c1c58e5cc2e96d05465f39b42f9054b5a | ||||
* | qemu-common.h: other intergrates | David 'Digit' Turner | 2011-06-01 | 1 | -27/+0 |
| | | | | Change-Id: Iaf5221814247d7686ec3d57abeab097b09c6a5dd | ||||
* | upstream: integrate block changes | David 'Digit' Turner | 2011-01-02 | 1 | -5/+26 |
| | | | | | | | | This large patch upgrades the block support code to the upstream version available in ba5e7f82169f32ab8163c707d97c799ca09f8924 dated 2010-08-08 Change-Id: I8b24df0c287e72f6620650a4d6a62e1bb315453e | ||||
* | upstream: Move bottom-half handlers to async.c | David 'Digit' Turner | 2011-01-02 | 1 | -108/+4 |
| | | | | Change-Id: Ibd4321edb2abe349d32483a60fdb94a282f22240 | ||||
* | Fix build and remove compiler warnings in vl-android.c | David 'Digit' Turner | 2010-09-13 | 1 | -17/+4 |
| | | | | Change-Id: Ic8b1b067c8716a12a0d3b24c422865920b95c82a | ||||
* | upstream: console changes. | David Turner | 2010-09-13 | 1 | -366/+46 |
| | |||||
* | upstream: rename IOCanRWHandler into IOCanReadHandler | David Turner | 2010-09-13 | 1 | -2/+2 |
| | |||||
* | upstream: qemu-common.h updates. | David Turner | 2010-09-13 | 1 | -1/+1 |
| | |||||
* | upstream: move timer management code to qemu-timer.c | David Turner | 2010-09-13 | 1 | -1108/+8 |
| | |||||
* | Upstream: integrate timer/clock management changes. | David 'Digit' Turner | 2010-05-11 | 1 | -119/+165 |
| | | | | Change-Id: I24acbdebe58d207352548f54dda1abf5be01e7d4 | ||||
* | Upstream: Replace sys-queue.h with qemu-queue.h | David 'Digit' Turner | 2010-05-10 | 1 | -5/+5 |
| | | | | Change-Id: I5c51f54a7fe2ea702420429bbf0c789ed6d8c534 | ||||
* | Upstream: HOST_WORDS_ALIGNED -> WORDS_ALIGNED | David 'Digit' Turner | 2010-05-10 | 1 | -1/+1 |
| | | | | Change-Id: Ica9022695d83fb48a8c25fdb1e1f0dc1c63747ff | ||||
* | Upstream: Use CONFIG_BSD instead of _BSD and HOST_BSD | David 'Digit' Turner | 2010-05-10 | 1 | -2/+2 |
| | | | | | Also fix OS X build, which failed with a link error. Change-Id: Idd63f25dc1f46ea66da5727c7577def34f048c3c | ||||
* | Merge upstream QEMU 10.0.50 into the Android source tree. | David 'Digit' Turner | 2009-09-14 | 1 | -5911/+2381 |
| | | | | | | | | | | | | | | | | | | | This change integrates many changes from the upstream QEMU sources. Its main purpose is to enable correct ARMv6 and ARMv7 support to the Android emulator. Due to the nature of the upstream code base, this unfortunately also required changes to many other parts of the source. Note that to ensure easier integrations in the future, some source files and directories that have heavy Android-specific customization have been renamed with an -android suffix. The original files are still there for easier integration tracking, but *never* compiled. For example: net.c net-android.c qemu-char.c qemu-char-android.c slirp/ slirp-android/ etc... Tested on linux-x86, darwin-x86 and windows host machines. | ||||
* | Remove the dcache from the emulator since we are not tracing loads and stores. | Jack Veenstra | 2009-05-15 | 1 | -0/+4 |
| | | | | | | I commented out the call to create the dcache since we are not currently tracing loads and stores. This just does useless work and when it prints the dcache stats at the end the stats always show zero hits and misses. | ||||
* | auto import from //branches/cupcake_rel/...@140373 | The Android Open Source Project | 2009-03-18 | 1 | -1/+1 |
| | |||||
* | auto import from //depot/cupcake/@136594 | The Android Open Source Project | 2009-03-05 | 1 | -7/+0 |
| | |||||
* | auto import from //depot/cupcake/@135843 | The Android Open Source Project | 2009-03-03 | 1 | -0/+9803 |
| | |||||
* | auto import from //depot/cupcake/@135843 | The Android Open Source Project | 2009-03-03 | 1 | -9803/+0 |
| | |||||
* | auto import from //depot/cupcake/@132589 | The Android Open Source Project | 2009-03-03 | 1 | -3/+3 |
| | |||||
* | auto import from //depot/cupcake/@137055 | The Android Open Source Project | 2009-03-02 | 1 | -3/+3 |
| | |||||
* | auto import from //branches/cupcake/...@130745 | The Android Open Source Project | 2009-02-10 | 1 | -1796/+4841 |
| | |||||
* | auto import from //branches/cupcake/...@125939 | The Android Open Source Project | 2009-01-09 | 1 | -130/+102 |
| | |||||
* | Code drop from //branches/cupcake/...@124589 | The Android Open Source Project | 2008-12-17 | 1 | -4/+0 |
| | |||||
* | Initial Contribution | The Android Open Source Project | 2008-10-21 | 1 | -797/+1363 |
| | |||||
* | external/qemu 0.8.2 | Upstream | 1970-01-12 | 1 | -0/+6224 |