This patchset includes 3 changes: - Fixes to the existing Android emulator console. - Restructure the emulator console redir help output - Add support for the emulator console power command
Greg Bellows (15): android-console: Fix goldfish audio misnaming android-console: Unify available commands output android-console: Remove extra redir help message android-console: Consolidate redir help text android-console: Add console base power command android-console: Add missing hw_has_battery prop android-console: Init the battery ID state field android-console: Add header for battery externs android-console: Add GF battery prop print func android-console: Add GF battery property getter android-console: Add power ac command android-console: Add power status command android-console: Add power present command android-console: Add power health command android-console: Add power capacity command android-commands.h | 53 ++++++++ android-console.c | 254 ++++++++++++++++++++++++++++++++----- android-console.h | 8 ++ hw/misc/goldfish_battery.c | 122 ++++++++++++++++-- include/hw/misc/goldfish_battery.h | 74 +++++++++++ monitor.c | 16 ++- 6 files changed, 484 insertions(+), 43 deletions(-) create mode 100644 include/hw/misc/goldfish_battery.h -- 1.8.3.2