Searched refs:qemu_put_be16 (Results 1 – 10 of 10) sorted by relevance
/qemu/include/migration/ |
H A D | qemu-file-types.h | 35 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 D | virtio-serial-bus.c | 674 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 D | qemu-file.c | 808 void qemu_put_be16(QEMUFile *f, unsigned int v) in qemu_put_be16() function
|
H A D | migration.c | 530 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 D | savevm.c | 1082 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 D | ram.c | 699 qemu_put_be16(file, encoded_len); in save_xbzrle_page()
|
/qemu/hw/ppc/ |
H A D | spapr.c | 2203 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 D | virtio-pci.c | 93 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 D | virtio-ccw.c | 1115 qemu_put_be16(f, virtio_queue_vector(vdev, n)); in virtio_ccw_save_queue()
|
/qemu/target/ppc/ |
H A D | kvm.c | 2744 qemu_put_be16(f, head->n_valid); in kvmppc_save_htab() 2745 qemu_put_be16(f, head->n_invalid); in kvmppc_save_htab()
|