Lines Matching +full:out +full:- +full:of +full:- +full:band
11 useful as an out-of-band, asynchronous mechanism for providing
14 The authoritative guest-side hardware interface documentation
17 https://qemu-project.gitlab.io/qemu/specs/fw_cfg.html
24 presence or size of "legacy" blobs (with selector keys between
50 name The 56-byte nul-terminated ASCII string used as the
52 size The length of the blob, as given in the fw_cfg
54 key The value of the blob's selector key as given in the
57 raw The raw bytes of the blob, obtained by selecting the
59 of bytes equal to the blob size from the data
73 "etc/boot-fail-wait"
74 "etc/system-states"
75 "etc/table-loader"
78 "etc/smbios/smbios-tables"
79 "etc/smbios/smbios-anchor"
84 of directories matching the path name components of fw_cfg
89 qemu_fw_cfg/by_name/bootorder -> ../by_key/38
90 qemu_fw_cfg/by_name/etc/e820 -> ../../by_key/35
91 qemu_fw_cfg/by_name/etc/acpi/rsdp -> ../../../by_key/41
94 Construction of the directory tree and symlinks is done on a
95 "best-effort" basis, as there is no guarantee that components
96 of fw_cfg blob names are always "well behaved". I.e., there is
98 a dirname component of another fw_cfg blob, in which case the
99 creation of the offending /sys/firmware/qemu_fw_cfg/by_name
102 The authoritative list of entries will continue to be found