Home
last modified time | relevance | path

Searched refs:qemu_file_new_input (Results 1 – 7 of 7) sorted by relevance

/qemu/migration/
H A Dqemu-file.h32 QEMUFile *qemu_file_new_input(QIOChannel *ioc);
H A Dcolo.c864 fb = qemu_file_new_input(QIO_CHANNEL(bioc)); in colo_process_incoming_thread()
H A Dqemu-file.c130 QEMUFile *qemu_file_new_input(QIOChannel *ioc) in qemu_file_new_input() function
H A Dsavevm.c140 return qemu_file_new_input(QIO_CHANNEL(qio_channel_block_new(bs))); in qemu_fopen_bdrv()
2345 QEMUFile *packf = qemu_file_new_input(QIO_CHANNEL(bioc)); in loadvm_handle_cmd_packaged()
3248 f = qemu_file_new_input(QIO_CHANNEL(ioc)); in qmp_xen_load_devices_state()
H A Dmigration.c930 f = qemu_file_new_input(ioc); in migration_ioc_process_incoming()
939 f = qemu_file_new_input(ioc); in migration_ioc_process_incoming()
H A Drdma.c4020 rioc->file = qemu_file_new_input(QIO_CHANNEL(rioc)); in rdma_new_input()
/qemu/tests/unit/
H A Dtest-vmstate.c54 f = qemu_file_new_input(ioc); in open_test_file()