Home
last modified time | relevance | path

Searched refs:blob (Results 1 – 25 of 58) sorted by relevance

123

/qemu/
A Dqemu-edid.c44 uint8_t blob[512]; in main() local
125 memset(blob, 0, sizeof(blob)); in main()
126 qemu_edid_generate(blob, sizeof(blob), &info); in main()
127 size = qemu_edid_size(blob); in main()
128 fwrite(blob, size, 1, outfile); in main()
/qemu/docs/specs/
A Dacpi_hest_ghes.rst60 "etc/acpi/tables" fw_cfg blob. Each error source has different
63 (2) A new fw_cfg blob called "etc/hardware_errors" is introduced. QEMU
64 also needs to populate this blob. The "etc/hardware_errors" fw_cfg blob
71 for the "etc/hardware_errors" fw_cfg blob is (N * 8 * 2 + N * 4096) bytes.
76 and copies blob contents there.
80 corresponding "address registers" in the "etc/hardware_errors" blob.
84 corresponding "read_ack_register" within the "etc/hardware_errors" blob.
88 respective "Error Status Data Block" in the "etc/hardware_errors" blob.
90 (8) QEMU defines a third and write-only fw_cfg blob which is called
91 "etc/hardware_errors_addr". Through that blob, the firmware can send back
[all …]
A Dvmgenid.rst166 - contains the address of the downloaded vmgenid blob
172 1. Allocate memory for vmgenid_guid fw_cfg blob.
203 the vmgenid_guid fw_cfg blob are not simply a 128-bit GUID. There is also
A Dstandard-vga.rst76 edid data blob.
A Dacpi_nvdimm.rst180 _FIT method uses _DSM method to fetch NFIT structures blob from QEMU
198 | offset | 4 | 0 | offset in QEMU's NFIT structures blob to |
/qemu/hw/acpi/
A Dutils.c30 GArray *blob, const char *name) in acpi_add_rom_blob() argument
44 g_assert(acpi_data_len(blob) <= max_size); in acpi_add_rom_blob()
46 return rom_add_blob(name, blob->data, acpi_data_len(blob), max_size, -1, in acpi_add_rom_blob()
A Dbios-linker-loader.c120 GArray *blob; /* data accosiated with @name */ member
239 assert(start_offset < file->blob->len); in bios_linker_loader_add_checksum()
240 assert(start_offset + size <= file->blob->len); in bios_linker_loader_add_checksum()
244 *(file->blob->data + checksum_offset) = 0; in bios_linker_loader_add_checksum()
287 assert(dst_patched_offset < dst_file->blob->len); in bios_linker_loader_add_pointer()
288 assert(dst_patched_offset + dst_patched_size <= dst_file->blob->len); in bios_linker_loader_add_pointer()
289 assert(src_offset < source_file->blob->len); in bios_linker_loader_add_pointer()
303 memcpy(dst_file->blob->data + dst_patched_offset, in bios_linker_loader_add_pointer()
337 assert(src_offset < source_file->blob->len); in bios_linker_loader_write_pointer()
A Dcore.c108 static void acpi_table_install(const char unsigned *blob, size_t bloblen, in acpi_table_install() argument
139 hdr_src = blob; in acpi_table_install()
177 if (blob != NULL) { in acpi_table_install()
178 memcpy(acpi_tables + acpi_tables_len, blob + body_start, body_size); in acpi_table_install()
246 char unsigned *blob = NULL; in acpi_table_add() local
287 blob = g_realloc(blob, bloblen + r); in acpi_table_add()
288 memcpy(blob + bloblen, data, r); in acpi_table_add()
301 acpi_table_install(blob, bloblen, !!hdrs->file, hdrs, errp); in acpi_table_add()
304 g_free(blob); in acpi_table_add()
/qemu/docs/system/
A Dguest-loader.rst29 is loaded into the areas of memory. Each blob will get
45 This is mandatory and indicates the start address of the blob.
48 Indicates the filename of the kernel or initrd blob. Both blobs will
A Dtarget-avr.rst14 https://github.com/seharris/qemu-avr-tests/blob/master/free-rtos/Demo/AVR_ATMega2560_GCC/demo.elf
/qemu/qapi/
A Dacpi.json24 # overridden, then the corresponding value from the concatenated blob
48 # as table data. The resultant binary blob is expected to have an
53 # as table data. The resultant binary blob must not have an ACPI
/qemu/docs/system/devices/
A Dvirtio-gpu.rst76 requires host blob support (``hostmem`` and ``blob`` fields) and should
81 -device virtio-gpu-gl,hostmem=8G,blob=true,venus=true
96 This device does require host blob support (``hostmem`` field below). The
/qemu/backends/tpm/
A Dtrace-events30 tpm_emulator_get_state_blob(uint8_t type, uint32_t size, uint32_t flags) "got state blob type %d, %…
31 tpm_emulator_set_state_blob(uint8_t type, uint32_t size, uint32_t flags) "set state blob type %d, %…
/qemu/include/hw/acpi/
A Dutils.h7 GArray *blob, const char *name);
/qemu/docs/system/arm/
A Dsabrelite.rst30 support. For a normal use case, a device tree blob that represents a real world
105 blob of the SABRE Lite board. The sample SD card image was populated with the
/qemu/hw/ppc/
A Dtrace-events17 spapr_update_dt(unsigned cb) "New blob %u bytes"
18 …failed_size(unsigned cbold, unsigned cbnew, unsigned magic) "Old blob %u bytes, new blob %u bytes,…
19 …ailed_check(unsigned cbold, unsigned cbnew, unsigned magic) "Old blob %u bytes, new blob %u bytes,…
/qemu/hw/display/
A Dvirtio-gpu.c64 data = res->blob; in virtio_gpu_update_cursor_data()
147 if (!res->iov || (!res->image && !res->blob)) { in virtio_gpu_find_check_resource()
447 if (!res || res->blob) { in virtio_gpu_transfer_to_host_2d()
510 if (res->blob) { in virtio_gpu_resource_flush()
541 if (!res->blob && in virtio_gpu_resource_flush()
637 if (res->blob) { in virtio_gpu_do_set_scanout()
648 data = res->blob; in virtio_gpu_do_set_scanout()
654 if ((res->blob && !console_has_gl(scanout->con)) || in virtio_gpu_do_set_scanout()
902 if (res->blob) { in virtio_gpu_cleanup_mapping()
A Dvirtio-gpu-udmabuf.c150 res->blob = pdata; in virtio_gpu_init_udmabuf()
/qemu/docs/system/openrisc/
A Dor1k-sim.rst37 The ``or1k-sim`` board automatically generates a device tree blob ("dtb")
A Dvirt.rst45 The ``virt`` board automatically generates a device tree blob ("dtb") which it
/qemu/hw/loongarch/
A Dacpi-build.c82 static void acpi_align_size(GArray *blob, unsigned align) in acpi_align_size() argument
88 g_array_set_size(blob, ROUND_UP(acpi_data_len(blob), align)); in acpi_align_size()
/qemu/target/i386/
A Dsev.c2226 g_autofree guchar *blob; in sev_snp_guest_set_guest_visible_workarounds() local
2234 blob = qbase64_decode(sev_snp_guest->guest_visible_workarounds, in sev_snp_guest_set_guest_visible_workarounds()
2236 if (!blob) { in sev_snp_guest_set_guest_visible_workarounds()
2247 memcpy(start->gosvw, blob, len); in sev_snp_guest_set_guest_visible_workarounds()
2372 g_autofree guchar *blob; in sev_snp_guest_set_host_data() local
2380 blob = qbase64_decode(sev_snp_guest->host_data, -1, &len, errp); in sev_snp_guest_set_host_data()
2382 if (!blob) { in sev_snp_guest_set_host_data()
2393 memcpy(finish->host_data, blob, len); in sev_snp_guest_set_host_data()
/qemu/hw/riscv/
A Dvirt-acpi-build.c55 static void acpi_align_size(GArray *blob, unsigned align) in acpi_align_size() argument
61 g_array_set_size(blob, ROUND_UP(acpi_data_len(blob), align)); in acpi_align_size()
/qemu/docs/system/riscv/
A Dshakti-c.rst11 https://gitlab.com/shaktiproject/cores/shakti-soc/-/blob/master/fpga/boards/artya7-100t/c-class/REA…
/qemu/docs/interop/
A Dnbd.rst10 https://github.com/NetworkBlockDevice/nbd/blob/master/doc/proto.md

Completed in 59 milliseconds

123