aboutsummaryrefslogtreecommitdiffstats
path: root/outputchannel.h
Commit message (Collapse)AuthorAgeFilesLines
* Control state snapshots from Android console.Ot ten Thije2010-10-281-0/+38
This patch exposes Qemu's save, load, delete and list commands for state snapshots on the Android console. A level of indirection is added by means of the OutputChannel construct. This allows us to show the output of the Qemu commands on the console rather than on the monitor, while minimizing the differences with the upstream codebase. The new commands are exposed only when the configuration constant CONFIG_ANDROID_SNAPSHOTS is not 0. Change-Id: I558d5cd505d321fe2da5835713d341d151f60534