From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:39933) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VjLZv-0000Y4-N5 for qemu-devel@nongnu.org; Wed, 20 Nov 2013 23:09:27 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VjLZn-0003WO-Fo for qemu-devel@nongnu.org; Wed, 20 Nov 2013 23:09:19 -0500 Received: from e23smtp01.au.ibm.com ([202.81.31.143]:49985) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VjLZm-0003Vh-Ml for qemu-devel@nongnu.org; Wed, 20 Nov 2013 23:09:11 -0500 Received: from /spool/local by e23smtp01.au.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Thu, 21 Nov 2013 14:09:08 +1000 From: Alexey Kardashevskiy Date: Thu, 21 Nov 2013 15:08:57 +1100 Message-Id: <1385006938-32515-4-git-send-email-aik@ozlabs.ru> In-Reply-To: <1385006938-32515-1-git-send-email-aik@ozlabs.ru> References: <1385006938-32515-1-git-send-email-aik@ozlabs.ru> Subject: [Qemu-devel] [PATCH 3/4] 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 , qemu-ppc@nongnu.org, Alexander Graf Signed-off-by: Alexey Kardashevskiy --- 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