Ever since the release of qemu 3.0, the booting of win10 under qemu 3.0
freezes in it's initial stage. The Window is showed but there is no
indication of any progress or error report.
Below is the same qemu command is used as under qemu 2.12.1, which
functions properly there.
qemu-system-x86_64 -snapshot -name telewerken -cpu host -smp
cores=2,threads=1,sockets=1 -enable-kvm -machine type=q35,accel=kvm -m
2560 -soundhw hda -net nic,model=virtio,macaddr=02:d5:5f:99:26:53 -net
tap,ifname=tap0 -vga std -display gtk -rtc clock=host,base=localtime
-boot order=c -usb -device usb-tablet -drive
file=/mnt/raidarray/vms/telewerken.raw,format=raw,index=0,media=disk,if=virtio,cache=writeback
What is changed so drastically that I can't use qemu 3.0.
Regards, Frans.