aboutsummaryrefslogtreecommitdiffstats
path: root/vl.c
Commit message (Collapse)AuthorAgeFilesLines
* ramblocks: integrate upstream implementation (sophisticated)David 'Digit' Turner2011-06-011-314/+4
| | | | Change-Id: I49e96e2d5ae571849b0b6fef0a30b41ecdee8d23
* vl-android.c: move arch-specific functions to arch_init.cDavid 'Digit' Turner2011-06-011-183/+3
| | | | Change-Id: I4908006f3492aab199466c501dedff2bd835d647
* vl-android.c: move cpu functions to cpus.cDavid 'Digit' Turner2011-06-011-658/+3
| | | | Change-Id: Ib422f24224c2e75dd126689c67dbbb187d7c1670
* vl-android.c: use os-specific setup routinesDavid 'Digit' Turner2011-06-011-340/+15
| | | | | | Also fixes a bug in os-posix.c Change-Id: If2c6fb94d3e48d1db051aa9141dc2f69bdca35a8
* vl-android.c: Move code to iohandler.cDavid 'Digit' Turner2011-06-011-103/+9
| | | | Change-Id: I28d2025dfa1f7bfc1ab2318f5ff6c0fd56f4b658
* qemu-timer.c: rename qemu_timer_new_scale()David 'Digit' Turner2011-06-011-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 dependenciesDavid 'Digit' Turner2011-06-011-1/+9
| | | | | | + Generate qemu-options.def instead of qemu-options.h Change-Id: I043e6b0c1c58e5cc2e96d05465f39b42f9054b5a
* qemu-common.h: other intergratesDavid 'Digit' Turner2011-06-011-27/+0
| | | | Change-Id: Iaf5221814247d7686ec3d57abeab097b09c6a5dd
* upstream: integrate block changesDavid 'Digit' Turner2011-01-021-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.cDavid 'Digit' Turner2011-01-021-108/+4
| | | | Change-Id: Ibd4321edb2abe349d32483a60fdb94a282f22240
* Fix build and remove compiler warnings in vl-android.cDavid 'Digit' Turner2010-09-131-17/+4
| | | | Change-Id: Ic8b1b067c8716a12a0d3b24c422865920b95c82a
* upstream: console changes.David Turner2010-09-131-366/+46
|
* upstream: rename IOCanRWHandler into IOCanReadHandlerDavid Turner2010-09-131-2/+2
|
* upstream: qemu-common.h updates.David Turner2010-09-131-1/+1
|
* upstream: move timer management code to qemu-timer.cDavid Turner2010-09-131-1108/+8
|
* Upstream: integrate timer/clock management changes.David 'Digit' Turner2010-05-111-119/+165
| | | | Change-Id: I24acbdebe58d207352548f54dda1abf5be01e7d4
* Upstream: Replace sys-queue.h with qemu-queue.hDavid 'Digit' Turner2010-05-101-5/+5
| | | | Change-Id: I5c51f54a7fe2ea702420429bbf0c789ed6d8c534
* Upstream: HOST_WORDS_ALIGNED -> WORDS_ALIGNEDDavid 'Digit' Turner2010-05-101-1/+1
| | | | Change-Id: Ica9022695d83fb48a8c25fdb1e1f0dc1c63747ff
* Upstream: Use CONFIG_BSD instead of _BSD and HOST_BSDDavid 'Digit' Turner2010-05-101-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' Turner2009-09-141-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 Veenstra2009-05-151-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/...@140373The Android Open Source Project2009-03-181-1/+1
|
* auto import from //depot/cupcake/@136594The Android Open Source Project2009-03-051-7/+0
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+9803
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-9803/+0
|
* auto import from //depot/cupcake/@132589The Android Open Source Project2009-03-031-3/+3
|
* auto import from //depot/cupcake/@137055The Android Open Source Project2009-03-021-3/+3
|
* auto import from //branches/cupcake/...@130745The Android Open Source Project2009-02-101-1796/+4841
|
* auto import from //branches/cupcake/...@125939The Android Open Source Project2009-01-091-130/+102
|
* Code drop from //branches/cupcake/...@124589The Android Open Source Project2008-12-171-4/+0
|
* Initial ContributionThe Android Open Source Project2008-10-211-797/+1363
|
* external/qemu 0.8.2Upstream1970-01-121-0/+6224