Home
last modified time | relevance | path

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

/openbmc/qemu/qapi/
H A Dqapi-type-helpers.c29 char **strv = g_new(char *, QAPI_LIST_LENGTH(list) + 1); in strv_from_str_list()
/openbmc/qemu/include/qapi/
H A Dutil.h62 #define QAPI_LIST_LENGTH(list) \ macro