do-release: sketch + a bunch of fixes from bench-all

qemu: monitor command from guest
This commit is contained in:
Ciro Santilli
2018-08-09 12:56:16 +01:00
parent 380000ce57
commit f5a997b2b6
7 changed files with 48 additions and 18 deletions

2
build
View File

@@ -18,7 +18,7 @@ kernel_config_fragments=
post_script_args=
qemu_sdl='--enable-sdl --with-sdlabi=2.0'
v=0
while getopts 'a:B:b:C:c:fGgj:hIiK:kL:lM:p:Q:qSst::v' OPT; do
while getopts 'a:B:b:C:c:fGgj:hIiK:kL:lM:p:Q:qSs:t:v' OPT; do
case "$OPT" in
a)
common_arch="$OPTARG"