qemu with hax to log dma reads & writes jcs.org/2018/11/12/vfio

ui: add pixman image g_autoptr support

Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>

+2
+2
include/ui/qemu-pixman.h
··· 90 90 pixman_color_t *bgcol, 91 91 int x, int y, int cw, int ch); 92 92 93 + G_DEFINE_AUTOPTR_CLEANUP_FUNC(pixman_image_t, qemu_pixman_image_unref) 94 + 93 95 #endif /* QEMU_PIXMAN_H */