If three virtio-blk
devices are added VM is crashing in the middle of the Windows 10 boot. The attached blockdev
has no influence. VM is working fine using two virtio-blk
.
qemu-system-x86_64 \
...
-device virtio-blk,drive=c,bus=pci.3,addr=0x0,write-cache=on,bootindex=1 \
-device virtio-blk,drive=d,bus=pci.4,addr=0x0,write-cache=on \
-device virtio-blk,drive=e,bus=pci.5,addr=0x0,write-cache=on \
...
qemu-system-x86_64
exits without printing any information. How to debug in this situation? Maybe there are known reasons why this is happening.
Context: Kubernetes, privileged Debian container, Qemu 5.2.0