-
Notifications
You must be signed in to change notification settings - Fork 173
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
uefi_boot_from_device: add support for network boot #4160
Conversation
include the following 4 cases: uefi_boot_from_device.UEFI_PXEv4 uefi_boot_from_device.UEFI_PXEv6 uefi_boot_from_device.UEFI_HTTPv4 uefi_boot_from_device.UEFI_HTTPv6 Signed-off-by: Xueqiang Wei <[email protected]>
Tested it with linux and window guest, all passed. (01/16) Host_RHEL.m9.u4.ovmf.qcow2.virtio_scsi.up.virtio_net.Guest.RHEL.9.4.0.x86_64.io-github-autotest-qemu.uefi_boot_from_device.UEFI_PXEv4.with_bootindex.q35: STARTED |
@zhencliu Could you please help review it? Many thanks. |
Thanks Zhenchao. |
include the following 4 cases:
uefi_boot_from_device.UEFI_PXEv4
uefi_boot_from_device.UEFI_PXEv6
uefi_boot_from_device.UEFI_HTTPv4
uefi_boot_from_device.UEFI_HTTPv6
Signed-off-by: Xueqiang Wei [email protected]
ID: 2883