Home
last modified time | relevance | path

Searched refs:qemu_put_be16 (Results 1 – 12 of 12) sorted by relevance

/qemu/include/migration/
H A Dqemu-file-types.h35 void qemu_put_be16(QEMUFile *f, unsigned int v);
67 qemu_put_be16(f, *pv); in qemu_put_be16s()
98 qemu_put_be16(f, (unsigned int)v); in qemu_put_sbe16()
/qemu/hw/char/
H A Dvirtio-serial-bus.c673 qemu_put_be16(f, config.cols); in virtio_serial_save_device()
674 qemu_put_be16(f, config.rows); in virtio_serial_save_device()
/qemu/migration/
H A Dqemu-file.c734 void qemu_put_be16(QEMUFile *f, unsigned int v) in qemu_put_be16() function
H A Dmigration.c422 qemu_put_be16(mis->to_src_file, (unsigned int)message_type); in migrate_send_rp_message()
423 qemu_put_be16(mis->to_src_file, len); in migrate_send_rp_message()
H A Dsavevm.c1066 qemu_put_be16(f, (uint16_t)command); in qemu_savevm_command_send()
1067 qemu_put_be16(f, len); in qemu_savevm_command_send()
H A Dram.c688 qemu_put_be16(file, encoded_len); in save_xbzrle_page()
/qemu/hw/rtc/
H A Dtwl92230.c752 qemu_put_be16(f, *v); in put_int32_as_uint16()
/qemu/hw/ppc/
H A Dspapr.c2233 qemu_put_be16(f, n_valid); in htab_save_chunk()
2234 qemu_put_be16(f, n_invalid); in htab_save_chunk()
2242 qemu_put_be16(f, 0); in htab_save_end_marker()
2243 qemu_put_be16(f, 0); in htab_save_end_marker()
/qemu/hw/virtio/
H A Dvirtio-pci.c93 qemu_put_be16(f, vdev->config_vector); in virtio_pci_save_config()
174 qemu_put_be16(f, virtio_queue_vector(vdev, n)); in virtio_pci_save_queue()
H A Dvhost.c1886 qemu_put_be16(f, inflight->queue_size); in vhost_dev_save_inflight()
/qemu/target/ppc/
H A Dkvm.c2702 qemu_put_be16(f, head->n_valid); in kvmppc_save_htab()
2703 qemu_put_be16(f, head->n_invalid); in kvmppc_save_htab()
/qemu/hw/s390x/
H A Dvirtio-ccw.c1114 qemu_put_be16(f, virtio_queue_vector(vdev, n)); in virtio_ccw_save_queue()