/openbmc/qemu/hw/pci/ |
H A D | pci-hmp-cmds.c | 226 aer_err.header[0] = qdict_get_try_int(qdict, "header0", 0); in hmp_pcie_aer_inject_error() 227 aer_err.header[1] = qdict_get_try_int(qdict, "header1", 0); in hmp_pcie_aer_inject_error() 228 aer_err.header[2] = qdict_get_try_int(qdict, "header2", 0); in hmp_pcie_aer_inject_error() 229 aer_err.header[3] = qdict_get_try_int(qdict, "header3", 0); in hmp_pcie_aer_inject_error() 231 aer_err.prefix[0] = qdict_get_try_int(qdict, "prefix0", 0); in hmp_pcie_aer_inject_error() 232 aer_err.prefix[1] = qdict_get_try_int(qdict, "prefix1", 0); in hmp_pcie_aer_inject_error() 233 aer_err.prefix[2] = qdict_get_try_int(qdict, "prefix2", 0); in hmp_pcie_aer_inject_error() 234 aer_err.prefix[3] = qdict_get_try_int(qdict, "prefix3", 0); in hmp_pcie_aer_inject_error()
|
/openbmc/qemu/audio/ |
H A D | audio-hmp-cmds.c | 64 int freq = qdict_get_try_int(qdict, "freq", 44100); in hmp_wavcapture() 65 int bits = qdict_get_try_int(qdict, "bits", 16); in hmp_wavcapture() 66 int nchannels = qdict_get_try_int(qdict, "nchannels", 2); in hmp_wavcapture()
|
/openbmc/qemu/tests/unit/ |
H A D | test-qmp-event.c | 39 s = qdict_get_try_int(t, "seconds", -2); in test_qapi_event_emit() 40 ms = qdict_get_try_int(t, "microseconds", -2); in test_qapi_event_emit()
|
H A D | check-qdict.c | 112 ret = qdict_get_try_int(tests_dict, key, 0); in qdict_get_try_int_test() 115 ret = qdict_get_try_int(tests_dict, "missing", -42); in qdict_get_try_int_test() 118 ret = qdict_get_try_int(tests_dict, "string", -42); in qdict_get_try_int_test()
|
/openbmc/qemu/ui/ |
H A D | ui-hmp-cmds.c | 358 int hold_time = qdict_get_try_int(qdict, "hold-time", -1); in hmp_sendkey() 446 int64_t head = qdict_get_try_int(qdict, "head", 0); in hmp_screendump() 470 int port = qdict_get_try_int(qdict, "port", -1); in hmp_client_migrate_info() 472 int tls_port = qdict_get_try_int(qdict, "tls-port", -1); in hmp_client_migrate_info()
|
/openbmc/qemu/replay/ |
H A D | replay-debugging.c | 108 int64_t icount = qdict_get_try_int(qdict, "icount", -1LL); in hmp_replay_break() 213 int64_t icount = qdict_get_try_int(qdict, "icount", -1LL); in hmp_replay_seek()
|
/openbmc/qemu/target/i386/ |
H A D | cpu-apic.c | 96 int id = qdict_get_try_int(qdict, "apic-id", 0); in hmp_info_local_apic()
|
/openbmc/qemu/hw/net/rocker/ |
H A D | rocker-hmp-cmds.c | 72 uint32_t tbl_id = qdict_get_try_int(qdict, "tbl_id", -1); in hmp_rocker_of_dpa_flows() 221 uint8_t type = qdict_get_try_int(qdict, "type", 9); in hmp_rocker_of_dpa_groups()
|
/openbmc/qemu/include/qapi/qmp/ |
H A D | qdict.h | 64 int64_t qdict_get_try_int(const QDict *qdict, const char *key,
|
/openbmc/qemu/system/ |
H A D | dirtylimit.c | 499 int64_t cpu_index = qdict_get_try_int(qdict, "cpu_index", -1); in hmp_cancel_vcpu_dirty_limit() 557 int64_t cpu_index = qdict_get_try_int(qdict, "cpu_index", -1); in hmp_set_vcpu_dirty_limit()
|
/openbmc/qemu/migration/ |
H A D | dirtyrate.c | 897 int64_t sec = qdict_get_try_int(qdict, "second", 0); in hmp_calc_dirty_rate() 898 int64_t sample_pages = qdict_get_try_int(qdict, "sample_pages_per_GB", -1); in hmp_calc_dirty_rate()
|
/openbmc/qemu/qobject/ |
H A D | qdict.c | 262 int64_t qdict_get_try_int(const QDict *qdict, const char *key, in qdict_get_try_int() function
|
/openbmc/qemu/monitor/ |
H A D | hmp-cmds-target.c | 98 int vcpu = qdict_get_try_int(qdict, "vcpu", -1); in hmp_info_registers()
|
H A D | hmp-cmds.c | 222 int64_t max = qdict_get_try_int(qdict, "max", 10); in hmp_info_sync_profile()
|
/openbmc/qemu/hw/s390x/ |
H A D | s390-stattrib.c | 79 uint64_t buflen = qdict_get_try_int(qdict, "count", 8); in hmp_info_cmma()
|
/openbmc/qemu/hw/virtio/ |
H A D | virtio-hmp-cmds.c | 273 int index = qdict_get_try_int(qdict, "index", -1); in hmp_virtio_queue_element()
|
/openbmc/qemu/tests/qtest/ |
H A D | migration-test.c | 262 result = qdict_get_try_int(rsp_ram, property, 0); in read_ram_property_int() 274 result = qdict_get_try_int(rsp_return, property, 0); in read_migrate_property_int() 3448 dirtyrate = qdict_get_try_int(rate, "dirty-rate", -1); in get_dirty_rate() 3474 dirtyrate = qdict_get_try_int(rate, "limit-rate", -1); in get_limit_rate()
|
/openbmc/qemu/block/monitor/ |
H A D | block-hmp-cmds.c | 498 int64_t speed = qdict_get_try_int(qdict, "speed", 0); in hmp_block_stream()
|