Re: [PATCH] xive: Add more trace events

2020-12-02 Thread David Gibson
On Fri, Nov 27, 2020 at 02:36:54PM +0100, Cédric Le Goater wrote: > These are useful to understand IRQ requests from the OS. > > Signed-off-by: Cédric Le Goater > --- > > David, Feel free to merge with the previous. Done, thanks. > > hw/intc/spapr_xive.c | 6 ++ > hw/intc/spapr_xive_

[PATCH] xive: Add more trace events

2020-11-27 Thread Cédric Le Goater
These are useful to understand IRQ requests from the OS. Signed-off-by: Cédric Le Goater --- David, Feel free to merge with the previous. hw/intc/spapr_xive.c | 6 ++ hw/intc/spapr_xive_kvm.c | 5 + hw/intc/trace-events | 7 +++ 3 files changed, 18 insertions(+) diff --git