Home
last modified time | relevance | path

Searched refs:vars (Results 1 – 17 of 17) sorted by relevance

/qemu/docs/devel/
H A Duefi-vars.rst36 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 Dindex-internals.rst23 uefi-vars
/qemu/roms/
H A Dedk2-build.config47 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 Dmeson.build6 'edk2-arm-vars.fd',
8 'edk2-riscv-vars.fd',
11 'edk2-i386-vars.fd',
15 'edk2-loongarch64-vars.fd',
/qemu/docs/
H A Dconf.py175 vars = { variable
182 ".. |" + key + "| replace:: ``" + vars[key] + "``\n"
183 for key in vars.keys()
/qemu/hw/uefi/
H A Dmeson.build7 'var-service-vars.c',
20 'vars' : uefi_vars_ss,
/qemu/scripts/ci/setup/
H A D.gitignore2 vars.yml
/qemu/docs/devel/testing/
H A Dci-runners.rst.inc78 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 Dasset.py206 for name, asset in vars(test.__class__).items():
H A Dtestcase.py191 for name, asset in vars(self.__class__).items():
/qemu/docs/config/
H A Dmach-virt-serial.cfg95 # /usr/share/edk2/aarch64/vars-template-pflash.raw (var)
H A Dmach-virt-graphical.cfg89 # /usr/share/edk2/aarch64/vars-template-pflash.raw (var)
/qemu/docs/interop/
H A Dfirmware.json217 # @host-uefi-vars: The firmware expects the host to provide an uefi
233 'secure-boot', 'host-uefi-vars',
/qemu/python/scripts/
H A Dmkvenv.py209 "purelib", scheme="venv", vars={"base": context.env_dir}
/qemu/tests/qemu-iotests/
H A Dfat16.py202 return str(vars(self))
/qemu/target/alpha/
H A Dtranslate.c106 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 Dtranslate.c276 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()