Re: [PATCH 1/6] hw/isa/vt82c686: Name output IRQ as 'intr'

2021-03-25 Thread Richard Henderson
On 3/24/21 11:54 AM, Philippe Mathieu-Daudé wrote: Named IRQs are easier to understand in the monitor. Name the single output interrupt as 'intr'. Signed-off-by: Philippe Mathieu-Daudé --- hw/isa/vt82c686.c | 2 +- hw/mips/fuloong2e.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-

[PATCH 1/6] hw/isa/vt82c686: Name output IRQ as 'intr'

2021-03-24 Thread Philippe Mathieu-Daudé
Named IRQs are easier to understand in the monitor. Name the single output interrupt as 'intr'. Signed-off-by: Philippe Mathieu-Daudé --- hw/isa/vt82c686.c | 2 +- hw/mips/fuloong2e.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/hw/isa/vt82c686.c b/hw/isa/vt82c686.c i