Home
last modified time | relevance | path

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

/openbmc/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 Dram-compress.c190 comp_param[i].file = qemu_file_new_output( in compress_threads_save_setup()
H A Dqemu-file.c122 QEMUFile *qemu_file_new_output(QIOChannel *ioc) in qemu_file_new_output() function
H A Dcolo.c557 fb = qemu_file_new_output(QIO_CHANNEL(bioc)); in colo_process_checkpoint()
H A Dmigration.c2485 fb = qemu_file_new_output(QIO_CHANNEL(bioc)); in postcopy_start()
3446 fb = qemu_file_new_output(QIO_CHANNEL(s->bioc)); in bg_migration_thread()
H A Dpostcopy-ram.c1636 s->postcopy_qemufile_src = qemu_file_new_output(ioc); in postcopy_preempt_send_channel_done()
H A Dsavevm.c139 return qemu_file_new_output(QIO_CHANNEL(qio_channel_block_new(bs))); in qemu_fopen_bdrv()
3196 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()
/openbmc/qemu/tests/unit/
H A Dtest-vmstate.c53 f = qemu_file_new_output(ioc); in open_test_file()