aboutsummaryrefslogtreecommitdiffstats
path: root/hw/hw.h
Commit message (Collapse)AuthorAgeFilesLines
* 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