Searched refs:QLIT_QSTR (Results 1 – 4 of 4) sorted by relevance
/openbmc/qemu/docs/devel/ |
H A D | qapi-code-gen.rst | 1998 { "arg-type", QLIT_QSTR("0"), }, 1999 { "meta-type", QLIT_QSTR("command"), }, 2000 { "name", QLIT_QSTR("my-command"), }, 2001 { "ret-type", QLIT_QSTR("1"), }, 2005 { "arg-type", QLIT_QSTR("2"), }, 2006 { "meta-type", QLIT_QSTR("event"), }, 2007 { "name", QLIT_QSTR("MY_EVENT"), }, 2014 { "name", QLIT_QSTR("arg1"), }, 2015 { "type", QLIT_QSTR("[1]"), }, 2020 { "meta-type", QLIT_QSTR("object"), }, [all …]
|
/openbmc/qemu/include/qapi/qmp/ |
H A D | qlit.h | 44 #define QLIT_QSTR(val) \ macro
|
/openbmc/qemu/tests/unit/ |
H A D | check-qlit.c | 21 { "bar", QLIT_QSTR("hello world") },
|
H A D | check-qjson.c | 1066 { "bar", QLIT_QSTR("hello world") }, in simple_dict() 1230 { "h", QLIT_QSTR("b") }, in simple_whitespace() 1243 { "h", QLIT_QSTR("b") }, in simple_whitespace() 1279 QLIT_QSTR("100%"), in simple_interpolation()
|