From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:37921) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XoLlQ-00024I-OZ for qemu-devel@nongnu.org; Tue, 11 Nov 2014 19:26:32 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XoLlJ-0008Rs-86 for qemu-devel@nongnu.org; Tue, 11 Nov 2014 19:26:24 -0500 Received: from mail-ob0-f179.google.com ([209.85.214.179]:34549) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XoLlJ-0008Rn-3G for qemu-devel@nongnu.org; Tue, 11 Nov 2014 19:26:17 -0500 Received: by mail-ob0-f179.google.com with SMTP id m8so8277629obr.38 for ; Tue, 11 Nov 2014 16:26:16 -0800 (PST) From: Greg Bellows Date: Tue, 11 Nov 2014 18:25:48 -0600 Message-Id: <1415751963-4081-1-git-send-email-greg.bellows@linaro.org> Subject: [Qemu-devel] [PATCH v1 00/15] android-console: Add console power command List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org, peter.maydell@linaro.org, christoffer.dall@linaro.org, alex.bennee@linaro.org Cc: Greg Bellows 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