[Qemu-devel] [PULL for-2.9 0/3] Tracing patches

Stefan Hajnoczi posted 3 patches 6 years, 12 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20170421095334.26692-1-stefanha@redhat.com
Test checkpatch passed
Test docker passed
Test s390x passed
There is a newer version of this series
configure              | 35 +++++++++++++++++++----------------
Makefile               |  6 +++---
Makefile.target        |  5 ++---
tests/Makefile.include |  2 +-
scripts/simpletrace.py | 23 ++++++++++++++++++++++-
5 files changed, 47 insertions(+), 24 deletions(-)
[Qemu-devel] [PULL for-2.9 0/3] Tracing patches
Posted by Stefan Hajnoczi 6 years, 12 months ago
The following changes since commit fa54abb8c298f892639ffc4bc2f61448ac3be4a1:

  Drop QEMU_GNUC_PREREQ() checks for gcc older than 4.1 (2017-04-20 18:33:33 +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 659370f71f2c3d4105b04178abd751242e1c1b68:

  simpletrace: document Analyzer method signatures (2017-04-21 10:45:35 +0100)

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

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

Stefan Hajnoczi (2):
  configure: eliminate Python dependency for --help
  simpletrace: document Analyzer method signatures

Xu, Anthony (1):
  trace: Put all trace.o into libqemuutil.a

 configure              | 35 +++++++++++++++++++----------------
 Makefile               |  6 +++---
 Makefile.target        |  5 ++---
 tests/Makefile.include |  2 +-
 scripts/simpletrace.py | 23 ++++++++++++++++++++++-
 5 files changed, 47 insertions(+), 24 deletions(-)

-- 
2.9.3


Re: [Qemu-devel] [PULL for-2.9 0/3] Tracing patches
Posted by Peter Maydell 6 years, 12 months ago
On 21 April 2017 at 10:53, Stefan Hajnoczi <stefanha@redhat.com> wrote:
> The following changes since commit fa54abb8c298f892639ffc4bc2f61448ac3be4a1:
>
>   Drop QEMU_GNUC_PREREQ() checks for gcc older than 4.1 (2017-04-20 18:33:33 +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 659370f71f2c3d4105b04178abd751242e1c1b68:
>
>   simpletrace: document Analyzer method signatures (2017-04-21 10:45:35 +0100)
>
> ----------------------------------------------------------------
>
> ----------------------------------------------------------------

Applied, thanks.

-- PMM