Home
last modified time | relevance | path

Searched defs: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()
H A Dsavevm.c169 static QEMUFile *qemu_fopen_bdrv(BlockDriverState *bs, int is_writable) in qemu_fopen_bdrv()