Re: [RFC PATCH 2/3] util/vfio-helpers: Add trace event to display device IRQs available

2020-08-11 Thread Alex Williamson
On Tue, 11 Aug 2020 19:28:44 +0200 Philippe Mathieu-Daudé wrote: > Add a trace event to display the amount of IRQs available > on the device. > > Signed-off-by: Philippe Mathieu-Daudé > --- > util/vfio-helpers.c | 1 + > util/trace-events | 1 + > 2 files changed, 2 insertions(+) > > diff -

[RFC PATCH 2/3] util/vfio-helpers: Add trace event to display device IRQs available

2020-08-11 Thread Philippe Mathieu-Daudé
Add a trace event to display the amount of IRQs available on the device. Signed-off-by: Philippe Mathieu-Daudé --- util/vfio-helpers.c | 1 + util/trace-events | 1 + 2 files changed, 2 insertions(+) diff --git a/util/vfio-helpers.c b/util/vfio-helpers.c index 6defefcc01..3ad7e6be52 100644 --