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

Stefan Hajnoczi posted 3 patches 7 years, 1 month ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20170324140854.28134-1-stefanha@redhat.com
Test checkpatch passed
Test docker passed
Test s390x passed
There is a newer version of this series
block/mirror.c       | 5 +++--
hw/i386/amd_iommu.c  | 3 +--
hw/scsi/megasas.c    | 6 +++---
hw/i386/trace-events | 1 +
4 files changed, 8 insertions(+), 7 deletions(-)
[Qemu-devel] [PULL for-2.9 0/3] Tracing patches
Posted by Stefan Hajnoczi 7 years, 1 month ago
The following changes since commit 08329701199449bde497570dcfdb9c86062baf20:

  qom: Fix regression with 'qom-type' (2017-03-23 17:59:40 +0000)

are available in the git repository at:

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

for you to fetch changes up to 0d3ef78829332f2fdc323d1b625b60fe9c89119c:

  trace: Avoid abuse of amdvi_mmio_read (2017-03-24 09:21:42 +0000)

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

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

Eric Blake (3):
  trace: Fix backwards mirror_yield parameters
  trace: Fix incorrect megasas trace parameters
  trace: Avoid abuse of amdvi_mmio_read

 block/mirror.c       | 5 +++--
 hw/i386/amd_iommu.c  | 3 +--
 hw/scsi/megasas.c    | 6 +++---
 hw/i386/trace-events | 1 +
 4 files changed, 8 insertions(+), 7 deletions(-)

-- 
2.9.3


Re: [Qemu-devel] [PULL for-2.9 0/3] Tracing patches
Posted by Peter Maydell 7 years, 1 month ago
On 24 March 2017 at 14:08, Stefan Hajnoczi <stefanha@redhat.com> wrote:
> The following changes since commit 08329701199449bde497570dcfdb9c86062baf20:
>
>   qom: Fix regression with 'qom-type' (2017-03-23 17:59:40 +0000)
>
> are available in the git repository at:
>
>   git://github.com/stefanha/qemu.git tags/tracing-pull-request
>
> for you to fetch changes up to 0d3ef78829332f2fdc323d1b625b60fe9c89119c:
>
>   trace: Avoid abuse of amdvi_mmio_read (2017-03-24 09:21:42 +0000)
>
> ----------------------------------------------------------------
>
> ----------------------------------------------------------------
>
> Eric Blake (3):
>   trace: Fix backwards mirror_yield parameters
>   trace: Fix incorrect megasas trace parameters
>   trace: Avoid abuse of amdvi_mmio_read
>
>  block/mirror.c       | 5 +++--
>  hw/i386/amd_iommu.c  | 3 +--
>  hw/scsi/megasas.c    | 6 +++---
>  hw/i386/trace-events | 1 +
>  4 files changed, 8 insertions(+), 7 deletions(-)
>

Applied, thanks.

-- PMM