mbox

[PULL,0/2] Tracing patches

Message ID 1425332722-4747-1-git-send-email-stefanha@redhat.com
State New
Headers show

Pull-request

git://github.com/stefanha/qemu.git tags/tracing-pull-request

Message

Stefan Hajnoczi March 2, 2015, 9:45 p.m. UTC
The following changes since commit b8a173b25c887a606681fc35a46702c164d5b2d0:

  Merge remote-tracking branch 'remotes/ehabkost/tags/x86-pull-request' into staging (2015-03-02 14:25:48 +0000)

are available in the git repository at:

  git://github.com/stefanha/qemu.git tags/tracing-pull-request

for you to fetch changes up to 0b7e89b103b899c21b9ab37dbf9b832db8d18108:

  trace: add DTrace reserved words for .d files (2015-03-02 15:39:43 -0600)

----------------------------------------------------------------

----------------------------------------------------------------

Dr. David Alan Gilbert (1):
  unbreak dtrace tracing due to double _ in rdma names

Stefan Hajnoczi (1):
  trace: add DTrace reserved words for .d files

 migration/rdma.c              | 24 +++++++++++-------------
 scripts/tracetool/format/d.py | 26 +++++++++++++++++++-------
 trace-events                  |  4 ++--
 3 files changed, 32 insertions(+), 22 deletions(-)

Comments

Peter Maydell March 7, 2015, 11:58 p.m. UTC | #1
On 3 March 2015 at 06:45, Stefan Hajnoczi <stefanha@redhat.com> wrote:
> The following changes since commit b8a173b25c887a606681fc35a46702c164d5b2d0:
>
>   Merge remote-tracking branch 'remotes/ehabkost/tags/x86-pull-request' into staging (2015-03-02 14:25:48 +0000)
>
> are available in the git repository at:
>
>   git://github.com/stefanha/qemu.git tags/tracing-pull-request
>
> for you to fetch changes up to 0b7e89b103b899c21b9ab37dbf9b832db8d18108:
>
>   trace: add DTrace reserved words for .d files (2015-03-02 15:39:43 -0600)
>
> ----------------------------------------------------------------
>
> ----------------------------------------------------------------

Applied, thanks.

-- PMM