mirror of
https://git.proxmox.com/git/qemu-server
synced 2025-08-04 11:57:09 +00:00
![]() Prevent the user from suspending the vm at all, as while suspension itself may finish, the saved state is incomplete as we can neither save nor restore PCIe device state in any generic fashion, so resuming will almost certainly break. The single case when it could work is when the guest OS didn't uses the passed through device at all, so there's no state, but that's really odd (as why bother passing through then), and the user should rather remove the hostpci entry in that case. Signed-off-by: Dominik Csapak <d.csapak@proxmox.com> [ T: reword commit message slightly ] Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com> |
||
---|---|---|
.. | ||
Qemu | ||
Makefile | ||
Qemu.pm |