Re: [Qemu-devel] [PATCH v2 1/2] qxl: switch qxl.c to trace-events

2012-03-14 Thread Alon Levy
On Wed, Mar 14, 2012 at 10:03:06AM +0100, Gerd Hoffmann wrote: > Hi, > > > dprint is still used for qxl_init_common one time prints. > > > > also switched parts of spice-display.c over, mainly all the callbacks to > > spice server. > > > > All qxl device trace events start with the qxl device

Re: [Qemu-devel] [PATCH v2 1/2] qxl: switch qxl.c to trace-events

2012-03-14 Thread Gerd Hoffmann
Hi, > dprint is still used for qxl_init_common one time prints. > > also switched parts of spice-display.c over, mainly all the callbacks to > spice server. > > All qxl device trace events start with the qxl device id. Looks pretty good overall, just some little nits left ... > @@ -948,8 +9

[Qemu-devel] [PATCH v2 1/2] qxl: switch qxl.c to trace-events

2012-03-13 Thread Alon Levy
dprint is still used for qxl_init_common one time prints. also switched parts of spice-display.c over, mainly all the callbacks to spice server. All qxl device trace events start with the qxl device id. Signed-off-by: Alon Levy --- hw/qxl.c | 156 +---