On 6/5/25 15:03, Peter Maydell wrote:
On Thu, 1 May 2025 at 20:02, Philippe Mathieu-Daudé wrote:
On 1/5/25 20:34, Bernhard Beschow wrote:
The DEFINE_TYPES() macro doesn't need the qemu/module.h include.
Fixes: 13a07eb146c8 ("hw/pci-host/designware: Declare CPU QOM types using
DEFINE_TYPES()
On Thu, 1 May 2025 at 20:02, Philippe Mathieu-Daudé wrote:
>
> On 1/5/25 20:34, Bernhard Beschow wrote:
> > The DEFINE_TYPES() macro doesn't need the qemu/module.h include.
> >
> > Fixes: 13a07eb146c8 ("hw/pci-host/designware: Declare CPU QOM types using
> > DEFINE_TYPES() macro")
>
> The 'Fixes:'
On Thu, 1 May 2025, Philippe Mathieu-Daudé wrote:
On 1/5/25 20:34, Bernhard Beschow wrote:
The DEFINE_TYPES() macro doesn't need the qemu/module.h include.
Fixes: 13a07eb146c8 ("hw/pci-host/designware: Declare CPU QOM types using
DEFINE_TYPES() macro")
The 'Fixes:' tag is for bug being fixed.
Am 1. Mai 2025 19:02:35 UTC schrieb "Philippe Mathieu-Daudé"
:
>On 1/5/25 20:34, Bernhard Beschow wrote:
>> The DEFINE_TYPES() macro doesn't need the qemu/module.h include.
>>
>> Fixes: 13a07eb146c8 ("hw/pci-host/designware: Declare CPU QOM types using
>> DEFINE_TYPES() macro")
>
>The 'Fixes:'
On 1/5/25 20:34, Bernhard Beschow wrote:
The DEFINE_TYPES() macro doesn't need the qemu/module.h include.
Fixes: 13a07eb146c8 ("hw/pci-host/designware: Declare CPU QOM types using
DEFINE_TYPES() macro")
The 'Fixes:' tag is for bug being fixed. Here I suggest:
Since commit 13a07eb146c8 ("hw/
The DEFINE_TYPES() macro doesn't need the qemu/module.h include.
Fixes: 13a07eb146c8 ("hw/pci-host/designware: Declare CPU QOM types using
DEFINE_TYPES() macro")
Signed-off-by: Bernhard Beschow
---
hw/pci-host/designware.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/hw/pci-host/designware