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

Philippe Mathieu-Daudé posted 2 patches 3 years, 6 months ago
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20201017180731.1165871-1-f4bug@amsat.org
hw/intc/bcm2835_ic.c      | 4 +++-
hw/intc/bcm2836_control.c | 8 ++++----
hw/intc/trace-events      | 4 ++++
3 files changed, 11 insertions(+), 5 deletions(-)
[PATCH 0/2] hw/intc/bcm283x: Trivial tracing cleanup
Posted by Philippe Mathieu-Daudé 3 years, 6 months ago
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

Re: [PATCH 0/2] hw/intc/bcm283x: Trivial tracing cleanup
Posted by Peter Maydell 3 years, 6 months ago
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

Re: [PATCH 0/2] hw/intc/bcm283x: Trivial tracing cleanup
Posted by Philippe Mathieu-Daudé 3 years, 6 months ago
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(-)
> 

Re: [PATCH 0/2] hw/intc/bcm283x: Trivial tracing cleanup
Posted by Philippe Mathieu-Daudé 3 years, 5 months ago
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