/qemu/hw/audio/ |
H A D | cs4231a.c | 84 int transferred; member 343 s->transferred = 0; in cs_reset_voices() 584 till -= s->transferred; in cs_dma_read() 600 s->transferred = 0; in cs_dma_read() 604 s->transferred += written; in cs_dma_read() 645 VMSTATE_INT32 (transferred, CSState),
|
H A D | es1370.c | 619 int transferred = 0; in es1370_transfer_audio() local 639 transferred += acquired; in es1370_transfer_audio() 655 transferred += copied; in es1370_transfer_audio() 659 if (csc_bytes == transferred) { in es1370_transfer_audio() 667 d->scount = sc | (((csc_bytes - transferred - 1) >> d->shift) << 16); in es1370_transfer_audio() 670 cnt += (transferred + d->leftover) >> 2; in es1370_transfer_audio() 689 d->leftover = (transferred + d->leftover) & 3; in es1370_transfer_audio()
|
/qemu/docs/ |
H A D | multi-thread-compression.txt | 22 to reduce the data transferred about 60%, this is very useful when the 29 the amount of data transferred will decrease; this factor can reduce 82 transferred ram(kB):| 363536 | 107819 102 transferred ram(kB):| 4274143 | 1699824
|
H A D | xbzrle.txt | 100 transferred ram: A kbytes 108 xbzrle transferred: I kbytes
|
H A D | block-replication.txt | 137 This interface is called after all VM state is transferred to
|
/qemu/docs/interop/ |
H A D | dbus-vmstate.rst | 13 It will then save arbitrary data of each Id to be transferred in the 17 For now, the data amount to be transferred is arbitrarily limited to
|
H A D | vhost-user.rst | 335 the state is transferred: 609 To do this, the back-end state is transferred from back-end to front-end 655 front-end has seen all data transferred (when the transfer FD has been
|
/qemu/migration/ |
H A D | target.c | 22 info->vfio->transferred = vfio_mig_bytes_transferred(); in migration_populate_vfio_info()
|
H A D | trace-events | 192 …rate_transferred(uint64_t transferred, uint64_t time_spent, uint64_t bandwidth, uint64_t avail_bw,… 373 … char *action, int submitted, int read_done, int transferred) "%s submitted %d read_done %d transf… 374 …_save(const char *mig_stage, int submitted, int transferred) "Enter save live %s submitted %d tran…
|
H A D | migration.c | 1172 info->ram->transferred = migration_transferred_bytes(); in populate_ram_info() 3129 uint64_t transferred, transferred_pages, time_spent; in migration_update_counters() local 3142 transferred = current_bytes - s->iteration_initial_bytes; in migration_update_counters() 3144 bandwidth = (double)transferred / time_spent; in migration_update_counters() 3159 s->mbps = (((double) transferred * 8.0) / in migration_update_counters() 3172 transferred > 10000) { in migration_update_counters() 3181 trace_migrate_transferred(transferred, time_spent, in migration_update_counters()
|
H A D | migration-hmp-cmds.c | 97 info->ram->transferred >> 10); in hmp_info_migrate() 209 info->vfio->transferred >> 10); in hmp_info_migrate()
|
/qemu/hw/net/ |
H A D | npcm_gmac.c | 277 uint16_t *transferred) in gmac_rx_transfer_frame_to_buffer() argument 301 *transferred += to_transfer; in gmac_rx_transfer_frame_to_buffer() 324 uint16_t transferred = 0; in gmac_receive() local 392 &transferred); in gmac_receive() 405 &frame_ptr, &transferred); in gmac_receive() 415 rx_desc.rdes0 |= ((uint32_t)transferred) in gmac_receive()
|
/qemu/docs/system/s390x/ |
H A D | protvirt.rst | 53 are read into memory and control is transferred to one of the
|
/qemu/docs/specs/ |
H A D | vmw_pvscsi-spec.rst | 21 hypervisor to VM. Data itself is transferred via virtual scatter-gather DMA.
|
/qemu/docs/devel/migration/ |
H A D | postcopy.rst | 13 transferred, and accesses to pages that are yet to be transferred cause 263 and until the full page is transferred the destination thread is blocked.
|
H A D | vfio.rst | 13 transferred. The iterative pre-copy phase of migration allows for the guest to 14 continue whilst the VFIO device state is transferred to the destination, this
|
H A D | main.rst | 26 transferred. Only while the last part of the state is transferred has 446 to massage the state that is transferred. 451 data and then transferred to the main structure.
|
/qemu/qapi/ |
H A D | migration.json | 17 # @transferred: amount of bytes already transferred to the target VM 19 # @remaining: amount of bytes remaining to be transferred to the 46 # @pages-per-second: the number of memory pages transferred per second 66 'data': {'transferred': 'int', 'remaining': 'int', 'total': 'int' , 84 # @bytes: amount of bytes already transferred to the target VM 86 # @pages: amount of pages transferred to the target VM 108 # @pages: amount of pages compressed and transferred to the target VM 180 # @transferred: amount of bytes transferred to the target VM by VFIO 186 'data': {'transferred': 'int' } }
|
/qemu/net/ |
H A D | vmnet-common.m | 181 * Packets to be transferred are stored into packets_buf,
|
/qemu/hw/scsi/ |
H A D | trace-events | 71 megasas_scsi_nodata(int cmd) "scmd %d: no data to be transferred" 136 pvscsi_command_complete_data_run(void) "not all data required for command transferred"
|
/qemu/docs/system/devices/ |
H A D | nvme.rst | 282 Otherwise, the protection information is transferred as the last bytes of
|
/qemu/docs/devel/ |
H A D | tcg-ops.rst | 892 On a 64 bit target, the values are transferred between 32 and 64-bit
|