]> git.proxmox.com Git - qemu-server.git/commit
vm start: add warning about deprecated machine version
authorFiona Ebner <f.ebner@proxmox.com>
Fri, 10 Nov 2023 13:24:51 +0000 (14:24 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Sun, 12 Nov 2023 17:48:01 +0000 (18:48 +0100)
commitdec371d96c367ef91f7cb666250d44243602944c
treecd626febdf6ba0e795aac728f4ad581c5ffb18ed
parente13a66c8f7d710a412823be43415fd98e0fe71ec
vm start: add warning about deprecated machine version

While there already is a warning from QEMU proper, that one is not
visible as a task warning and it's not straightforward to make it be
one, because QEMU is started inside a run_fork(). It's also more
future-proof to have the detection explicit on our side and the
documentation can be referenced.

Signed-off-by: Fiona Ebner <f.ebner@proxmox.com>
PVE/QemuServer.pm