Re: [Qemu-devel] [PATCH 0/7] trace: Add guest code events

2017-09-13 Thread Stefan Hajnoczi
On Sun, Sep 10, 2017 at 09:45:22AM -0700, no-re...@patchew.org wrote: > In file included from /tmp/qemu-test/src/tcg/tcg-common.c:29: > /tmp/qemu-test/src/tcg/tcg.h:411: error: redefinition of typedef > ‘TCGInlineLabel’ > /tmp/qemu-test/src/include/qemu/typedefs.h:99: note: previous declaration

Re: [Qemu-devel] [PATCH 0/7] trace: Add guest code events

2017-09-10 Thread no-reply
Hi, This series failed automatic build test. Please find the testing commands and their output below. If you have docker installed, you can probably reproduce it locally. Subject: [Qemu-devel] [PATCH 0/7] trace: Add guest code events Message-id: 150505986682.19604.11937392314067517230.st

[Qemu-devel] [PATCH 0/7] trace: Add guest code events

2017-09-10 Thread Lluís Vilanova
Adds events to trace guest code execution. Events with additional info are disabled by default to minimize overheads, since that additional information might not be necessarily needed. Signed-off-by: Lluís Vilanova --- Lluís Vilanova (7): trace: Add event