[pve-devel] applied-series: [PATCH-SERIES docs/qemu-server] machine version information
Thomas Lamprecht
t.lamprecht at proxmox.com
Sun Nov 12 19:11:29 CET 2023
Am 10/11/2023 um 14:24 schrieb Fiona Ebner:
> 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(-)
>
applied, thanks!
I added a few sub-headings and references for the docs patch.
And we might need to do a bigger restructuring there, currently we describe
the options as encountered in the web UI's VM create wizard, which on it's
own is fine to do as a short overview, but we now have everything related to
every option there too. OTOH, a simple split might make some important things
harder to find, but having all cobbled together does too – as you see, no good
solution jumped into my face, so just mentioning it for the record, maybe some
body else got a better idea (or can spent more time on this), it's not a big
issue yet after all.
More information about the pve-devel
mailing list