[pve-devel] [PATCH-SERIES docs/qemu-server] machine version information

Fiona Ebner f.ebner at proxmox.com
Fri Nov 10 14:24:44 CET 2023


There are already some deprecated machine versions in QEMU currently,
namely 1.4-1.7 for i440fx and QEMU 8.2 will add some more. At some
point, support for these will be dropped completely, so start
informing and warning users about this.


docs:

Fiona Ebner (1):
  qm: add section about machine types

 qm.adoc | 42 +++++++++++++++++++++++++++++++++++++-----
 1 file changed, 37 insertions(+), 5 deletions(-)


qemu-server:

Fiona Ebner (6):
  machine: get current: improve naming and style
  machine: get current: make it clear that pve-version only exists for
    the current machine
  machine: get current: return early from loop if possible
  machine: get current: add flag if current machine is deprecated in
    list context
  test: migration: mock get_current_qemu_machine
  vm start: add warning about deprecated machine version

 PVE/QemuServer.pm            |  9 +++++++++
 PVE/QemuServer/Machine.pm    | 28 +++++++++++++++++-----------
 test/MigrationTest/QmMock.pm | 14 ++++++++++++++
 3 files changed, 40 insertions(+), 11 deletions(-)

-- 
2.39.2






More information about the pve-devel mailing list