All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Daniel P. Berrange" <berrange@redhat.com>
To: Peter Maydell <peter.maydell@linaro.org>
Cc: Stefan Hajnoczi <stefanha@redhat.com>,
	QEMU Developers <qemu-devel@nongnu.org>
Subject: Re: [Qemu-devel] [PULL 00/20] Tracing patches
Date: Fri, 7 Oct 2016 14:35:28 +0100	[thread overview]
Message-ID: <20161007133528.GC4619@redhat.com> (raw)
In-Reply-To: <CAFEAcA870FohBcy8vdy5cwx_tyUyDgD1Y2NvbTP00vVk5y2J5A@mail.gmail.com>

On Fri, Oct 07, 2016 at 02:22:38PM +0100, Peter Maydell wrote:
> On 7 October 2016 at 11:09, Stefan Hajnoczi <stefanha@redhat.com> wrote:
> > The following changes since commit e902754e3d0890945ddcc1b33748ed73762ddb8d:
> >
> >   Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-2.8-20161006' into staging (2016-10-06 13:34:00 +0100)
> >
> > are available in the git repository at:
> >
> >   git://github.com/stefanha/qemu.git tags/tracing-pull-request
> >
> > for you to fetch changes up to bcdc1363dcb9adb5f7ea016a4d0b41f0357c8182:
> >
> >   trace: Add missing execution mode of guest events (2016-10-07 09:17:49 +0100)
> >
> > ----------------------------------------------------------------
> >
> > ----------------------------------------------------------------
> 
> This makes all the linux-user binaries dump core on startup:

[snip]

This will be due to my patches - I'll investigate and send a fix.

Regards,
Daniel
-- 
|: http://berrange.com      -o-    http://www.flickr.com/photos/dberrange/ :|
|: http://libvirt.org              -o-             http://virt-manager.org :|
|: http://entangle-photo.org       -o-    http://search.cpan.org/~danberr/ :|

  reply	other threads:[~2016-10-07 13:35 UTC|newest]

Thread overview: 27+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-10-07 10:09 [Qemu-devel] [PULL 00/20] Tracing patches Stefan Hajnoczi
2016-10-07 10:09 ` [Qemu-devel] [PULL 01/20] trace: move colo trace events to net/ sub-directory Stefan Hajnoczi
2016-10-07 10:09 ` [Qemu-devel] [PULL 02/20] trace: add trace event iterator APIs Stefan Hajnoczi
2016-10-07 10:09 ` [Qemu-devel] [PULL 03/20] trace: convert code to use event iterators Stefan Hajnoczi
2016-10-07 10:09 ` [Qemu-devel] [PULL 04/20] trace: remove some now unused functions Stefan Hajnoczi
2016-10-07 10:09 ` [Qemu-devel] [PULL 05/20] trace: remove global 'uint16 dstate[]' array Stefan Hajnoczi
2016-10-07 10:09 ` [Qemu-devel] [PULL 06/20] trace: remove duplicate control.h includes in generated-tracers.h Stefan Hajnoczi
2016-10-07 10:09 ` [Qemu-devel] [PULL 07/20] trace: break circular dependency in event-internal.h Stefan Hajnoczi
2016-10-07 10:09 ` [Qemu-devel] [PULL 08/20] trace: give each trace event a named TraceEvent struct Stefan Hajnoczi
2016-10-07 10:09 ` [Qemu-devel] [PULL 09/20] trace: remove the TraceEventID and TraceEventVCPUID enums Stefan Hajnoczi
2016-10-07 10:09 ` [Qemu-devel] [PULL 10/20] trace: emit name <-> ID mapping in simpletrace header Stefan Hajnoczi
2016-10-07 10:09 ` [Qemu-devel] [PULL 11/20] trace: don't abort qemu if ftrace can't be initialized Stefan Hajnoczi
2016-10-07 10:09 ` [Qemu-devel] [PULL 12/20] trace: provide mechanism for registering trace events Stefan Hajnoczi
2016-10-07 10:09 ` [Qemu-devel] [PULL 13/20] trace: dynamically allocate trace_dstate in CPUState Stefan Hajnoczi
2016-10-07 10:09 ` [Qemu-devel] [PULL 14/20] trace: dynamically allocate event IDs at runtime Stefan Hajnoczi
2016-10-07 10:09 ` [Qemu-devel] [PULL 15/20] trace: get rid of generated-events.h/generated-events.c Stefan Hajnoczi
2016-10-07 10:09 ` [Qemu-devel] [PULL 16/20] trace: rename _read_events to read_events Stefan Hajnoczi
2016-10-07 10:09 ` [Qemu-devel] [PULL 17/20] trace: push reading of events up a level to tracetool main Stefan Hajnoczi
2016-10-07 10:09 ` [Qemu-devel] [PULL 18/20] trace: pass trace-events to tracetool as a positional param Stefan Hajnoczi
2016-10-07 10:09 ` [Qemu-devel] [PULL 19/20] trace: introduce a formal group name for trace events Stefan Hajnoczi
2016-10-07 10:09 ` [Qemu-devel] [PULL 20/20] trace: Add missing execution mode of guest events Stefan Hajnoczi
2016-10-07 13:22 ` [Qemu-devel] [PULL 00/20] Tracing patches Peter Maydell
2016-10-07 13:35   ` Daniel P. Berrange [this message]
2016-10-07 13:46   ` Lluís Vilanova
2016-10-07 14:16     ` Peter Maydell
2016-10-07 14:19     ` Daniel P. Berrange
2016-10-07 17:51       ` Lluís Vilanova

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20161007133528.GC4619@redhat.com \
    --to=berrange@redhat.com \
    --cc=peter.maydell@linaro.org \
    --cc=qemu-devel@nongnu.org \
    --cc=stefanha@redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.