Home
last modified time | relevance | path

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

/openbmc/qemu/scripts/coccinelle/
H A Dqobject.cocci19 + qdict_put_bool(Obj, Key, E);
/openbmc/qemu/include/qapi/qmp/
H A Dqdict.h53 void qdict_put_bool(QDict *qdict, const char *key, bool value);
/openbmc/qemu/target/s390x/
H A Dcpu_models_sysemu.c169 qdict_put_bool(opaque, name, false); in qdict_add_disabled_feat()
174 qdict_put_bool(opaque, name, true); in qdict_add_enabled_feat()
/openbmc/qemu/tests/qtest/
H A Dqos-test.c72 qdict_put_bool(args, "abstract", true); in qos_set_machines_devices_available()
H A Ddevice-introspect-test.c35 qdict_put_bool(args, "abstract", abstract); in qom_list_types()
H A Dlibqtest.c1628 qdict_put_bool(args, "abstract", false); in qtest_has_device()
/openbmc/qemu/block/
H A Dreplication.c384 qdict_put_bool(opts, BDRV_OPT_READ_ONLY, !writable); in reopen_backing_file()
391 qdict_put_bool(opts, BDRV_OPT_READ_ONLY, !writable); in reopen_backing_file()
H A Dvvfat.c1133 qdict_put_bool(options, "floppy", floppy); in vvfat_parse_filename()
1134 qdict_put_bool(options, "rw", rw); in vvfat_parse_filename()
/openbmc/qemu/qobject/
H A Dqdict.c139 void qdict_put_bool(QDict *qdict, const char *key, bool value) in qdict_put_bool() function
/openbmc/qemu/hw/block/
H A Dxen-block.c932 qdict_put_bool(file_layer, "read-only", true); in xen_block_drive_create()
941 qdict_put_bool(cache_qdict, "direct", true); in xen_block_drive_create()
/openbmc/qemu/monitor/
H A Dhmp.c980 qdict_put_bool(qdict, key, val); in monitor_parse_arguments()
1027 qdict_put_bool(qdict, key, true); in monitor_parse_arguments()
/openbmc/qemu/tests/unit/
H A Dcheck-block-qdict.c536 qdict_put_bool(dict, "flag", true); in qdict_rename_keys_test()
H A Dtest-qobject-output-visitor.c314 qdict_put_bool(qdict, "boolean", true); in test_visitor_out_any()
/openbmc/qemu/
H A Dqemu-io-cmds.c2437 qdict_put_bool(opts, BDRV_OPT_READ_ONLY, !(flags & BDRV_O_RDWR)); in reopen_f()
2448 qdict_put_bool(opts, BDRV_OPT_CACHE_DIRECT, flags & BDRV_O_NOCACHE); in reopen_f()
2449 qdict_put_bool(opts, BDRV_OPT_CACHE_NO_FLUSH, flags & BDRV_O_NO_FLUSH); in reopen_f()
H A Dblock.c1560 qdict_put_bool(options, BDRV_OPT_CACHE_DIRECT, flags & BDRV_O_NOCACHE); in update_options_from_flags()
1563 qdict_put_bool(options, BDRV_OPT_CACHE_NO_FLUSH, in update_options_from_flags()
1567 qdict_put_bool(options, BDRV_OPT_READ_ONLY, !(flags & BDRV_O_RDWR)); in update_options_from_flags()
1570 qdict_put_bool(options, BDRV_OPT_AUTO_READ_ONLY, in update_options_from_flags()
4721 qdict_put_bool(opts, BDRV_OPT_READ_ONLY, read_only); in bdrv_reopen_set_read_only()
7484 qdict_put_bool(backing_options, BDRV_OPT_FORCE_SHARE, true); in bdrv_img_create()
H A Dqemu-img.c403 qdict_put_bool(options, BDRV_OPT_FORCE_SHARE, true); in img_open_file()
3745 qdict_put_bool(options, BDRV_OPT_FORCE_SHARE, true); in img_rebase()