HomeSort by relevance Sort by last modified time
    Searched defs:QEMUFile (Results 1 - 2 of 2) sorted by null

  /external/qemu/
qemu-common.h 17 typedef struct QEMUFile QEMUFile;
298 void cpu_save(QEMUFile *f, void *opaque);
299 int cpu_load(QEMUFile *f, void *opaque, int version_id);
savevm.c 164 struct QEMUFile {
186 QEMUFile *file;
192 QEMUFile *file;
253 QEMUFile *qemu_popen(FILE *stdio_file, const char *mode)
276 QEMUFile *qemu_popen_cmd(const char *command, const char *mode)
288 int qemu_stdio_fd(QEMUFile *f)
299 QEMUFile *qemu_fdopen(int fd, const char *mode)
329 QEMUFile *qemu_fopen_socket(int fd)
354 QEMUFile *qemu_fopen(const char *filename, const char *mode)
401 static QEMUFile *qemu_fopen_bdrv(BlockDriverState *bs, int is_writable
    [all...]

Completed in 766 milliseconds