mbox series

[PATCH-for-8.0,0/2] hw: Reduce "qemu/accel.h" inclusion

Message ID 20221130135641.85328-1-philmd@linaro.org
Headers show
Series hw: Reduce "qemu/accel.h" inclusion | expand

Message

Philippe Mathieu-Daudé Nov. 30, 2022, 1:56 p.m. UTC
Another trivial series, restricting "qemu/accel.h".

Philippe Mathieu-Daudé (2):
  typedefs: Forward-declare AccelState
  hw: Reduce "qemu/accel.h" inclusion

 hw/core/machine.c       | 1 +
 include/hw/boards.h     | 1 -
 include/qemu/accel.h    | 4 ++--
 include/qemu/typedefs.h | 1 +
 4 files changed, 4 insertions(+), 3 deletions(-)

Comments

Paolo Bonzini Nov. 30, 2022, 3:35 p.m. UTC | #1
Queued, thanks.

Paolo