Re: [Qemu-devel] [PATCH] tco: add trace events

2017-10-14 Thread Philippe Mathieu-Daudé
Hi Paolo, On 10/12/2017 10:54 AM, Paolo Bonzini wrote: > Add trace events to the PCH watchdog timer, it can be useful to see how > the guest is using it. > > Signed-off-by: Paolo Bonzini > --- > hw/acpi/tco.c| 11 +-- > hw/acpi/trace-events | 4 > 2 files changed, 13 inser

Re: [Qemu-devel] [PATCH] tco: add trace events

2017-10-12 Thread no-reply
Hi, This series seems to have some coding style problems. See output below for more information: Type: series Message-id: 1507816448-86665-1-git-send-email-pbonz...@redhat.com Subject: [Qemu-devel] [PATCH] tco: add trace events === TEST SCRIPT BEGIN === #!/bin/bash BASE=base n=1 total=$(git

[Qemu-devel] [PATCH] tco: add trace events

2017-10-12 Thread Paolo Bonzini
Add trace events to the PCH watchdog timer, it can be useful to see how the guest is using it. Signed-off-by: Paolo Bonzini --- hw/acpi/tco.c| 11 +-- hw/acpi/trace-events | 4 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/hw/acpi/tco.c b/hw/acpi/tco.c ind