Home
last modified time | relevance | path

Searched refs:qemu_file_new_output (Results 1 – 9 of 9) sorted by relevance

/qemu/migration/
H A Dchannel.c83 QEMUFile *f = qemu_file_new_output(ioc); in migration_channel_connect()
H A Dqemu-file.h33 QEMUFile *qemu_file_new_output(QIOChannel *ioc);
H A Dcolo.c561 fb = qemu_file_new_output(QIO_CHANNEL(bioc)); in colo_process_checkpoint()
H A Dqemu-file.c125 QEMUFile *qemu_file_new_output(QIOChannel *ioc) in qemu_file_new_output() function
H A Dmigration.c2551 fb = qemu_file_new_output(QIO_CHANNEL(bioc)); in postcopy_start()
3553 fb = qemu_file_new_output(QIO_CHANNEL(s->bioc)); in bg_migration_thread()
H A Dpostcopy-ram.c1633 s->postcopy_qemufile_src = qemu_file_new_output(ioc); in postcopy_preempt_send_channel_done()
H A Dsavevm.c138 return qemu_file_new_output(QIO_CHANNEL(qio_channel_block_new(bs))); in qemu_fopen_bdrv()
3201 f = qemu_file_new_output(QIO_CHANNEL(ioc)); in qmp_xen_save_devices_state()
H A Drdma.c4031 rioc->file = qemu_file_new_output(QIO_CHANNEL(rioc)); in rdma_new_output()
/qemu/tests/unit/
H A Dtest-vmstate.c52 f = qemu_file_new_output(ioc); in open_test_file()