[PULL v2 0/2] Tracing patches

Stefan Hajnoczi posted 2 patches 4 years, 6 months ago
Test checkpatch passed
Test docker-clang@ubuntu passed
Test docker-mingw@fedora passed
Test docker-quick@centos7 passed
Test asan passed
Test FreeBSD passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20191015084914.18045-1-stefanha@redhat.com
Maintainers: Stefan Hajnoczi <stefanha@redhat.com>
There is a newer version of this series
docs/devel/tracing.txt        | 3 ++-
scripts/tracetool/__init__.py | 4 ++--
2 files changed, 4 insertions(+), 3 deletions(-)
[PULL v2 0/2] Tracing patches
Posted by Stefan Hajnoczi 4 years, 6 months ago
The following changes since commit 98b2e3c9ab3abfe476a2b02f8f51813edb90e72d:

  Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into staging (2019-10-08 16:08:35 +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 403e11edbfad5da2e6d5842adc9222f60e76ee43:

  trace: avoid "is" with a literal Python 3.8 warnings (2019-10-15 09:47:16 +0100)

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

v2:
 * Replaced "Launchpad:" tag with "Buglink:" as documented on the SubmitAPatch wiki page [Philippe]

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

Stefan Hajnoczi (2):
  trace: add --group=all to tracing.txt
  trace: avoid "is" with a literal Python 3.8 warnings

 docs/devel/tracing.txt        | 3 ++-
 scripts/tracetool/__init__.py | 4 ++--
 2 files changed, 4 insertions(+), 3 deletions(-)

-- 
2.21.0


Re: [PULL v2 0/2] Tracing patches
Posted by Philippe Mathieu-Daudé 4 years, 6 months ago
On 10/15/19 10:49 AM, Stefan Hajnoczi wrote:
> The following changes since commit 98b2e3c9ab3abfe476a2b02f8f51813edb90e72d:
> 
>    Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into staging (2019-10-08 16:08:35 +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 403e11edbfad5da2e6d5842adc9222f60e76ee43:
> 
>    trace: avoid "is" with a literal Python 3.8 warnings (2019-10-15 09:47:16 +0100)
> 
> ----------------------------------------------------------------
> Pull request
> 
> v2:
>   * Replaced "Launchpad:" tag with "Buglink:" as documented on the SubmitAPatch wiki page [Philippe]

Thanks Stefan for this updated pullreq!