mbox

[PULL,for-2.9,0/3] Tracing patches

Message ID 20170324140854.28134-1-stefanha@redhat.com
State New
Headers show

Pull-request

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

Message

Stefan Hajnoczi March 24, 2017, 2:08 p.m. UTC
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(-)

Comments

Peter Maydell March 24, 2017, 2:50 p.m. UTC | #1
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