From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:34588) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VFLkX-0005De-B0 for qemu-devel@nongnu.org; Fri, 30 Aug 2013 06:16:28 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VFLkI-0003US-3r for qemu-devel@nongnu.org; Fri, 30 Aug 2013 06:16:17 -0400 Received: from e23smtp02.au.ibm.com ([202.81.31.144]:32886) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VFLkH-0003Ti-I8 for qemu-devel@nongnu.org; Fri, 30 Aug 2013 06:16:02 -0400 Received: from /spool/local by e23smtp02.au.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Fri, 30 Aug 2013 20:04:30 +1000 From: Alexey Kardashevskiy Date: Fri, 30 Aug 2013 20:15:32 +1000 Message-Id: <1377857738-14789-7-git-send-email-aik@ozlabs.ru> In-Reply-To: <1377857738-14789-1-git-send-email-aik@ozlabs.ru> References: <1377857738-14789-1-git-send-email-aik@ozlabs.ru> Subject: [Qemu-devel] [PATCH v4 06/12] spapr_pci: add spapr_pci trace List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Alexey Kardashevskiy , Alexander Graf , Alex Williamson , qemu-ppc@nongnu.org, David Gibson Signed-off-by: Alexey Kardashevskiy --- trace-events | 1 + 1 file changed, 1 insertion(+) diff --git a/trace-events b/trace-events index 8ccffdc..c67fcf1 100644 --- a/trace-events +++ b/trace-events @@ -1113,6 +1113,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