Searched refs:qemu_opt_set_bool (Results 1 – 5 of 5) sorted by relevance
/openbmc/qemu/include/qemu/ |
H A D | option.h | 100 bool qemu_opt_set_bool(QemuOpts *opts, const char *name, bool val,
|
/openbmc/qemu/tests/unit/ |
H A D | test-qemu-opts.c | 226 qemu_opt_set_bool(opts, "bool1", true, &error_abort); in test_qemu_opt_get_bool() 233 qemu_opt_set_bool(opts, "bool1", false, &error_abort); in test_qemu_opt_get_bool()
|
/openbmc/qemu/ |
H A D | blockdev.c | 841 qemu_opt_set_bool(all_opts, BDRV_OPT_CACHE_WB, in drive_new() 845 qemu_opt_set_bool(all_opts, BDRV_OPT_CACHE_DIRECT, in drive_new() 849 qemu_opt_set_bool(all_opts, BDRV_OPT_CACHE_NO_FLUSH, in drive_new()
|
/openbmc/qemu/util/ |
H A D | qemu-option.c | 525 bool qemu_opt_set_bool(QemuOpts *opts, const char *name, bool val, in qemu_opt_set_bool() function
|
/openbmc/qemu/system/ |
H A D | vl.c | 1274 qemu_opt_set_bool(opts, "pretty", pretty, &error_abort); in monitor_parse() 3218 qemu_opt_set_bool(fsdev, "readonly", in qemu_init()
|