aboutsummaryrefslogtreecommitdiffstats
path: root/exec.c
Commit message (Collapse)AuthorAgeFilesLines
* replace _exit() with exit()Iliyan Malchev2012-06-011-1/+1
| | | | | | | | | | When the emulator is compiled with -pg, it generates a stats file (gmon.out) upon exiting, as long as the exit it done when main() returns normally or exit() is called. Calling _exit() or exiting via an unhandled signal will not cause gmon.out to be generated. Change-Id: I0d5ea5a0b0314f97d2fdc0c92fd6f38c65377eb9 Signed-off-by: Iliyan Malchev <malchev@google.com>
* Changes to existing files to add HAX supportJun Nakajima2012-01-171-0/+26
| | | | | | | | | | | | | | | HAX (Hardware-based Accelerated eXecution) employes hardware virtualization technology to boost performance of the Android emulator on Mac OS X or Windows hosts. This changeset includes the changes required to the existing files. To pass the compilation, hax.h is added, but CONFIG_HAX is disabled so that no real changes added. Change-Id: Ifa5777e8788e6698747c1ec4cd91315161c2ca0b Signed-off-by: Zhang, Xiantao <xiantao.zhang@intel.com> Signed-off-by: Xin, Xiaohui <xiaohui.xin@intel.com> Signed-off-by: Jiang Yunhong <yunhong.jiang@intel.com> Signed-off-by: Nakajima, Jun <jun.nakajima@intel.com>
* tcg: integrate upstream versionDavid 'Digit' Turner2011-06-011-0/+5
| | | | Change-Id: Ifcdebc2e7179fbc64b46a9150e6dae62f86eba3c
* ramblocks: integrate upstream implementation (sophisticated)David 'Digit' Turner2011-06-011-108/+284
| | | | Change-Id: I49e96e2d5ae571849b0b6fef0a30b41ecdee8d23
* cpu_restore_state: remove un-necessary argument.David 'Digit' Turner2011-06-011-15/+14
| | | | Change-Id: I01cef0743cc9db9d21c2b7feb9f2a877ac4d2b35
* qemu-common.h: other intergratesDavid 'Digit' Turner2011-06-011-2/+3
| | | | Change-Id: Iaf5221814247d7686ec3d57abeab097b09c6a5dd
* upstream: minor integrationDavid 'Digit' Turner2011-01-021-29/+44
| | | | Change-Id: Ic3e35ac078b4a6e213afd8f2719b230fb0468791
* Fix linux-x86_64 build.David 'Digit' Turner2010-10-211-2/+2
| | | | | | | | | Fix various 64-bitness issues in the source code to make the --try-64 option work again on Linux. Note that the generated binary is not faster than its 32-bit variant when it comes to benchmarking the boot sequence. Change-Id: Iad248e033757d4cd25524a438a5dbe1cf3aca6cf
* upstream: move timer management code to qemu-timer.cDavid Turner2010-09-131-0/+1
|
* Upstream: Replace sys-queue.h with qemu-queue.hDavid 'Digit' Turner2010-05-101-151/+67
| | | | Change-Id: I5c51f54a7fe2ea702420429bbf0c789ed6d8c534
* Merge memory checking from sandboxVladimir Chtchetkine2010-02-181-13/+70
| | | | Change-id: Ibce845d0
* Merge upstream QEMU 10.0.50 into the Android source tree.David 'Digit' Turner2009-09-141-383/+958
| | | | | | | | | | | | | | | | | | | 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/+3201
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-3201/+0
|
* auto import from //branches/cupcake/...@130745The Android Open Source Project2009-02-101-409/+1216
|
* external/qemu 0.8.2Upstream1970-01-121-0/+2394