Searched refs:vars (Results 1 – 17 of 17) sorted by relevance
/qemu/docs/devel/ |
H A D | uefi-vars.rst | 36 The ``uefi-vars`` device implements the UEFI virtual device. It comes 37 in ``uefi-vars-x86`` and ``uefi-vars-sysbus`` flavours. The device 60 -device uefi-vars-x86,jsonfile=/path/to/vars.json 68 -device uefi-vars-sysbus,jsonfile=/path/to/vars.json
|
H A D | index-internals.rst | 23 uefi-vars
|
/qemu/roms/ |
H A D | edk2-build.config | 47 cpy2 = FV/OVMF_VARS.fd edk2-i386-vars.fd 103 cpy2 = FV/QEMU_VARS.fd edk2-arm-vars.fd 105 pad2 = edk2-arm-vars.fd 64m 131 cpy2 = FV/RISCV_VIRT_VARS.fd edk2-riscv-vars.fd 133 pad2 = edk2-riscv-vars.fd 32m 145 cpy2 = FV/QEMU_VARS.fd edk2-loongarch64-vars.fd 146 pad2 = edk2-loongarch64-vars.fd 16m
|
/qemu/pc-bios/ |
H A D | meson.build | 6 'edk2-arm-vars.fd', 8 'edk2-riscv-vars.fd', 11 'edk2-i386-vars.fd', 15 'edk2-loongarch64-vars.fd',
|
/qemu/docs/ |
H A D | conf.py | 175 vars = { variable 182 ".. |" + key + "| replace:: ``" + vars[key] + "``\n" 183 for key in vars.keys()
|
/qemu/hw/uefi/ |
H A D | meson.build | 7 'var-service-vars.c', 20 'vars' : uefi_vars_ss,
|
/qemu/scripts/ci/setup/ |
H A D | .gitignore | 2 vars.yml
|
/qemu/docs/devel/testing/ |
H A D | ci-runners.rst.inc | 78 Copy the ``scripts/ci/setup/vars.yml.template`` file to 79 ``scripts/ci/setup/vars.yml``. Then, set the
|
/qemu/tests/functional/qemu_test/ |
H A D | asset.py | 206 for name, asset in vars(test.__class__).items():
|
H A D | testcase.py | 191 for name, asset in vars(self.__class__).items():
|
/qemu/docs/config/ |
H A D | mach-virt-serial.cfg | 95 # /usr/share/edk2/aarch64/vars-template-pflash.raw (var)
|
H A D | mach-virt-graphical.cfg | 89 # /usr/share/edk2/aarch64/vars-template-pflash.raw (var)
|
/qemu/docs/interop/ |
H A D | firmware.json | 217 # @host-uefi-vars: The firmware expects the host to provide an uefi 233 'secure-boot', 'host-uefi-vars',
|
/qemu/python/scripts/ |
H A D | mkvenv.py | 209 "purelib", scheme="venv", vars={"base": context.env_dir}
|
/qemu/tests/qemu-iotests/ |
H A D | fat16.py | 202 return str(vars(self))
|
/qemu/target/alpha/ |
H A D | translate.c | 106 static const GlobalVar vars[] = { in alpha_translate_init() local 159 for (i = 0; i < ARRAY_SIZE(vars); ++i) { in alpha_translate_init() 160 const GlobalVar *v = &vars[i]; in alpha_translate_init()
|
/qemu/target/hppa/ |
H A D | translate.c | 276 static const GlobalVar vars[] = { in hppa_translate_init() local 317 for (i = 0; i < ARRAY_SIZE(vars); ++i) { in hppa_translate_init() 318 const GlobalVar *v = &vars[i]; in hppa_translate_init()
|