qemu-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-commits] [qemu/qemu] 2c7c4c: trace: move util/buffer.c trace point


From: GitHub
Subject: [Qemu-commits] [qemu/qemu] 2c7c4c: trace: move util/buffer.c trace points into correc...
Date: Thu, 29 Sep 2016 12:00:03 -0700

  Branch: refs/heads/master
  Home:   https://github.com/qemu/qemu
  Commit: 2c7c4cf0c446a082acb3f42200936c4a6edaf68e
      
https://github.com/qemu/qemu/commit/2c7c4cf0c446a082acb3f42200936c4a6edaf68e
  Author: Daniel P. Berrange <address@hidden>
  Date:   2016-09-28 (Wed, 28 Sep 2016)

  Changed paths:
    M io/trace-events
    M util/trace-events

  Log Message:
  -----------
  trace: move util/buffer.c trace points into correct file

The trace points for util/buffer.c were mistakenly put
in the io/trace-events file, instead of util/trace-events
in

  commit 892bd32ea38bbe9709ff0b6db3053bdf06eec9fb
  Author: Daniel P. Berrange <address@hidden>
  Date:   Thu Jun 16 09:39:50 2016 +0100

    trace: split out trace events for io/ directory

    Move all trace-events for files in the io/ directory to

Signed-off-by: Daniel P. Berrange <address@hidden>
Reviewed-by: Eric Blake <address@hidden>
Message-id: address@hidden
Signed-off-by: Stefan Hajnoczi <address@hidden>


  Commit: a409aada20212a629b7e6bd8b9abf2773f97c65a
      
https://github.com/qemu/qemu/commit/a409aada20212a629b7e6bd8b9abf2773f97c65a
  Author: Daniel P. Berrange <address@hidden>
  Date:   2016-09-28 (Wed, 28 Sep 2016)

  Changed paths:
    M trace-events
    M util/trace-events

  Log Message:
  -----------
  trace: move util/qemu-coroutine*.c trace points into correct file

The trace points for util/qemu-coroutine*.c were mistakenly left
in the top level trace-events file, instead of util/trace-events
in

  commit 492bb2dd651e780c0723580880acbedb5661e5ad
  Author: Daniel P. Berrange <address@hidden>
  Date:   Thu Jun 16 09:39:48 2016 +0100

    trace: split out trace events for util/ directory

Signed-off-by: Daniel P. Berrange <address@hidden>
Reviewed-by: Eric Blake <address@hidden>
Message-id: address@hidden
Signed-off-by: Stefan Hajnoczi <address@hidden>


  Commit: e97eb6f7f03282f7e3db19865eb5b4fbd5f69f8b
      
https://github.com/qemu/qemu/commit/e97eb6f7f03282f7e3db19865eb5b4fbd5f69f8b
  Author: Daniel P. Berrange <address@hidden>
  Date:   2016-09-28 (Wed, 28 Sep 2016)

  Changed paths:
    M Makefile.objs
    M hw/i386/trace-events
    A hw/mem/trace-events

  Log Message:
  -----------
  trace: move hw/mem/pc-dimm.c trace points into correct file

The trace points for hw/mem/pc-dimm.c were mistakenly put
in the hw/i386/trace-events file, instead of hw/mem/trace-events
in

  commit 5eb76e480b42206d3640c1aab8a376ba350f70bb
  Author: Daniel P. Berrange <address@hidden>
  Date:   Thu Jun 16 09:40:10 2016 +0100

    trace: split out trace events for hw/i386/ directory

Signed-off-by: Daniel P. Berrange <address@hidden>
Reviewed-by: Eric Blake <address@hidden>
Message-id: address@hidden
Signed-off-by: Stefan Hajnoczi <address@hidden>


  Commit: 331f5eb28a6b537558ac595879d2179885df9db5
      
https://github.com/qemu/qemu/commit/331f5eb28a6b537558ac595879d2179885df9db5
  Author: Daniel P. Berrange <address@hidden>
  Date:   2016-09-28 (Wed, 28 Sep 2016)

  Changed paths:
    M hw/virtio/trace-events
    M trace-events

  Log Message:
  -----------
  trace: move hw/virtio/virtio-balloon.c trace points into correct file

The trace points for hw/virtio/virtio-balloon.c were mistakenly put
in the top level trace-events file, instead of util/trace-events in

  commit 270ab88f7c1112389a02cee0e3e03b20fcc7547e
  Author: Daniel P. Berrange <address@hidden>
  Date:   Thu Jun 16 09:39:57 2016 +0100

    trace: split out trace events for hw/virtio/ directory

Signed-off-by: Daniel P. Berrange <address@hidden>
Reviewed-by: Eric Blake <address@hidden>
Message-id: address@hidden
Signed-off-by: Stefan Hajnoczi <address@hidden>


  Commit: 2bfe11c8fac96db4f94abbe818fbc964a6744130
      
