qemu-arm
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] hw/adc/zynq-xadc: Use qemu_irq typedef


From: Bernhard Beschow
Subject: Re: [PATCH] hw/adc/zynq-xadc: Use qemu_irq typedef
Date: Tue, 10 May 2022 22:53:02 +0200



On Mon, May 9, 2022 at 10:20 PM Philippe Mathieu-Daudé <philippe.mathieu.daude@gmail.com> wrote:
From: Philippe Mathieu-Daudé <f4bug@amsat.org>

Except hw/core/irq.c which implements the forward-declared opaque
qemu_irq structure, hw/adc/zynq-xadc.{c,h} are the only files not
using the typedef. Fix this single exception.

Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>

$ git grep --files-with-matches --perl-regexp "\bIRQState\b"
hw/core/irq.c
include/qemu/typedefs.h

Reviewed-By: Bernhard Beschow <shentey@gmail.com>

reply via email to

[Prev in Thread] Current Thread [Next in Thread]