Searched refs:qxl_name (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/hw/display/ |
H A D | qxl-logger.c | 102 #define qxl_name(_list, _value) qxl_v2n(_list, ARRAY_SIZE(_list), _value) macro 159 qxl_name(qxl_draw_type, draw->type), in qxl_log_cmd_draw() 160 qxl_name(qxl_draw_effect, draw->effect)); in qxl_log_cmd_draw() 172 qxl_name(qxl_draw_type, draw->type), in qxl_log_cmd_draw_compat() 173 qxl_name(qxl_draw_effect, draw->effect)); in qxl_log_cmd_draw_compat() 189 qxl_name(qxl_surface_cmd, cmd->type), in qxl_log_cmd_surface() 196 qxl_name(spice_surface_fmt, cmd->u.surface_create.format), in qxl_log_cmd_surface() 209 qxl_name(qxl_cursor_cmd, cmd->type)); in qxl_log_cmd_cursor() 224 qxl_name(spice_cursor_type, cursor->header.type), in qxl_log_cmd_cursor() 249 qxl_name(qxl_type, ext->cmd.type), in qxl_log_command()
|