Re: [Qemu-devel] [PATCH v1 15/15] android-console: Add power capacity command

2014-11-13 Thread Alex Bennée
Greg Bellows writes: > Add the Android emulator console "power capacity" command along associated > help > messages. The "capacity" command allows the battery capacity of the device to > be manipulated. > > Signed-off-by: Greg Bellows > --- > android-commands.h | 7 +++ > android-consol

[Qemu-devel] [PATCH v1 15/15] android-console: Add power capacity command

2014-11-11 Thread Greg Bellows
Add the Android emulator console "power capacity" command along associated help messages. The "capacity" command allows the battery capacity of the device to be manipulated. Signed-off-by: Greg Bellows --- android-commands.h | 7 +++ android-console.c | 26 ++ andr