I'm not sure why, though have two theories: One, than it might be an AMD issue as it doesn't happen on my Intel laptop and I only noticed it on changing from Intel to AMD on my desktop. Two, it has something to do with the graphics display output, specifically updates. Reasoning for that sums up to shell prompt coming ~100x sooner than the last lines of the boot log finishes displaying with KVM enabled.
This is the command line I normally use to start QEMU:
Code: Select all
qemu-system-x86_64 -nodefaults -m 4G --no-reboot -machine type=q35,accel=kvm,sata=false,smbus=false -bios <path to OVMF> -serial vc -monitor stdio -device ahci,id=ahci -device VGA -blockdev driver=raw,node-name=disk,file.driver=file,file.filename=<path to root disk> -device ide-hd,drive=disk,bus=ahci.0
Code: Select all
qemu-system-x86_64 -m 4G -machine type=q35,accel=kvm -bios <path to OVMF> -device ahci,id=ahci -blockdev driver=raw,node-name=disk,file.driver=file,file.filename=<path to root disk> -device ide-hd, drive=disk,bus=ahci.0
Not sure if this is the right sub-forum or even forum overall to ask this in but didn't know where else to put this, also brand new to posting here. Thanks for any help. Am utterly lost myself.