From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:32824) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WO0Cm-0003by-Uy for qemu-devel@nongnu.org; Thu, 13 Mar 2014 03:37:35 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WO0Cg-0004zX-Qa for qemu-devel@nongnu.org; Thu, 13 Mar 2014 03:37:28 -0400 Received: from mail-pb0-f51.google.com ([209.85.160.51]:33248) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WO0Cg-0004zF-LY for qemu-devel@nongnu.org; Thu, 13 Mar 2014 03:37:22 -0400 Received: by mail-pb0-f51.google.com with SMTP id uo5so725482pbc.10 for ; Thu, 13 Mar 2014 00:37:21 -0700 (PDT) Message-ID: <5321602B.2020202@ozlabs.ru> Date: Thu, 13 Mar 2014 18:37:15 +1100 From: Alexey Kardashevskiy MIME-Version: 1.0 References: <1385006938-32515-1-git-send-email-aik@ozlabs.ru> <1385006938-32515-4-git-send-email-aik@ozlabs.ru> <53210E0D.2040407@suse.de> In-Reply-To: <53210E0D.2040407@suse.de> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: Re: [Qemu-devel] [PATCH 3/4] spapr-pci: add spapr_pci trace List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: =?UTF-8?B?QW5kcmVhcyBGw6RyYmVy?= , qemu-devel@nongnu.org Cc: qemu-ppc@nongnu.org, Alexander Graf On 03/13/2014 12:46 PM, Andreas Färber wrote: > Am 21.11.2013 05:08, schrieb Alexey Kardashevskiy: >> Signed-off-by: Alexey Kardashevskiy >> --- >> trace-events | 1 + >> 1 file changed, 1 insertion(+) > > Unused trace event? I'll better drop it at all since Paolo dislikes generalized trace events and this one is used in vfio code :) > > Andreas > >> >> 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" >> > > -- Alexey