On Mon, Jun 27, 2022 at 09:11:44 +0200, Michal Prívozník wrote: > On 6/24/22 16:21, Peter Krempa wrote: > > Update to v7.0.0-2006-g3a821c52e1 > > > > Notable changes: > > - VFU_CLIENT_HANGUP event added > > - query-stats and query-stats-schemas commands added > > - 'loongarch64' arch added > > - added new qom types: > > - cxl-downstream > > - cxl-upstream > > - qio-channel-block > > - qio-channel-nulla > > - added smi-irq[0], smm-enabled, unnamed-gpio-out[0] properties for PIIX4_PM > > > > - removed: > > - piix3-ide-xen > > > > Signed-off-by: Peter Krempa <pkrempa@xxxxxxxxxx> > > --- > > .../caps_7.1.0.x86_64.replies | 2849 ++++++++++------- > > .../caps_7.1.0.x86_64.xml | 6 +- > > 2 files changed, 1610 insertions(+), 1245 deletions(-) > > [...] > > @@ -1550,8 +1550,8 @@ > > <machine type='kvm' name='pc-q35-2.4' hotplugCpus='yes' maxCpus='255' defaultCPU='qemu64-x86_64-cpu' numaMemSupported='yes' defaultRAMid='pc.ram'/> > > <machine type='kvm' name='pc-q35-2.10' hotplugCpus='yes' maxCpus='288' defaultCPU='qemu64-x86_64-cpu' numaMemSupported='yes' defaultRAMid='pc.ram'/> > > <machine type='kvm' name='x-remote' maxCpus='1'/> > > - <machine type='kvm' name='pc-q35-5.1' hotplugCpus='yes' maxCpus='288' defaultCPU='qemu64-x86_64-cpu' defaultRAMid='pc.ram'/> > > <machine type='kvm' name='pc-i440fx-1.7' hotplugCpus='yes' maxCpus='255' defaultCPU='qemu64-x86_64-cpu' numaMemSupported='yes' defaultRAMid='pc.ram' deprecated='yes'/> > > + <machine type='kvm' name='pc-q35-5.1' hotplugCpus='yes' maxCpus='288' defaultCPU='qemu64-x86_64-cpu' defaultRAMid='pc.ram'/> > > <machine type='kvm' name='pc-q35-2.9' hotplugCpus='yes' maxCpus='288' defaultCPU='qemu64-x86_64-cpu' numaMemSupported='yes' defaultRAMid='pc.ram'/> > > <machine type='kvm' name='pc-i440fx-2.11' hotplugCpus='yes' maxCpus='255' defaultCPU='qemu64-x86_64-cpu' numaMemSupported='yes' defaultRAMid='pc.ram'/> > > <machine type='kvm' name='pc-q35-3.1' hotplugCpus='yes' maxCpus='288' defaultCPU='qemu64-x86_64-cpu' numaMemSupported='yes' defaultRAMid='pc.ram'/> > > @@ -3531,8 +3531,8 @@ > > <machine type='tcg' name='pc-q35-2.4' hotplugCpus='yes' maxCpus='255' defaultCPU='qemu64-x86_64-cpu' numaMemSupported='yes' defaultRAMid='pc.ram'/> > > <machine type='tcg' name='pc-q35-2.10' hotplugCpus='yes' maxCpus='288' defaultCPU='qemu64-x86_64-cpu' numaMemSupported='yes' defaultRAMid='pc.ram'/> > > <machine type='tcg' name='x-remote' maxCpus='1'/> > > - <machine type='tcg' name='pc-q35-5.1' hotplugCpus='yes' maxCpus='288' defaultCPU='qemu64-x86_64-cpu' defaultRAMid='pc.ram'/> > > <machine type='tcg' name='pc-i440fx-1.7' hotplugCpus='yes' maxCpus='255' defaultCPU='qemu64-x86_64-cpu' numaMemSupported='yes' defaultRAMid='pc.ram' deprecated='yes'/> > > + <machine type='tcg' name='pc-q35-5.1' hotplugCpus='yes' maxCpus='288' defaultCPU='qemu64-x86_64-cpu' defaultRAMid='pc.ram'/> > > <machine type='tcg' name='pc-q35-2.9' hotplugCpus='yes' maxCpus='288' defaultCPU='qemu64-x86_64-cpu' numaMemSupported='yes' defaultRAMid='pc.ram'/> > > <machine type='tcg' name='pc-i440fx-2.11' hotplugCpus='yes' maxCpus='255' defaultCPU='qemu64-x86_64-cpu' numaMemSupported='yes' defaultRAMid='pc.ram'/> > > <machine type='tcg' name='pc-q35-3.1' hotplugCpus='yes' maxCpus='288' defaultCPU='qemu64-x86_64-cpu' numaMemSupported='yes' defaultRAMid='pc.ram'/> > I've been wondering what caused this movement, but apparently is because > of the movement in QEMU's reply. I've updated to v7.0.0-2187-g2a8835cb45 and the reordering went away > Reviewed-by: Michal Privoznik <mprivozn@xxxxxxxxxx> If you agree I can go ahead with the updated version .