aboutsummaryrefslogtreecommitdiffstats
path: root/qemu-option.c
Commit message (Collapse)AuthorAgeFilesLines
* qemu-error: minor integrateDavid 'Digit' Turner2011-06-011-10/+3
| | | | Change-Id: Ic6bc807b98e4dba0f2fcba046cd9a91a5d96f2cb
* upstream: qemu-option.cDavid Turner2010-09-131-51/+213
|
* Upstream: integrate various misc. minor changesDavid 'Digit' Turner2010-05-111-4/+4
| | | | Change-Id: I7d3eca1350f980d93f9f3198fa5250fb776de729
* Upstream: Misc integration - includes qobject.h and related sourcesDavid 'Digit' Turner2010-05-111-41/+501
| | | | Change-Id: Idfa93ab5c67c95a3bc1869eeaf3a84a75fe24cd6
* Merge upstream QEMU 10.0.50 into the Android source tree.David 'Digit' Turner2009-09-141-0/+362
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.