From 7635392ce6844702b4e0faadfa558a6972e16098 Mon Sep 17 00:00:00 2001 From: Alon Levy Date: Wed, 20 Jul 2011 12:20:56 +0300 Subject: qxl: make qxl_guest_bug take variable arguments Signed-off-by: Alon Levy Signed-off-by: Gerd Hoffmann --- hw/qxl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hw/qxl.h') diff --git a/hw/qxl.h b/hw/qxl.h index 5db9aae..32ca5a0 100644 --- a/hw/qxl.h +++ b/hw/qxl.h @@ -99,7 +99,7 @@ typedef struct PCIQXLDevice { /* qxl.c */ void *qxl_phys2virt(PCIQXLDevice *qxl, QXLPHYSICAL phys, int group_id); -void qxl_guest_bug(PCIQXLDevice *qxl, const char *msg); +void qxl_guest_bug(PCIQXLDevice *qxl, const char *msg, ...); void qxl_spice_update_area(PCIQXLDevice *qxl, uint32_t surface_id, struct QXLRect *area, struct QXLRect *dirty_rects, -- cgit v1.1