> +# hw/qxl-render.c > +qxl_blit_guest_primary_initialized(void) "" > +qxl_blit(int32_t stride, int32_t left, int32_t right, int32_t top, int32_t > bottom) "stride=%d [%d, %d, %d, %d]" > +qxl_guest_primary_resized(int32_t width, int32_t height, int32_t stride, > int32_t bytes_pp, int32_t bits_pp) "%dx%d, stride %d, bpp %d, depth %d" > +qxl_render_update_area_done(void *cookie) "%p"
Consistently name them qxl_render_* too? for easy glob matching? cheers, Gerd