device: 0.146 other: 0.102 permissions: 0.097 semantic: 0.095 PID: 0.082 socket: 0.074 files: 0.066 debug: 0.062 boot: 0.057 network: 0.055 graphic: 0.053 performance: 0.041 KVM: 0.037 vnc: 0.032 device: 0.203 boot: 0.141 PID: 0.127 socket: 0.085 files: 0.081 vnc: 0.081 debug: 0.078 other: 0.052 performance: 0.049 semantic: 0.046 network: 0.019 graphic: 0.019 KVM: 0.010 permissions: 0.010 qemu-system-arm segmentation fault with cpu cortex-m* I try to run an emulation with qemu-system-arm under a cpu cortex-m3 but any execution under the processor result by a segmentation fault. My command is : qemu-system-arm -m 256 -M versatilepb -cpu cortex-m3 -kernel ~/qemu/wheezy/vmlinuz-3.2.0-4-versatile -initrd ~/qemu/wheezy/initrd.img-3.2.0-4-versatile -hda ~/qemu/wheezy/hda.img -append 'root=/dev/sda1' If a lauch the emulation without specifying a cpu equivalent to cortex-m*, the vm opens up well and works but I absolutely need to run it under cortex-m3. Do you have any idea why I have this problem only with this type of processor ? I also try with other boards different from versatilepb but I have the same result. I am under ubuntu 17 64bits during my test. On 29 October 2017 at 19:24, Kevin