david/ipxe
david
/
ipxe
Archived
1
0
Fork 0
This repository has been archived on 2020-12-06. You can view files and clone it, but cannot push or open issues or pull requests.
ipxe/src/config/qemu/general.h

16 lines
384 B
C

/* Disable entry during POST */
#undef ROM_BANNER_TIMEOUT
#define ROM_BANNER_TIMEOUT 0
/* Extend banner timeout */
#undef BANNER_TIMEOUT
#define BANNER_TIMEOUT 30
/* Work around missing EFI_PXE_BASE_CODE_PROTOCOL */
#define EFI_DOWNGRADE_UX
/* The Tivoli VMM workaround causes a KVM emulation failure on hosts
* without unrestricted_guest support
*/
#undef TIVOLI_VMM_WORKAROUND