Since upgrading to PVE4b2, the Windows 10 machine does not really shut down. The VM screen goes black and CPU usage jumps to 100% (multiplied by the number of VM cores).
Forced downgrade to QEMU 2.3 and does the same, so I assume it has something to do with 4.2.0 kernel.
Tried a fresh install of Windows and it does the same, so it is not something inside the VM.
strace shows that all the KVM process is doing like crazy is
after shutdown.
Killing the KVM process always works.
Forced downgrade to QEMU 2.3 and does the same, so I assume it has something to do with 4.2.0 kernel.
Tried a fresh install of Windows and it does the same, so it is not something inside the VM.
strace shows that all the KVM process is doing like crazy is
Code:
ioctl(..., KVM_RUN,0)
Killing the KVM process always works.