[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 0/3] hw: Use qdev gpio rather than qemu_allocate_irqs()
From: |
Philippe Mathieu-Daudé |
Subject: |
[PATCH 0/3] hw: Use qdev gpio rather than qemu_allocate_irqs() |
Date: |
Sun, 12 Apr 2020 23:29:40 +0200 |
Use a coccinelle script to convert few qemu_allocate_irqs()
calls to the qdev gpio API.
One memory leak removed in hw/openrisc/pic_cpu.c
Philippe Mathieu-Daudé (3):
hw/ide/ahci: Use qdev gpio rather than qemu_allocate_irqs()
hw/mips/mips_int: Use qdev gpio rather than qemu_allocate_irqs()
hw/openrisc/pic_cpu: Use qdev gpio rather than qemu_allocate_irqs()
hw/ide/ahci.c | 6 ++----
hw/mips/mips_int.c | 6 ++----
hw/openrisc/pic_cpu.c | 5 ++---
3 files changed, 6 insertions(+), 11 deletions(-)
--
2.21.1
- [PATCH 0/3] hw: Use qdev gpio rather than qemu_allocate_irqs(),
Philippe Mathieu-Daudé <=