5
0
mirror of git://git.proxmox.com/git/qemu-server.git synced 2025-01-10 01:18:01 +03:00
qemu-server/PVE
Stefan Reiter ea1c21108f Include "-cpu" parameter with snapshots/suspend
Just like with live-migration, custom CPU models might change after a
snapshot has been taken (or a VM suspended), which would lead to a
different QEMU invocation on rollback/resume.

Save the "-cpu" argument as a new "runningcpu" option into the VM conf
akin to "runningmachine" and use as override during rollback/resume.

No functional change with non-custom CPU types intended.

Signed-off-by: Stefan Reiter <s.reiter@proxmox.com>
2020-04-07 17:27:58 +02:00
..
API2 Include "-cpu" parameter with snapshots/suspend 2020-04-07 17:27:58 +02:00
CLI Create Drive.pm and move drive-related code there 2020-03-07 18:23:57 +01:00
QemuServer Include "-cpu" parameter with live-migration 2020-04-07 17:27:58 +02:00
VZDump vm_start: condense signature 2020-04-01 17:42:15 +02:00
Makefile buildsys: use $(MAKE) instead of make 2019-09-24 18:06:16 +02:00
QemuConfig.pm Include "-cpu" parameter with snapshots/suspend 2020-04-07 17:27:58 +02:00
QemuMigrate.pm Include "-cpu" parameter with live-migration 2020-04-07 17:27:58 +02:00
QemuServer.pm Include "-cpu" parameter with snapshots/suspend 2020-04-07 17:27:58 +02:00
QMPClient.pm Append newline to all QGA commands 2020-03-11 11:11:45 +01:00