From: Alexey Kardashevskiy <aik@ozlabs.ru>
To: qemu-devel@nongnu.org
Cc: Alexey Kardashevskiy <aik@ozlabs.ru>,
qemu-ppc@nongnu.org, Alexander Graf <agraf@suse.de>
Subject: [Qemu-devel] [PATCH 3/4] spapr-pci: add spapr_pci trace
Date: Thu, 21 Nov 2013 15:08:57 +1100 [thread overview]
Message-ID: <1385006938-32515-4-git-send-email-aik@ozlabs.ru> (raw)
In-Reply-To: <1385006938-32515-1-git-send-email-aik@ozlabs.ru>
Signed-off-by: Alexey Kardashevskiy <aik@ozlabs.ru>
---
trace-events | 1 +
1 file changed, 1 insertion(+)
diff --git a/trace-events b/trace-events
index 8695e9e..ba5f76c 100644
--- a/trace-events
+++ b/trace-events
@@ -1114,6 +1114,7 @@ qxl_render_guest_primary_resized(int32_t width, int32_t height, int32_t stride,
qxl_render_update_area_done(void *cookie) "%p"
# hw/ppc/spapr_pci.c
+spapr_pci(const char *msg1, const char *msg2) "%s%s"
spapr_pci_msi(const char *msg, uint32_t n, uint32_t ca) "%s (device#%d, cfg=%x)"
spapr_pci_msi_setup(const char *name, unsigned vector, uint64_t addr) "dev\"%s\" vector %u, addr=%"PRIx64
spapr_pci_rtas_ibm_change_msi(unsigned func, unsigned req) "func %u, requested %u"
--
1.8.4.rc4
next prev parent reply other threads:[~2013-11-21 4:09 UTC|newest]
Thread overview: 21+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-11-21 4:08 [Qemu-devel] [PATCH 0/4] spapr-pci: prepare for vfio Alexey Kardashevskiy
2013-11-21 4:08 ` [Qemu-devel] [PATCH 1/4] spapr-pci: convert init() callback to realize() Alexey Kardashevskiy
2014-03-12 13:20 ` [Qemu-devel] " Mike Day
2014-03-12 13:56 ` Mike Day
2014-03-12 23:25 ` Alexey Kardashevskiy
2014-03-13 1:45 ` [Qemu-devel] [PATCH 1/4] " Andreas Färber
2013-11-21 4:08 ` [Qemu-devel] [PATCH 2/4] spapr-pci: introduce a finish_realize() callback Alexey Kardashevskiy
2014-03-12 15:30 ` [Qemu-devel] " Mike Day
2014-03-13 1:56 ` [Qemu-devel] [PATCH 2/4] " Andreas Färber
2014-03-13 7:29 ` Alexey Kardashevskiy
2013-11-21 4:08 ` Alexey Kardashevskiy [this message]
2014-03-13 1:46 ` [Qemu-devel] [PATCH 3/4] spapr-pci: add spapr_pci trace Andreas Färber
2014-03-13 7:37 ` Alexey Kardashevskiy
2013-11-21 4:08 ` [Qemu-devel] [PATCH 4/4] spapr-pci: converts fprintf to error_report Alexey Kardashevskiy
2014-03-12 15:41 ` [Qemu-devel] " Mike Day
2014-03-13 1:50 ` [Qemu-devel] [PATCH 4/4] " Andreas Färber
2013-12-05 9:39 ` [Qemu-devel] [PATCH 0/4] spapr-pci: prepare for vfio Alexey Kardashevskiy
2013-12-20 2:47 ` Alexey Kardashevskiy
2014-01-15 7:10 ` Alexey Kardashevskiy
2014-02-12 11:44 ` Alexey Kardashevskiy
2014-03-12 3:33 ` Alexey Kardashevskiy
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1385006938-32515-4-git-send-email-aik@ozlabs.ru \
--to=aik@ozlabs.ru \
--cc=agraf@suse.de \
--cc=qemu-devel@nongnu.org \
--cc=qemu-ppc@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).