Skip to content

Commit

Permalink
Merge pull request #4160 from XueqiangWei/uefi_network_boot
Browse files Browse the repository at this point in the history
uefi_boot_from_device: add support for network boot
  • Loading branch information
XueqiangWei authored Sep 26, 2024
2 parents ce29f01 + 56d7f9c commit 8c83d64
Showing 1 changed file with 32 additions and 0 deletions.
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"
boot_entry_info = "Booting UEFI PXEv4"
variants:
- with_bootindex:
bootindex_nic1 = 1
- with_specific_device:
boot_dev = "UEFI PXEv4"
- 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

0 comments on commit 8c83d64

Please sign in to comment.