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

Stefan Hajnoczi posted 1 patch 6 years, 2 months ago
Test docker-clang@ubuntu passed
Test FreeBSD passed
Test checkpatch passed
Test docker-mingw@fedora passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20190827203340.31195-1-stefanha@redhat.com
Maintainers: Stefan Hajnoczi <stefanha@redhat.com>
There is a newer version of this series
trace/control.c | 6 ++++++
1 file changed, 6 insertions(+)
[Qemu-devel] [PULL 0/1] Tracing patches
Posted by Stefan Hajnoczi 6 years, 2 months ago
The following changes since commit dac03af5d5482ec7ee9c23db467bb7230b33c0d9:

  Merge remote-tracking branch 'remotes/rth/tags/pull-axp-20190825' into staging (2019-08-27 10:00:51 +0100)

are available in the Git repository at:

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

for you to fetch changes up to 9f591a5d95e1969969632ab44cf35e505c8ddc3b:

  trace: Clarify DTrace/SystemTap help message (2019-08-27 15:12:36 +0100)

----------------------------------------------------------------
Pull request

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

Philippe Mathieu-Daudé (1):
  trace: Clarify DTrace/SystemTap help message

 trace/control.c | 6 ++++++
 1 file changed, 6 insertions(+)

-- 
2.21.0


Re: [Qemu-devel] [PULL 0/1] Tracing patches
Posted by Peter Maydell 6 years, 2 months ago
On Tue, 27 Aug 2019 at 21:33, Stefan Hajnoczi <stefanha@redhat.com> wrote:
>
> The following changes since commit dac03af5d5482ec7ee9c23db467bb7230b33c0d9:
>
>   Merge remote-tracking branch 'remotes/rth/tags/pull-axp-20190825' into staging (2019-08-27 10:00:51 +0100)
>
> are available in the Git repository at:
>
>   https://github.com/stefanha/qemu.git tags/tracing-pull-request
>
> for you to fetch changes up to 9f591a5d95e1969969632ab44cf35e505c8ddc3b:
>
>   trace: Clarify DTrace/SystemTap help message (2019-08-27 15:12:36 +0100)
>
> ----------------------------------------------------------------
> Pull request
>
> ----------------------------------------------------------------
>


Applied, thanks.

Please update the changelog at https://wiki.qemu.org/ChangeLog/4.2
for any user-visible changes.

-- PMM