Revision 0d09e41a hw/acpi_piix4.c

b/hw/acpi_piix4.c
19 19
 * GNU GPL, version 2 or (at your option) any later version.
20 20
 */
21 21
#include "hw/hw.h"
22
#include "hw/pc.h"
23
#include "hw/apm.h"
24
#include "hw/pm_smbus.h"
22
#include "hw/i386/pc.h"
23
#include "hw/isa/apm.h"
24
#include "hw/i2c/pm_smbus.h"
25 25
#include "hw/pci/pci.h"
26
#include "hw/acpi.h"
26
#include "hw/acpi/acpi.h"
27 27
#include "sysemu/sysemu.h"
28 28
#include "qemu/range.h"
29 29
#include "exec/ioport.h"
30
#include "hw/fw_cfg.h"
30
#include "hw/nvram/fw_cfg.h"
31 31
#include "exec/address-spaces.h"
32 32

  
33 33
//#define DEBUG

Also available in: Unified diff