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
run
View File

@@ -364,7 +364,6 @@ ${qemu_common} \
-append '${root} ${extra_append}' \\
-cpu cortex-a57 \\
${virtio_gpu_pci} \
-kernel '${common_images_dir}/Image' \\
${extra_flags} \
"
;;
@@ -380,7 +379,6 @@ ${qemu_common} \
-M malta \\
-append '${root} ${extra_append}' \\
-cpu I6400 \\
-kernel '${common_vmlinux}' \\
${extra_flags} \
"
;;