]> git.proxmox.com Git - qemu-server.git/commit
print_vga_device: check if bios is defined
authorStoiko Ivanov <s.ivanov@proxmox.com>
Fri, 21 Aug 2020 08:07:38 +0000 (10:07 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 21 Aug 2020 08:12:27 +0000 (10:12 +0200)
commitb5d32c6be2fc1b27b735a8f60ab9e4a748a7e31d
tree7052e388cdd0485ca34ea2deecb40f5ea139c680
parent1ca43f1cde487f0683cfef996d893b940d60688d
print_vga_device: check if bios is defined

Otherwise a warning is printed if the bios is not set in the config.

reported via community forum:
https://forum.proxmox.com/threads/warning-in-qemuserver.74683/

reproduced and tested that the patch fixes the issue.

Signed-off-by: Stoiko Ivanov <s.ivanov@proxmox.com>
PVE/QemuServer.pm