[pve-devel] [PATCH qemu-server] fix #2434: extend machine regex

Thomas Lamprecht t.lamprecht at proxmox.com
Fri Oct 25 15:06:54 CEST 2019


On 10/25/19 2:36 PM, Dominik Csapak wrote:
> with qemu 4.0.1, there is now a machine type pc-q35-4.0.1 which does not fit
> into our regex
> 
> this broke live migration of q35, as we give the machine type (incl version
> info) to 'qm start' on the target node, which checks it against the
> JSONSchema
> 
> to fix this, extend the regex to allow any number of version levels,
> for q35, i440fx and virt (to be more future proof)
> 
> Signed-off-by: Dominik Csapak <d.csapak at proxmox.com>
> ---
>  PVE/QemuServer.pm | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 

applied, thanks!




More information about the pve-devel mailing list