[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 0/6] hw/isa: Remove unuseful qemu_allocate_irqs() call
From: |
Philippe Mathieu-Daudé |
Subject: |
Re: [PATCH 0/6] hw/isa: Remove unuseful qemu_allocate_irqs() call |
Date: |
Tue, 27 Apr 2021 14:58:48 +0200 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.8.1 |
ping (for series or simply patch 6).
On 3/24/21 12:13 AM, Philippe Mathieu-Daudé wrote:
> I started to fix the LeakSanitizer error in piix4_realize(),
> then looked for similar pattern and found 2 other places.
> The older is i82378 (historically the first one) which then
> spread.
>
> Philippe Mathieu-Daudé (6):
> hw/isa/i82378: Name output IRQ as 'intr'
> hw/isa/i82378: Simplify removing unuseful qemu_allocate_irqs() call
> hw/isa/i82378: Rename output IRQ variable
> hw/isa/vt82c686: Name output IRQ as 'intr'
> hw/isa/vt82c686: Simplify removing unuseful qemu_allocate_irqs() call
> hw/isa/piix4: Fix leak removing unuseful qemu_allocate_irqs() call
>
> hw/isa/i82378.c | 13 +++----------
> hw/isa/piix4.c | 10 +---------
> hw/isa/vt82c686.c | 12 ++----------
> hw/mips/fuloong2e.c | 2 +-
> hw/ppc/prep.c | 4 ++--
> 5 files changed, 9 insertions(+), 32 deletions(-)
>
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- Re: [PATCH 0/6] hw/isa: Remove unuseful qemu_allocate_irqs() call,
Philippe Mathieu-Daudé <=