Message ID | 20201017180731.1165871-1-f4bug@amsat.org |
---|---|
Headers | show |
Series | hw/intc/bcm283x: Trivial tracing cleanup | expand |
On Sat, 17 Oct 2020 at 19:07, Philippe Mathieu-Daudé <f4bug@amsat.org> wrote: > > Add trace event for IRQ from CPU/GPU, > use definitions for IRQ numbers. > > Philippe Mathieu-Daudé (2): > hw/intc/bcm2835_ic: Trace GPU/CPU IRQ handlers > hw/intc/bcm2836_control: Use IRQ definitions instead of magic numbers Applied to target-arm.next, thanks. -- PMM
ping? On 10/17/20 8:07 PM, Philippe Mathieu-Daudé wrote: > Add trace event for IRQ from CPU/GPU, > use definitions for IRQ numbers. > > Philippe Mathieu-Daudé (2): > hw/intc/bcm2835_ic: Trace GPU/CPU IRQ handlers > hw/intc/bcm2836_control: Use IRQ definitions instead of magic numbers > > hw/intc/bcm2835_ic.c | 4 +++- > hw/intc/bcm2836_control.c | 8 ++++---- > hw/intc/trace-events | 4 ++++ > 3 files changed, 11 insertions(+), 5 deletions(-) >
On Mon, Oct 26, 2020 at 6:07 PM Philippe Mathieu-Daudé <f4bug@amsat.org> wrote: > > ping? Oops wrong series, these patches are already merged, sorry. > > On 10/17/20 8:07 PM, Philippe Mathieu-Daudé wrote: > > Add trace event for IRQ from CPU/GPU, > > use definitions for IRQ numbers. > > > > Philippe Mathieu-Daudé (2): > > hw/intc/bcm2835_ic: Trace GPU/CPU IRQ handlers > > hw/intc/bcm2836_control: Use IRQ definitions instead of magic numbers