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

Stefan Hajnoczi posted 1 patch 6 years, 8 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20170807110407.15511-1-stefanha@redhat.com
Test FreeBSD passed
Test checkpatch passed
Test docker passed
Test s390x passed
There is a newer version of this series
block/io.c         | 8 ++++----
block/trace-events | 4 ++--
2 files changed, 6 insertions(+), 6 deletions(-)
[Qemu-devel] [PULL 0/1] Tracing patches
Posted by Stefan Hajnoczi 6 years, 8 months ago
The following changes since commit ac44ed2afb7c60255e989b163301479f5b4ecd04:

  Merge remote-tracking branch 'remotes/ehabkost/tags/machine-pull-request' into staging (2017-08-04 13:46:22 +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 f42cf447e2310e84e119b99f7f13c8dc7a6cf3d6:

  block: move trace probes into bdrv_co_preadv|pwritev (2017-08-07 09:39:35 +0100)

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

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

Daniel P. Berrange (1):
  block: move trace probes into bdrv_co_preadv|pwritev

 block/io.c         | 8 ++++----
 block/trace-events | 4 ++--
 2 files changed, 6 insertions(+), 6 deletions(-)

-- 
2.13.3


Re: [Qemu-devel] [PULL 0/1] Tracing patches
Posted by Peter Maydell 6 years, 8 months ago
On 7 August 2017 at 12:04, Stefan Hajnoczi <stefanha@redhat.com> wrote:
> The following changes since commit ac44ed2afb7c60255e989b163301479f5b4ecd04:
>
>   Merge remote-tracking branch 'remotes/ehabkost/tags/machine-pull-request' into staging (2017-08-04 13:46:22 +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 f42cf447e2310e84e119b99f7f13c8dc7a6cf3d6:
>
>   block: move trace probes into bdrv_co_preadv|pwritev (2017-08-07 09:39:35 +0100)
>
> ----------------------------------------------------------------
>
> ----------------------------------------------------------------
>
> Daniel P. Berrange (1):
>   block: move trace probes into bdrv_co_preadv|pwritev
>
>  block/io.c         | 8 ++++----
>  block/trace-events | 4 ++--
>  2 files changed, 6 insertions(+), 6 deletions(-)

Applied, thanks.

-- PMM