mbox

[PULL,0/1] Tracing patches

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

Pull-request

git://github.com/stefanha/qemu.git tracing

Message

Stefan Hajnoczi Sept. 20, 2013, 5:58 p.m. UTC
The following changes since commit 6c2679fc19560699679200fb42ab4659bcbe7f79:

  Merge remote-tracking branch 'kiszka/queues/slirp' into staging (2013-09-17 10:01:24 -0500)

are available in the git repository at:


  git://github.com/stefanha/qemu.git tracing

for you to fetch changes up to cbf5b968567dbd5a71165c1d30a0ce351bdca11a:

  kvm: fix traces to use %x instead of %d (2013-09-20 19:55:01 +0200)

----------------------------------------------------------------
Alexey Kardashevskiy (1):
      kvm: fix traces to use %x instead of %d

 trace-events | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Comments

Paolo Bonzini Sept. 20, 2013, 8:40 p.m. UTC | #1
Il 20/09/2013 19:58, Stefan Hajnoczi ha scritto:
> The following changes since commit 6c2679fc19560699679200fb42ab4659bcbe7f79:
> 
>   Merge remote-tracking branch 'kiszka/queues/slirp' into staging (2013-09-17 10:01:24 -0500)
> 
> are available in the git repository at:
> 
> 
>   git://github.com/stefanha/qemu.git tracing
> 
> for you to fetch changes up to cbf5b968567dbd5a71165c1d30a0ce351bdca11a:
> 
>   kvm: fix traces to use %x instead of %d (2013-09-20 19:55:01 +0200)
> 
> ----------------------------------------------------------------
> Alexey Kardashevskiy (1):
>       kvm: fix traces to use %x instead of %d
> 
>  trace-events | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)
> 

This single patch is also in my KVM pull request, so it's not needed.

Paolo