[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH-for-8.0 2/2] hw: Reduce "qemu/accel.h" inclusion
|
From: |
Paolo Bonzini |
|
Subject: |
Re: [PATCH-for-8.0 2/2] hw: Reduce "qemu/accel.h" inclusion |
|
Date: |
Wed, 30 Nov 2022 16:44:13 +0100 |
On Wed, Nov 30, 2022 at 4:43 PM Philippe Mathieu-Daudé
<philmd@linaro.org> wrote:
>
> On 30/11/22 16:17, Fabiano Rosas wrote:
> > Philippe Mathieu-Daudé <philmd@linaro.org> writes:
> >
> >> Move "qemu/accel.h" include from the heavily included
> >> "hw/boards.h" to hw/core/machine.c, the single file using
> >> the AccelState definition.
> >
> > Do you mean accel_init_interfaces() and ACCEL_GET_CLASS? I don't see
> > AccelState explicitly.
>
> Paolo, do you mind fixing with:
>
> Move "qemu/accel.h" include from the heavily included
> "hw/boards.h" to hw/core/machine.c, the single file using
> accel-related definitions.
Can do, thanks for the suggestion.
Paolo