Searched full:image (Results 1 – 17 of 17) sorted by relevance
/kvm-unit-tests/lib/ |
H A D | efi.c | 133 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.yml | 1 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 D | configure | 109 a PVM image with 'genprotimg' (s390x only)
|
/kvm-unit-tests/ci/ |
H A D | cirrus-ci-macos-i386.yml | 4 image: ghcr.io/cirruslabs/macos-ventura-base:latest
|
H A D | cirrus-ci-macos-x86-64.yml | 4 image: ghcr.io/cirruslabs/macos-ventura-base:latest
|
H A D | cirrus-ci-fedora.yml | 4 image: fedora:latest
|
/kvm-unit-tests/scripts/s390x/ |
H A D | func.bash | 35 print_result 'SKIP' $testname '' 'PVM image was not created'
|
/kvm-unit-tests/x86/ |
H A D | run | 51 # image, not through the '-kernel' flag. And QEMU reports an error if it
|
/kvm-unit-tests/arm/efi/ |
H A D | reloc_aarch64.c | 40 efi_status_t _relocate(long ldbase, Elf64_Dyn *dyn, efi_handle_t image, in _relocate() argument
|
H A D | crt0-efi-aarch64.S | 67 // Everything before the kernel image is considered part of the header
|
/kvm-unit-tests/x86/efi/ |
H A D | run | 38 # This host dir will be loaded by QEMU as a FAT32 image
|
/kvm-unit-tests/riscv/ |
H A D | cstart.S | 43 * Documentation/arch/riscv/boot-image-header.rst 50 .dword stacktop - ImageBase // image size
|
/kvm-unit-tests/lib/s390x/ |
H A D | snippet.h | 73 /* Copy test image to guest memory */ in snippet_init()
|
/kvm-unit-tests/s390x/ |
H A D | Makefile | 199 # 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 D | unittests.txt | 5 test cases by specifying an executable (target image) under the <arch>/
|
/kvm-unit-tests/riscv/efi/ |
H A D | crt0-efi-riscv64.S | 71 // Everything before the kernel image is considered part of the header
|
/kvm-unit-tests/powerpc/ |
H A D | interrupts.c | 296 * HEAI interrupt with the HEIR SPR set to the instruction image. pseries
|