mbox series

[0/2] hw/intc/bcm283x: Trivial tracing cleanup

Message ID 20201017180731.1165871-1-f4bug@amsat.org
Headers show
Series hw/intc/bcm283x: Trivial tracing cleanup | expand

Message

Philippe Mathieu-Daudé Oct. 17, 2020, 6:07 p.m. UTC
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(-)

-- 
2.26.2

Comments

Peter Maydell Oct. 20, 2020, 2:33 p.m. UTC | #1
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
Philippe Mathieu-Daudé Oct. 26, 2020, 5:07 p.m. UTC | #2
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(-)

>
Philippe Mathieu-Daudé Oct. 27, 2020, 8:36 a.m. UTC | #3
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