https://github.com/qemu/qemu/commit/2bfe11c8fac96db4f94abbe818fbc964a6744130
  Author: Lluís Vilanova <address@hidden>
  Date:   2016-09-28 (Wed, 28 Sep 2016)

  Changed paths:
    M bsd-user/main.c
    M linux-user/main.c
    M qom/cpu.c
    M stubs/trace-control.c
    M trace/control-target.c
    M trace/control.c
    M trace/control.h
    M vl.c

  Log Message:
  -----------
  trace: Properly initialize dynamic event states in hot-plugged vCPUs

Every time a vCPU is hot-plugged, it will "inherit" its tracing state
from the global state array. That is, if *any* existing vCPU has an
event enabled, new vCPUs will have too.

Signed-off-by: Lluís Vilanova <address@hidden>
Message-id: address@hidden
Signed-off-by: Stefan Hajnoczi <address@hidden>


  Commit: b9d72215248789abdd1e2bfce746eff2eddd67fc
      
https://github.com/qemu/qemu/commit/b9d72215248789abdd1e2bfce746eff2eddd67fc
  Author: Lluís Vilanova <address@hidden>
  Date:   2016-09-28 (Wed, 28 Sep 2016)

  Changed paths:
    M trace-events
    M trace/control-target.c

  Log Message:
  -----------
  trace: Add event "guest_cpu_enter"

Signals the hot-plugging of a new virtual (guest) CPU.

Signed-off-by: Lluís Vilanova <address@hidden>
Message-id: address@hidden
Signed-off-by: Stefan Hajnoczi <address@hidden>


  Commit: 2cc2d082b52ef0aa9bffff512ce552391405ce9f
      
https://github.com/qemu/qemu/commit/2cc2d082b52ef0aa9bffff512ce552391405ce9f
  Author: Lluís Vilanova <address@hidden>
  Date:   2016-09-28 (Wed, 28 Sep 2016)

  Changed paths:
    M qom/cpu.c
    M trace-events

  Log Message:
  -----------
  trace: Add event "guest_cpu_reset"

Signals the reset of the state a virtual (guest) CPU.

Signed-off-by: Lluís Vilanova <address@hidden>
Message-id: address@hidden
Signed-off-by: Stefan Hajnoczi <address@hidden>


  Commit: 43e21e4907a009d87f6aef44663d9e1f7b181b8d
      
https://github.com/qemu/qemu/commit/43e21e4907a009d87f6aef44663d9e1f7b181b8d
  Author: Lluís Vilanova <address@hidden>
  Date:   2016-09-28 (Wed, 28 Sep 2016)

  Changed paths:
    M trace-events

  Log Message:
  -----------
  trace: Document the execution mode of guest events

Explicitly state in which execution mode (user, softmmu, all) are guest
events available for tracing.

Signed-off-by: Lluís Vilanova <address@hidden>
Message-id: address@hidden
Signed-off-by: Stefan Hajnoczi <address@hidden>


  Commit: cc9a366d3b161d255fcf25aad30e0c8fcc766013
      
https://github.com/qemu/qemu/commit/cc9a366d3b161d255fcf25aad30e0c8fcc766013
  Author: Peter Maydell <address@hidden>
  Date:   2016-09-29 (Thu, 29 Sep 2016)

  Changed paths:
    M Makefile.objs
    M bsd-user/main.c
    M hw/i386/trace-events
    A hw/mem/trace-events
    M hw/virtio/trace-events
    M io/trace-events
    M linux-user/main.c
    M qom/cpu.c
    M stubs/trace-control.c
    M trace-events
    M trace/control-target.c
    M trace/control.c
    M trace/control.h
    M util/trace-events
    M vl.c

  Log Message:
  -----------
  Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' 
into staging

# gpg: Signature made Wed 28 Sep 2016 22:30:45 BST
# gpg:                using RSA key 0x9CA4ABB381AB73C8
# gpg: Good signature from "Stefan Hajnoczi <address@hidden>"
# gpg:                 aka "Stefan Hajnoczi <address@hidden>"
# Primary key fingerprint: 8695 A8BF D3F9 7CDA AC35  775A 9CA4 ABB3 81AB 73C8

* remotes/stefanha/tags/tracing-pull-request:
  trace: Document the execution mode of guest events
  trace: Add event "guest_cpu_reset"
  trace: Add event "guest_cpu_enter"
  trace: Properly initialize dynamic event states in hot-plugged vCPUs
  trace: move hw/virtio/virtio-balloon.c trace points into correct file
  trace: move hw/mem/pc-dimm.c trace points into correct file
  trace: move util/qemu-coroutine*.c trace points into correct file
  trace: move util/buffer.c trace points into correct file

Signed-off-by: Peter Maydell <address@hidden>


Compare: https://github.com/qemu/qemu/compare/c640f2849ee8...cc9a366d3b16

reply via email to

[Prev in Thread] Current Thread [Next in Thread]