Home
last modified time | relevance | path

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

/openbmc/qemu/
H A Dqemu-io.c41 static BlockBackend *qemuio_blk; variable
73 blk_unref(qemuio_blk); in close_f()
74 qemuio_blk = NULL; in close_f()
90 if (qemuio_blk) { in openfile()
108 qemuio_blk = blk_new_open(name, NULL, opts, flags, &local_err); in openfile()
109 if (!qemuio_blk) { in openfile()
115 blk_set_enable_write_cache(qemuio_blk, !writethrough); in openfile()
419 qemuio_blk ? blk_get_aio_context(qemuio_blk) : qemu_get_aio_context(); in do_qemuio_command()
422 ret = qemuio_command(qemuio_blk, cmd); in do_qemuio_command()
689 blk_unref(qemuio_blk); in main()