Home
last modified time | relevance | path

Searched refs:qemu_put_be16 (Results 1 – 10 of 10) 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.c674 qemu_put_be16(f, config.cols); in virtio_serial_save_device()
675 qemu_put_be16(f, config.rows); in virtio_serial_save_device()
/qemu/migration/
H A Dqemu-file.c808 void qemu_put_be16(QEMUFile *f, unsigned int v) in qemu_put_be16() function
H A Dmigration.c530 qemu_put_be16(mis->to_src_file, (unsigned int)message_type); in migrate_send_rp_message()
531 qemu_put_be16(mis->to_src_file, len); in migrate_send_rp_message()
H A Dsavevm.c1082 qemu_put_be16(f, (uint16_t)command); in qemu_savevm_command_send()
1083 qemu_put_be16(f, len); in qemu_savevm_command_send()
H A Dram.c699 qemu_put_be16(file, encoded_len); in save_xbzrle_page()
/qemu/hw/ppc/
H A Dspapr.c2203 qemu_put_be16(f, n_valid); in htab_save_chunk()
2204 qemu_put_be16(f, n_invalid); in htab_save_chunk()
2212 qemu_put_be16(f, 0); in htab_save_end_marker()
2213 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()
172 qemu_put_be16(f, virtio_queue_vector(vdev, n)); in virtio_pci_save_queue()
/qemu/hw/s390x/
H A Dvirtio-ccw.c1115 qemu_put_be16(f, virtio_queue_vector(vdev, n)); in virtio_ccw_save_queue()
/qemu/target/ppc/
H A Dkvm.c2744 qemu_put_be16(f, head->n_valid); in kvmppc_save_htab()
2745 qemu_put_be16(f, head->n_invalid); in kvmppc_save_htab()