Re: [Qemu-devel] [PATCH 0/3] Trace calls for xenfb, ps2 and pcnet

2015-01-16 Thread Don Koch
Obviously, subject should have read: [PATCH 0/4] ... On Fri, 16 Jan 2015 14:21:35 -0500 Don Koch wrote: > Add trace calls for debugging xenfb, ps2 and pcnet. > > Don Koch (4): > Add tracing to xenfb. > Add trace to ps2.c. > Add/convert trace calls in pcnet-pci.c. > Convert some debuggin

[Qemu-devel] [PATCH 0/3] Trace calls for xenfb, ps2 and pcnet

2015-01-16 Thread Don Koch
Add trace calls for debugging xenfb, ps2 and pcnet. Don Koch (4): Add tracing to xenfb. Add trace to ps2.c. Add/convert trace calls in pcnet-pci.c. Convert some debugging printfs to trace calls in pcnet.c. hw/display/xenfb.c | 5 + hw/input/ps2.c | 16 hw/net/pc