Home
last modified time | relevance | path

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

/qemu/
H A Dqemu-nbd.c1122 QDict *raw_opts = qdict_new(); in main() local
1123 qdict_put_str(raw_opts, "driver", "raw"); in main()
1124 qdict_put_str(raw_opts, "file", bs->node_name); in main()
1125 qdict_put_int(raw_opts, "offset", dev_offset); in main()
1127 bs = bdrv_open(NULL, NULL, raw_opts, flags, &error_fatal); in main()