Home
last modified time | relevance | path

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

/openbmc/qemu/
H A Dqemu-nbd.c612 BlockExportOptions *export_opts; in main() local
1176 export_opts = g_new(BlockExportOptions, 1); in main()
1177 *export_opts = (BlockExportOptions) { in main()
1194 blk_exp_add(export_opts, &error_fatal); in main()
1195 qapi_free_BlockExportOptions(export_opts); in main()