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:
Alexandre Derumier 2016-02-22 17:15:13 +01:00 committed by Dietmar Maurer
parent ec61e9383f
commit d1363934b8

View File

@ -6627,6 +6627,7 @@ sub qemu_machine_pxe {
last;
}
return $machine;
}
sub qemu_use_old_bios_files {