Home
last modified time | relevance | path

Searched refs:is_writable (Results 1 – 2 of 2) sorted by relevance

/qemu/migration/
H A Dqemu-file.c47 bool is_writable; member
111 static QEMUFile *qemu_file_new_impl(QIOChannel *ioc, bool is_writable) in qemu_file_new_impl() argument
119 f->is_writable = is_writable; in qemu_file_new_impl()
132 return qemu_file_new_impl(f->ioc, !f->is_writable); in qemu_file_get_return_path()
233 return f->is_writable; in qemu_file_is_writable()
H A Dsavevm.c169 static QEMUFile *qemu_fopen_bdrv(BlockDriverState *bs, int is_writable) in qemu_fopen_bdrv() argument
171 if (is_writable) { in qemu_fopen_bdrv()