/openbmc/qemu/migration/ |
H A D | qemu-file.c | 631 size_t coroutine_mixed_fn qemu_get_buffer(QEMUFile *f, uint8_t *buf, size_t size) in qemu_get_buffer() function 687 return qemu_get_buffer(f, *buf, size); in qemu_get_buffer_in_place() 790 size_t res = qemu_get_buffer(f, (uint8_t *)buf, len); in qemu_get_counted_string()
|
H A D | ram.c | 2962 ret = qemu_get_buffer(file, (uint8_t *)header, header_size); in mapped_ram_read_header() 3411 qemu_get_buffer(f, (uint8_t *)id, len); in ram_block_from_stream() 3785 qemu_get_buffer(f, page_buffer, TARGET_PAGE_SIZE); in ram_load_postcopy() 4089 qemu_get_buffer(f, (uint8_t *)id, len); in parse_ramblocks() 4228 qemu_get_buffer(f, host, TARGET_PAGE_SIZE); in ram_load_precopy() 4401 size = qemu_get_buffer(file, (uint8_t *)le_bitmap, local_size); in ram_dirty_bitmap_reload()
|
H A D | vmstate-types.c | 456 qemu_get_buffer(f, v, size); in get_buffer() 486 qemu_get_buffer(f, buf, block_len); in get_unused_buffer()
|
H A D | colo.c | 710 total_size = qemu_get_buffer(mis->from_src_file, bioc->data, value); in colo_incoming_process_checkpoint()
|
H A D | savevm.c | 392 qemu_get_buffer(f, (uint8_t *)capability_str, len); in get_capability() 2316 ret = qemu_get_buffer(mis->from_src_file, in loadvm_handle_cmd_packaged() 3002 qemu_get_buffer(f, buf, read_chunk); in qemu_loadvm_state()
|
H A D | block-dirty-bitmap.c | 1015 ret = qemu_get_buffer(f, buf, buf_size); in dirty_bitmap_load_bits()
|
H A D | migration.c | 2320 res = qemu_get_buffer(rp, buf, header_len); in source_return_path_thread()
|
/openbmc/qemu/include/migration/ |
H A D | qemu-file-types.h | 38 size_t coroutine_mixed_fn qemu_get_buffer(QEMUFile *f, uint8_t *buf, size_t size);
|
/openbmc/qemu/hw/pci/ |
H A D | msix.c | 501 qemu_get_buffer(f, dev->msix_table, n * PCI_MSIX_ENTRY_SIZE); in msix_load() 502 qemu_get_buffer(f, dev->msix_pba, DIV_ROUND_UP(n, 8)); in msix_load()
|
H A D | shpc.c | 775 int ret = qemu_get_buffer(f, d->shpc->config, SHPC_SIZEOF(d)); in shpc_load()
|
H A D | pci.c | 659 qemu_get_buffer(f, config, size); in get_pci_config_device()
|
/openbmc/qemu/hw/s390x/ |
H A D | s390-stattrib.c | 138 qemu_get_buffer(f, buf, count); in cmma_load()
|
H A D | s390-skeys.c | 433 qemu_get_buffer(f, buf, cur_count); in s390_storage_keys_load()
|
/openbmc/qemu/hw/intc/ |
H A D | s390_flic_kvm.c | 487 if (qemu_get_buffer(f, (uint8_t *) buf, len) != len) { in kvm_flic_load()
|
/openbmc/qemu/hw/scsi/ |
H A D | scsi-generic.c | 62 qemu_get_buffer(f, r->buf, r->req.cmd.xfer); in scsi_generic_load_request()
|
H A D | mptsas.c | 1238 qemu_get_buffer(f, (unsigned char *)&req->scsi_io, sizeof(req->scsi_io)); in mptsas_load_request()
|
H A D | scsi-disk.c | 194 qemu_get_buffer(f, r->iov.iov_base, r->iov.iov_len); in scsi_disk_load_request() 200 qemu_get_buffer(f, r->iov.iov_base, r->iov.iov_len); in scsi_disk_load_request()
|
H A D | scsi-bus.c | 1862 qemu_get_buffer(f, buf, sizeof(buf)); in get_scsi_requests()
|
/openbmc/qemu/net/ |
H A D | slirp.c | 391 return qemu_get_buffer(f, buf, size); in net_slirp_stream_read()
|
/openbmc/qemu/tests/unit/ |
H A D | test-vmstate.c | 92 g_assert_cmpint(qemu_get_buffer(f, result, size), ==, size); in compare_vmstate()
|
/openbmc/qemu/hw/usb/ |
H A D | redirect.c | 2288 qemu_get_buffer(f, data, len); in usbredir_get_parser() 2348 qemu_get_buffer(f, bufp->data, bufp->len); in usbredir_get_bufpq()
|
/openbmc/qemu/hw/display/ |
H A D | virtio-gpu.c | 1333 qemu_get_buffer(f, (void *)pixman_image_get_data(res->image), in virtio_gpu_load()
|
/openbmc/qemu/hw/virtio/ |
H A D | virtio.c | 2106 qemu_get_buffer(f, (uint8_t *)&data, sizeof(VirtQueueElementOld)); in qemu_get_virtqueue_element() 3251 qemu_get_buffer(f, vdev->config, MIN(config_len, vdev->config_len)); in virtio_load()
|
H A D | vhost.c | 2391 if (qemu_get_buffer(f, transfer_buf, this_chunk_size) < in vhost_load_backend_state()
|
/openbmc/qemu/target/ppc/ |
H A D | kvm.c | 2756 qemu_get_buffer(f, (void *)(buf + 1), HASH_PTE_SIZE_64 * n_valid); in kvmppc_load_htab_chunk()
|