Re: [Qemu-devel] [PATCH 2/4] macio: add trace-events to timer device

2018-06-03 Thread David Gibson
On Sun, May 06, 2018 at 03:20:03PM +0100, Mark Cave-Ayland wrote: > Signed-off-by: Mark Cave-Ayland Applied, thanks. > --- > hw/misc/macio/macio.c | 3 +++ > hw/misc/macio/trace-events | 4 > 2 files changed, 7 insertions(+) > > diff --git a/hw/misc/macio/macio.c b/hw/misc/macio/maci

Re: [Qemu-devel] [PATCH 2/4] macio: add trace-events to timer device

2018-05-07 Thread Philippe Mathieu-Daudé
On 05/06/2018 11:20 AM, Mark Cave-Ayland wrote: > Signed-off-by: Mark Cave-Ayland Reviewed-by: Philippe Mathieu-Daudé > --- > hw/misc/macio/macio.c | 3 +++ > hw/misc/macio/trace-events | 4 > 2 files changed, 7 insertions(+) > > diff --git a/hw/misc/macio/macio.c b/hw/misc/macio/ma

[Qemu-devel] [PATCH 2/4] macio: add trace-events to timer device

2018-05-06 Thread Mark Cave-Ayland
Signed-off-by: Mark Cave-Ayland --- hw/misc/macio/macio.c | 3 +++ hw/misc/macio/trace-events | 4 2 files changed, 7 insertions(+) diff --git a/hw/misc/macio/macio.c b/hw/misc/macio/macio.c index 79621eb879..f9a40eea81 100644 --- a/hw/misc/macio/macio.c +++ b/hw/misc/macio/macio.c @@