Skip to content

Commit

Permalink
uefi_boot_from_device: add support for network boot
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
XueqiangWei committed Sep 18, 2024
1 parent 6ac6e9f commit 56d7f9c
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 56d7f9c

Please sign in to comment.