aboutsummaryrefslogtreecommitdiffstats
path: root/hw/hw.h
Commit message (Collapse)AuthorAgeFilesLines
* Fix snapshot crashDavid 'Digit' Turner2011-11-081-0/+5
| | | | | | | | | | | | | | | - Add snapshot load/save support to QEMU Pipes This adds the ability to save and load QEMU Pipe connections with snapshots. Note that by default, all loaded pipe client connections are force-fully closed on load. We don't have a good way to save the state of network connections to persistent storage. Properly implements snapshot save / load for qemu pipe clients. Change-Id: Ie5767f8ce40c8341b958cc5844e724dd4fc1ed2b
* ramblocks: integrate upstream implementation (sophisticated)David 'Digit' Turner2011-06-011-0/+4
| | | | Change-Id: I49e96e2d5ae571849b0b6fef0a30b41ecdee8d23
* savevm.c: minor integrateDavid 'Digit' Turner2011-06-011-5/+6
| | | | Change-Id: I16103c65ac7b15b2dc58dcc7dd6b3052004aa31a
* Minor cleanups for core/ui Makefile separation.David 'Digit' Turner2011-02-231-0/+3
| | | | | | | | | | | | | | | | This patch contains minor cleanups that will be needed by a few future patches that will improve the way core and ui sources are separated and built. - remove a few compiler warnings - formatting - remove the memcheck CONFIG_MEMCHECK checks (they later get in the way) - refine hw/hw.h inclusion's of cpu.h (this comes from upstream) - add missing definitions for PRUd64 and PRUx64 (used later) - remove CONFIG_SHAPER test, replace with CONFIG_ANDROID instead. - add missing strdup() calls. Change-Id: Ic7d6681a51af718c298f0ee4bd884b1d8750f28e
* Revert "Build arm and x86 binaries at the same time."Xavier Ducrohet2011-02-091-3/+0
| | | | | | This fails to build on MacOS X This reverts commit a39b10bd2574825a815d6ad854499dd127cfa9cb.
* Build arm and x86 binaries at the same time.David 'Digit' Turner2011-02-101-0/+3
| | | | Change-Id: I105c5a097c988cb964b47b40b71c7a08af0d9210
* Added state snapshot support for QemuD.Ot ten Thije2010-10-141-0/+2
| | | | | | | | | | | | | | | | | With this patch, both modem and sensor functionality are correctly restored when a state snapshot is loaded. This was not the case previously because communication with either of these services is done using the qemud daemon, which did not support snapshots. The boot-properties and charpipe services have no specific save/load functionality yet, since the framework itself should be reviewed first. Adding support for bootproperties should not be difficult though, and charpipe may not need it. For a description of the high-level process for saving and loading, consult section IV "State snapshots" in docs/ANDROID-QEMUD.TXT. Change-Id: I5b06d88b911ca096e78060163174904c48a01c66
* upstream: buffered file minor change.David Turner2010-09-131-1/+3
|
* Upstream: Move ioport code to ioport.[hc]David 'Digit' Turner2010-05-111-4/+1
| | | | Change-Id: I41aa30fff127338665a6a32fa66dcd43dd3bfe8b
* Merge upstream QEMU 10.0.50 into the Android source tree.David 'Digit' Turner2009-09-141-9/+166
| | | | | | | | | | | | | | | | | | | 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/+110
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-110/+0
|
* auto import from //branches/cupcake/...@130745The Android Open Source Project2009-02-101-0/+110