Skip to content
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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 32 additions & 0 deletions qemu/tests/cfg/uefi_boot_from_device.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,38 @@
bootindex_stg = 0
- with_specific_device:
boot_dev = "UEFI QEMU QEMU HARDDISK"
- UEFI_PXEv4:
dev_name = "UEFI PXEv4"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is the dev name possibly changed?

boot_entry_info = "Booting UEFI PXEv4"
variants:
- with_bootindex:
bootindex_nic1 = 1
- with_specific_device:
boot_dev = "UEFI PXEv4"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

boot_dev = ${dev_name} ? the same?

- UEFI_PXEv6:
dev_name = "UEFI PXEv6"
boot_entry_info = "Booting UEFI PXEv6"
variants:
- with_bootindex:
bootindex_nic1 = 1
- with_specific_device:
boot_dev = "UEFI PXEv6"
- UEFI_HTTPv4:
dev_name = "UEFI HTTPv4"
boot_entry_info = "Booting UEFI HTTPv4"
variants:
- with_bootindex:
bootindex_nic1 = 1
- with_specific_device:
boot_dev = "UEFI HTTPv4"
- UEFI_HTTPv6:
dev_name = "UEFI HTTPv6"
boot_entry_info = "Booting UEFI HTTPv6"
variants:
- with_bootindex:
bootindex_nic1 = 1
- with_specific_device:
boot_dev = "UEFI HTTPv6"
- usb_storage_disk:
dev_name = usb_storage
usb_devices = ""
Expand Down
Loading