qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH v2 37/40] trace: split out trace events for targ


From: Stefan Hajnoczi
Subject: Re: [Qemu-devel] [PATCH v2 37/40] trace: split out trace events for target-s390x/ directory
Date: Fri, 17 Jun 2016 14:29:14 +0100
User-agent: Mutt/1.6.1 (2016-04-27)

On Thu, Jun 16, 2016 at 11:58:28AM +0200, Cornelia Huck wrote:
> On Thu, 16 Jun 2016 09:40:23 +0100
> "Daniel P. Berrange" <address@hidden> wrote:
> 
> > Move all trace-events for files in the target-s390x/ directory to
> > their own file.
> > 
> > Signed-off-by: Daniel P. Berrange <address@hidden>
> > ---
> >  Makefile.objs             |  1 +
> >  target-s390x/trace-events | 21 +++++++++++++++++++++
> >  trace-events              | 21 ---------------------
> >  3 files changed, 22 insertions(+), 21 deletions(-)
> >  create mode 100644 target-s390x/trace-events
> > 
> 
> > diff --git a/target-s390x/trace-events b/target-s390x/trace-events
> > new file mode 100644
> > index 0000000..d847814
> > --- /dev/null
> > +++ b/target-s390x/trace-events
> > @@ -0,0 +1,21 @@
> > +# See docs/trace-events.txt for syntax documentation.
> > +
> > +# target-s390x/mmu_helper.c
> > +get_skeys_nonzero(int rc) "SKEY: Call to get_skeys unexpectedly returned 
> > %d"
> > +set_skeys_nonzero(int rc) "SKEY: Call to set_skeys unexpectedly returned 
> > %d"
> > +
> > +# target-s390x/ioinst.c
> > +ioinst(const char *insn) "IOINST: %s"
> > +ioinst_sch_id(const char *insn, int cssid, int ssid, int schid) "IOINST: 
> > %s (%x.%x.%04x)"
> > +ioinst_chp_id(const char *insn, int cssid, int chpid) "IOINST: %s 
> > (%x.%02x)"
> > +ioinst_chsc_cmd(uint16_t cmd, uint16_t len) "IOINST: chsc command %04x, 
> > len %04x"
> 
> Add a blank line?

I have fixed it up while merging.

Attachment: signature.asc
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]