This is a follow-up of Markus's cleanup series:
Tame a few "touch this, recompile the world"
https://www.mail-archive.com/address@hidden/msg635748.html
This part is mostly restricted to X86, but since some file from the
Alpha/PA-RISC machines include "hw/i386/pc.h" I had to fix them
too.
Eventually I'll succeed at removing hw/i386/ dependency on non-X86
platforms (Quest I started 2 years ago...).
Regards,
Phil.
Philippe Mathieu-Daudé (20):
vl: Add missing "hw/boards.h" include
hw/southbridge/ich9: Removed unused headers
hw/input/pckbd: Remove unused "hw/i386/pc.h" header
hw/i386/ioapic_internal: Remove unused "hw/i386/ioapic.h" header
hw/timer: Remove unused "ui/console.h" header
hw/usb/dev-storage: Remove unused "ui/console.h" header
hw/i386/intel_iommu: Remove unused includes
hw/xen/xen_pt_load_rom: Remove unused includes
hw/alpha/alpha_sys: Remove unused "hw/ide.h" header
hw/alpha/dp264: Include "net/net.h"
hw/hppa/machine: Include "net/net.h"
hw/acpi/cpu_hotplug: Include "hw/pci/pci.h"
hw/timer/hpet: Include "exec/address-spaces.h"
hw/pci-host/q35: Include "qemu/range.h"
hw/i2c/smbus_ich9: Include "qemu/range.h"
hw/pci-host/piix: Include "qemu/range.h"
hw/acpi: Include "hw/mem/nvdimm.h"
hw/i386: Include "hw/mem/nvdimm.h"
hw/pci-host/q35: Remove unused includes
hw/i386/pc: Clean up includes