Obviously, subject should have read: [PATCH 0/4] ... On Fri, 16 Jan 2015 14:21:35 -0500 Don Koch <dk...@verizon.com> 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 debugging printfs to trace calls in pcnet.c. > > hw/display/xenfb.c | 5 +++++ > hw/input/ps2.c | 16 ++++++++++++++++ > hw/net/pcnet-pci.c | 49 +++++++++++++++++++------------------------------ > hw/net/pcnet.c | 28 ++++++++-------------------- > trace-events | 41 +++++++++++++++++++++++++++++++++++++++++ > 5 files changed, 89 insertions(+), 50 deletions(-) > > -- > 1.8.3.1 >