mbox series

[v2,0/2] hw/acpi: Include missing headers

Message ID 20240226090600.31952-1-philmd@linaro.org
Headers show
Series hw/acpi: Include missing headers | expand

Message

Philippe Mathieu-Daudé Feb. 26, 2024, 9:05 a.m. UTC
Since v1:
- Addressed Zhao's review comments (typos and sort headers)

Patches extracted from an ICH9 model rework. Explicitly include
required headers instead of having them being randomply pulled.

Philippe Mathieu-Daudé (2):
  hw/acpi/ich9: Include missing headers
  hw/i386/q35: Include missing 'hw/acpi/acpi.h' header

 include/hw/acpi/ich9.h | 3 ++-
 hw/acpi/ich9.c         | 2 +-
 hw/i386/pc_q35.c       | 1 +
 3 files changed, 4 insertions(+), 2 deletions(-)