Closed mickours closed 8 years ago
Due to this (old) bug (http://lists.gnu.org/archive/html/qemu-devel/2011-11/msg03106.html) and the fact that the Debian wheezy kernel is old the Qemu recipe when kameleon run on debian 7 are not working because the out context is crashing with a kernel panic.
As a workaround, remove the -cpu host option from the default/qemu/steps/bootstrap/start_qemu.yaml file at line 25 do the trick but it slow down the all building process a bit.
-cpu host
default/qemu/steps/bootstrap/start_qemu.yaml
Wheezy is old and there is a workaround so close this.
Due to this (old) bug (http://lists.gnu.org/archive/html/qemu-devel/2011-11/msg03106.html) and the fact that the Debian wheezy kernel is old the Qemu recipe when kameleon run on debian 7 are not working because the out context is crashing with a kernel panic.
As a workaround, remove the
-cpu host
option from thedefault/qemu/steps/bootstrap/start_qemu.yaml
file at line 25 do the trick but it slow down the all building process a bit.