qemu-monitor: migrate to Python!

Just came across the telnet in the stdlib, and got rid of the ugly expect
dependency, nice.

Also implement stdin input now that we have a sane language.
This commit is contained in:
Ciro Santilli 六四事件 法轮功
2018-11-10 00:00:00 +00:00
parent d697640584
commit 6c355c80d3
3 changed files with 50 additions and 27 deletions

View File

@@ -88,9 +88,9 @@ automake \
bc \
bison \
build-essential \
ccache \
coreutils \
cpio \
expect \
flex \
gcc-aarch64-linux-gnu \
gcc-arm-linux-gnueabihf \
@@ -114,7 +114,6 @@ pexpect==4.6.0 \
"
if "$gem5"; then
pkgs="${pkgs}\
ccache \
diod \
libgoogle-perftools-dev \
protobuf-compiler \