mbox

[PULL,0/2] Tracing patches

Message ID 1457954829-14053-1-git-send-email-stefanha@redhat.com
State New
Headers show

Pull-request

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

Message

Stefan Hajnoczi March 14, 2016, 11:27 a.m. UTC
The following changes since commit a648c137383d84bc4f95696e5293978d9541a26e:

  Merge remote-tracking branch 'remotes/kraxel/tags/pull-ui-20160309-1' into staging (2016-03-10 02:51:14 +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 f2d089425d43735b5369f70f3a36b712440578e5:

  trace: separate MMIO tracepoints from TB-access tracepoints (2016-03-14 09:34:30 +0000)

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

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

Hollis Blanchard (2):
  trace: include CPU index in trace_memory_region_*()
  trace: separate MMIO tracepoints from TB-access tracepoints

 memory.c     | 62 ++++++++++++++++++++++++++++++++++++++++++++++++------------
 trace-events | 10 ++++++----
 2 files changed, 56 insertions(+), 16 deletions(-)

Comments

Peter Maydell March 14, 2016, 4:52 p.m. UTC | #1
On 14 March 2016 at 11:27, Stefan Hajnoczi <stefanha@redhat.com> wrote:
> The following changes since commit a648c137383d84bc4f95696e5293978d9541a26e:
>
>   Merge remote-tracking branch 'remotes/kraxel/tags/pull-ui-20160309-1' into staging (2016-03-10 02:51:14 +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 f2d089425d43735b5369f70f3a36b712440578e5:
>
>   trace: separate MMIO tracepoints from TB-access tracepoints (2016-03-14 09:34:30 +0000)
>
> ----------------------------------------------------------------

Applied, thanks.

-- PMM