Home
last modified time | relevance | path

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

/external/qemu/
Dmigration-exec.c91 s->opaque = qemu_popen(f, "w"); in exec_start_outgoing_migration()
Dsavevm.c253 QEMUFile *qemu_popen(FILE *stdio_file, const char *mode) in qemu_popen() function
285 return qemu_popen(popen_file, mode); in qemu_popen_cmd()
/external/qemu/hw/
Dhw.h52 QEMUFile *qemu_popen(FILE *popen_file, const char *mode);