From e6efcefa16349c2cde74b04d3dd5a85d73538e7d Mon Sep 17 00:00:00 2001 From: Ciro Santilli Date: Sat, 24 Jun 2017 03:13:36 +0100 Subject: [PATCH] Add device edu back --- runqemu | 1 + 1 file changed, 1 insertion(+) diff --git a/runqemu b/runqemu index d5492a3..9cd7f70 100755 --- a/runqemu +++ b/runqemu @@ -49,6 +49,7 @@ case "$arch" in cmd="$debug_qemu ./buildroot/output/host/usr/bin/qemu-system-x86_64 \ -M pc \ -append 'root=/dev/vda $extra_append' \ + -device edu \ -drive file=${images_dir}/rootfs.ext2,if=virtio,format=raw \ -kernel ${images_dir}/bzImage \ -monitor telnet::45454,server,nowait \