Home
last modified time | relevance | path

Searched refs:qemu_file_get_to_fd (Results 1 – 3 of 3) sorted by relevance

/qemu/migration/
H A Dqemu-file.h73 int qemu_file_get_to_fd(QEMUFile *f, int fd, size_t size);
H A Dqemu-file.c837 int qemu_file_get_to_fd(QEMUFile *f, int fd, size_t size) in qemu_file_get_to_fd() function
/qemu/hw/vfio/
H A Dmigration.c251 ret = qemu_file_get_to_fd(f, migration->data_fd, data_size); in vfio_load_buffer()