aboutsummaryrefslogtreecommitdiffstats
path: root/android/snapshot.h
Commit message (Collapse)AuthorAgeFilesLines
* Remove CONFIG_ANDROID_SNAPSHOTS macro.David 'Digit' Turner2011-03-011-7/+3
| | | | | | The feature is no longer optional. Change-Id: I4558f12e3804e42069e8a3e6bcf0837d350206ed
* Send unsolicited time response to first signal strength query after loadvmTim Baverstock2010-12-141-0/+4
| | | | Change-Id: I9c6260493d42564ee3aa34799313368bb2de7d4d
* Add command line flag to show list of snapshots.Ot ten Thije2010-10-281-0/+31
This patch introduces the flag '-snapshot-list', which causes the emulator to output a table of snapshots in the currently mounted snapshot storage file. The snapshot file is accessed with a very simple driver for the Qcow2 file system, independent of Qemu's block driver framework. This way, the flag is available in the emulator-ui builds as well. Using Qemu's framework would have resulted in adding a lot of Qemu dependencies to the UI build, which we are explicitly trying to avoid. Change-Id: I059b9ac53e2f8e051757a5c637761eccf8ea17cb