Home
last modified time | relevance | path

Searched defs:QEMUFile (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/migration/
H A Dqemu-file.c45 struct QEMUFile { struct
46 QIOChannel *ioc;
47 bool is_writable;
71 int qemu_file_shutdown(QEMUFile *f) in qemu_file_shutdown() argument
/openbmc/qemu/include/qemu/
H A Dtypedefs.h96 typedef struct QEMUFile QEMUFile; typedef