mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-29 13:04:27 +01:00
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:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user