aboutsummaryrefslogtreecommitdiffstats
path: root/qemu-common.h
Commit message (Collapse)AuthorAgeFilesLines
* Build standalone UI program (emulator-ui).David 'Digit' Turner2010-10-081-0/+9
| | | | | | | | | | | | | | | | 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
* upstream: osdep changes + fix mingw build.David Turner2010-09-131-0/+4
|
* upstream: rename IOCanRWHandler into IOCanReadHandlerDavid Turner2010-09-131-1/+1
|
* upstream: qemu-common.h updates.David Turner2010-09-131-5/+65
|
* upstream: move timer management code to qemu-timer.cDavid Turner2010-09-131-6/+16
|
* Upstream: add qemu_fdatasync()David 'Digit' Turner2010-05-111-0/+2
| | | | Change-Id: I232b9c4df372e1fded97694fffcd72ef9ea113c4
* Upstream: HAVE_IOVEC => CONFIG_IOVECDavid 'Digit' Turner2010-05-111-2/+2
| | | | Change-Id: I18025d9c154a02af5d6298c7d7f72fc9f2c1c5d7
* Merge upstream QEMU 10.0.50 into the Android source tree.David 'Digit' Turner2009-09-141-6/+96
| | | | | | | | | | | | | | | | | | | 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.
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+142
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-142/+0
|
* auto import from //branches/cupcake/...@130745The Android Open Source Project2009-02-101-0/+142