[Qemu-devel] [PULL 0/1] Tracing patches

Stefan Hajnoczi posted 1 patch 7 years, 5 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20180511182841.8920-1-stefanha@redhat.com
Test checkpatch passed
Test docker-mingw@fedora passed
Test docker-quick@centos7 passed
Test s390x passed
There is a newer version of this series
MAINTAINERS | 2 ++
1 file changed, 2 insertions(+)
[Qemu-devel] [PULL 0/1] Tracing patches
Posted by Stefan Hajnoczi 7 years, 5 months ago
The following changes since commit e5cd695266c5709308aa95b1baae499e4b5d4544:

  Merge remote-tracking branch 'remotes/cody/tags/block-pull-request' into staging (2018-05-08 17:05:58 +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 0e07629297c9725e764b301dc03ab17cc1fb59e4:

  MAINTAINERS: Add trace-events and qemu-option-trace.texi to tracing section (2018-05-10 11:55:33 +0100)

----------------------------------------------------------------
tracing patches

Just a MAINTAINERS file update for tracing files.

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

Thomas Huth (1):
  MAINTAINERS: Add trace-events and qemu-option-trace.texi to tracing
    section

 MAINTAINERS | 2 ++
 1 file changed, 2 insertions(+)

-- 
2.17.0


Re: [Qemu-devel] [PULL 0/1] Tracing patches
Posted by Peter Maydell 7 years, 5 months ago
On 11 May 2018 at 19:28, Stefan Hajnoczi <stefanha@redhat.com> wrote:
> The following changes since commit e5cd695266c5709308aa95b1baae499e4b5d4544:
>
>   Merge remote-tracking branch 'remotes/cody/tags/block-pull-request' into staging (2018-05-08 17:05:58 +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 0e07629297c9725e764b301dc03ab17cc1fb59e4:
>
>   MAINTAINERS: Add trace-events and qemu-option-trace.texi to tracing section (2018-05-10 11:55:33 +0100)
>
> ----------------------------------------------------------------
> tracing patches
>
> Just a MAINTAINERS file update for tracing files.
>
> ----------------------------------------------------------------
>
> Thomas Huth (1):
>   MAINTAINERS: Add trace-events and qemu-option-trace.texi to tracing
>     section
Applied, thanks.

-- PMM