HomeSort by relevance Sort by last modified time
    Searched refs:qemu_popen (Results 1 - 3 of 3) sorted by null

  /external/qemu/
migration-exec.c 91 s->opaque = qemu_popen(f, "w");
savevm.c 253 QEMUFile *qemu_popen(FILE *stdio_file, const char *mode) function
258 fprintf(stderr, "qemu_popen: Argument validity check failed\n");
285 return qemu_popen(popen_file, mode);
    [all...]
  /external/qemu/hw/
hw.h 52 QEMUFile *qemu_popen(FILE *popen_file, const char *mode);

Completed in 78 milliseconds