qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] QEMU bootup hang in tcg model using mainline QEMU code


From: gengdongjiu
Subject: [Qemu-devel] QEMU bootup hang in tcg model using mainline QEMU code
Date: Thu, 8 Nov 2018 11:08:00 +0800
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.6.0

Hi All
  using mainline QEMU code and below boot up commands, the QEMU will be hang 
when do bootup, if I add the "-enable-kvm" parameter, it can boot up 
successfully,  do you know the reason about it?
I also try the "remotes/origin/stable-2.12" branch code using below same boot 
up commands, it does not have this hang issue. it seems the mainline code has 
some issue.


./qemu-system-aarch64  -m 1024 -cpu cortex-a57 -machine virt,gic-version=3 \
  -smp 4 -nographic -kernel Image -append "root=/dev/sda1 console=ttyAMA0 
sched_debug ignore_loglevel" \
  -device virtio-scsi-device,id=scsi -drive 
file=./linaro.img,id=rootimg,cache=unsafe,if=none -device scsi-hd,drive=rootimg







reply via email to

[Prev in Thread] Current Thread [Next in Thread]