4 - IMAGE=debian-armhf-cross
5 TARGET_LIST=arm-softmmu,arm-linux-user
6 - IMAGE=debian-arm64-cross
7 TARGET_LIST=aarch64-softmmu,aarch64-linux-user
10 - make docker-image-${IMAGE}
15 options: "-e HOME=/root"
18 - ./configure ${QEMU_CONFIGURE_OPTS} --target-list=${TARGET_LIST}