Home
last modified time | relevance | path

Searched full:image (Results 1 – 17 of 17) sorted by relevance

/kvm-unit-tests/lib/
H A Defi.c133 static char *efi_convert_cmdline(struct efi_loaded_image_64 *image, int *cmd_line_len) in efi_convert_cmdline() argument
137 int options_chars = image->load_options_size; in efi_convert_cmdline()
138 const u16 *options = image->load_options; in efi_convert_cmdline()
211 static void efi_load_image(efi_handle_t handle, struct efi_loaded_image_64 *image, void **data, in efi_load_image() argument
223 status = efi_bs_call(handle_protocol, image->device_handle, &file_system_proto_guid, in efi_load_image()
300 static void* efi_get_var(efi_handle_t handle, struct efi_loaded_image_64 *image, efi_char16_t *var) in efi_get_var() argument
316 static void *efi_get_fdt(efi_handle_t handle, struct efi_loaded_image_64 *image) in efi_get_fdt() argument
323 val = efi_get_var(handle, image, var); in efi_get_fdt()
325 efi_load_image(handle, image, &fdt, &fdtsize, val); in efi_get_fdt()
335 static void *efi_get_fdt(efi_handle_t handle, struct efi_loaded_image_64 *image) in efi_get_fdt() argument
[all …]
/kvm-unit-tests/
H A D.gitlab-ci.yml1 image: fedora:40
416 image: centos:8
471 image: registry.gitlab.com/libvirt/libvirt-ci/cirrus-run:latest
538 image: python:3.10-alpine
551 image: python:3.10-alpine
564 image: python:3.10-alpine
H A Dconfigure109 a PVM image with 'genprotimg' (s390x only)
/kvm-unit-tests/ci/
H A Dcirrus-ci-macos-i386.yml4 image: ghcr.io/cirruslabs/macos-ventura-base:latest
H A Dcirrus-ci-macos-x86-64.yml4 image: ghcr.io/cirruslabs/macos-ventura-base:latest
H A Dcirrus-ci-fedora.yml4 image: fedora:latest
/kvm-unit-tests/scripts/s390x/
H A Dfunc.bash35 print_result 'SKIP' $testname '' 'PVM image was not created'
/kvm-unit-tests/x86/
H A Drun51 # image, not through the '-kernel' flag. And QEMU reports an error if it
/kvm-unit-tests/arm/efi/
H A Dreloc_aarch64.c40 efi_status_t _relocate(long ldbase, Elf64_Dyn *dyn, efi_handle_t image, in _relocate() argument
H A Dcrt0-efi-aarch64.S67 // Everything before the kernel image is considered part of the header
/kvm-unit-tests/x86/efi/
H A Drun38 # This host dir will be loaded by QEMU as a FAT32 image
/kvm-unit-tests/riscv/
H A Dcstart.S43 * Documentation/arch/riscv/boot-image-header.rst
50 .dword stacktop - ImageBase // image size
/kvm-unit-tests/lib/s390x/
H A Dsnippet.h73 /* Copy test image to guest memory */ in snippet_init()
/kvm-unit-tests/s390x/
H A DMakefile199 # Newer version of the genprotimg command checks if the given image/kernel is a
219 …IMG_COMM_OPTION) $(comm-key) --x-pcf $(GENPROTIMG_PCF) $(parmfile_args) --image $(filter %.bin,$^)…
/kvm-unit-tests/docs/
H A Dunittests.txt5 test cases by specifying an executable (target image) under the <arch>/
/kvm-unit-tests/riscv/efi/
H A Dcrt0-efi-riscv64.S71 // Everything before the kernel image is considered part of the header
/kvm-unit-tests/powerpc/
H A Dinterrupts.c296 * HEAI interrupt with the HEIR SPR set to the instruction image. pseries