| Submitter | Stefan Hajnoczi |
|---|---|
| Date | March 12, 2012, 12:37 p.m. |
| Message ID | <1331555882-31828-1-git-send-email-stefanha@linux.vnet.ibm.com> |
| Download | mbox |
| Permalink | /patch/146145/ |
| State | New |
| Headers | show |
Pull-request
git://github.com/stefanha/qemu.git tracingComments
On 03/12/2012 07:37 AM, Stefan Hajnoczi wrote: > First round of tracing patches. I should have sent these out a long time ago. > Once these are out of the way I can review and handle bigger patches from Lluís > and Harsh. > > The following changes since commit a348f108842fb928563865c9918642900cd0d477: > > Add missing const attributes for MemoryRegionOps (2012-03-11 11:40:15 +0000) > > are available in the git repository at: > > git://github.com/stefanha/qemu.git tracing > > for you to fetch changes up to 727500181a2b2470a676e021205d170ede23beb7: > > vga: add trace event for ppm_save (2012-03-12 10:30:27 +0000) > > ---------------------------------------------------------------- > Alon Levy (2): > console: add some trace events > vga: add trace event for ppm_save > > Andreas Färber (1): > maintainers: Add docs/tracing.txt to Tracing > > Jun Koi (2): > trace: make trace_thread_create() use its function arg > docs: correct ./configure line in tracing.txt > > Lluís Vilanova (1): > trace: Provide a per-event status define for conditional compilation > > Stefan Hajnoczi (1): > tracetool: Omit useless QEMU_*_ENABLED() check Pulled. Thanks. Regards, Anthony Liguori > > MAINTAINERS | 1 + > console.h | 3 +++ > docs/tracing.txt | 48 +++++++++++++++++++++++++++++++++++++++++------- > hw/vga.c | 2 ++ > scripts/tracetool | 13 +++++++++---- > trace-events | 7 +++++++ > trace/simple.c | 2 +- > 7 files changed, 64 insertions(+), 12 deletions(-) >
First round of tracing patches. I should have sent these out a long time ago. Once these are out of the way I can review and handle bigger patches from Lluís and Harsh. The following changes since commit a348f108842fb928563865c9918642900cd0d477: Add missing const attributes for MemoryRegionOps (2012-03-11 11:40:15 +0000) are available in the git repository at: git://github.com/stefanha/qemu.git tracing for you to fetch changes up to 727500181a2b2470a676e021205d170ede23beb7: vga: add trace event for ppm_save (2012-03-12 10:30:27 +0000) ---------------------------------------------------------------- Alon Levy (2): console: add some trace events vga: add trace event for ppm_save Andreas Färber (1): maintainers: Add docs/tracing.txt to Tracing Jun Koi (2): trace: make trace_thread_create() use its function arg docs: correct ./configure line in tracing.txt Lluís Vilanova (1): trace: Provide a per-event status define for conditional compilation Stefan Hajnoczi (1): tracetool: Omit useless QEMU_*_ENABLED() check MAINTAINERS | 1 + console.h | 3 +++ docs/tracing.txt | 48 +++++++++++++++++++++++++++++++++++++++++------- hw/vga.c | 2 ++ scripts/tracetool | 13 +++++++++---- trace-events | 7 +++++++ trace/simple.c | 2 +- 7 files changed, 64 insertions(+), 12 deletions(-)