mirror of
https://git.proxmox.com/git/qemu-server
synced 2025-05-28 18:45:07 +00:00
qemu_machine_pxe : return $machine if no pxe
Currently migration is broken, because qemu_machine_pxe return nothing if no pxe rom exist. That mean that we don't pass -machine flag to migration, and migration is broken between qemu 2.4->2.5 Signed-off-by: Alexandre Derumier <aderumier@odiso.com>
This commit is contained in:
parent
ec61e9383f
commit
d1363934b8
@ -6627,6 +6627,7 @@ sub qemu_machine_pxe {
|
||||
last;
|
||||
}
|
||||
|
||||
return $machine;
|
||||
}
|
||||
|
||||
sub qemu_use_old_bios_files {
|
||||
|
Loading…
Reference in New Issue
Block a user