Home
last modified time | relevance | path

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

/external/qemu/
Dmigration-exec.c81 s->opaque = qemu_popen(f, "w"); in exec_start_outgoing_migration()
Dsavevm.c237 QEMUFile *qemu_popen(FILE *popen_file, const char *mode) in qemu_popen() function
267 return qemu_popen(popen_file, mode); in qemu_popen_cmd()
/external/qemu/hw/
Dhw.h47 QEMUFile *qemu_popen(FILE *popen_file, const char *mode);