Re: [PATCH 05/11] hw/mips/jazz: Rename ISA input IRQs as 'isa_irqs_in'

2023-02-11 Thread Richard Henderson
On 2/10/23 06:37, Philippe Mathieu-Daudé wrote: The following code: /* ISA devices */ i8259 = i8259_init(isa_bus, ...); gives the false idea that the function is creating a i8259 device. Instead this function returns an array of input IRQs. Rename the variable to clarify: /*

[PATCH 05/11] hw/mips/jazz: Rename ISA input IRQs as 'isa_irqs_in'

2023-02-10 Thread Philippe Mathieu-Daudé
The following code: /* ISA devices */ i8259 = i8259_init(isa_bus, ...); gives the false idea that the function is creating a i8259 device. Instead this function returns an array of input IRQs. Rename the variable to clarify: /* ISA devices */ isa_irqs_in = i8259_init(isa_bus,