pc_piix.c (67128074c9bd39f607548b27d2d51c3f0ca9d35e) pc_piix.c (e2abfe5ec67b69fb310fbeaacf7e68d61d16609e)
1/*
2 * QEMU PC System Emulator
3 *
4 * Copyright (c) 2003-2004 Fabrice Bellard
5 *
6 * Permission is hereby granted, free of charge, to any person obtaining a copy
7 * of this software and associated documentation files (the "Software"), to deal
8 * in the Software without restriction, including without limitation the rights

--- 33 unchanged lines hidden (view full) ---

42#include "hw/ide/isa.h"
43#include "hw/ide/pci.h"
44#include "hw/ide/piix.h"
45#include "hw/irq.h"
46#include "sysemu/kvm.h"
47#include "hw/kvm/clock.h"
48#include "hw/sysbus.h"
49#include "hw/i2c/smbus_eeprom.h"
1/*
2 * QEMU PC System Emulator
3 *
4 * Copyright (c) 2003-2004 Fabrice Bellard
5 *
6 * Permission is hereby granted, free of charge, to any person obtaining a copy
7 * of this software and associated documentation files (the "Software"), to deal
8 * in the Software without restriction, including without limitation the rights

--- 33 unchanged lines hidden (view full) ---

42#include "hw/ide/isa.h"
43#include "hw/ide/pci.h"
44#include "hw/ide/piix.h"
45#include "hw/irq.h"
46#include "sysemu/kvm.h"
47#include "hw/kvm/clock.h"
48#include "hw/sysbus.h"
49#include "hw/i2c/smbus_eeprom.h"
50#include "hw/xen/xen-x86.h"
51#include "hw/xen/xen.h"
52#include "exec/memory.h"
53#include "hw/acpi/acpi.h"
54#include "hw/acpi/piix4.h"
55#include "hw/usb/hcd-uhci.h"
56#include "qapi/error.h"
57#include "qemu/error-report.h"
58#include "sysemu/xen.h"
59#ifdef CONFIG_XEN
60#include <xen/hvm/hvm_info_table.h>
61#include "hw/xen/xen_pt.h"
62#endif
50#include "exec/memory.h"
51#include "hw/acpi/acpi.h"
52#include "hw/acpi/piix4.h"
53#include "hw/usb/hcd-uhci.h"
54#include "qapi/error.h"
55#include "qemu/error-report.h"
56#include "sysemu/xen.h"
57#ifdef CONFIG_XEN
58#include <xen/hvm/hvm_info_table.h>
59#include "hw/xen/xen_pt.h"
60#endif
61#include "hw/xen/xen-x86.h"
62#include "hw/xen/xen.h"
63#include "migration/global_state.h"
64#include "migration/misc.h"
65#include "sysemu/numa.h"
66#include "hw/hyperv/vmbus-bridge.h"
67#include "hw/mem/nvdimm.h"
68#include "hw/i386/acpi-build.h"
69#include "kvm/kvm-cpu.h"
70

--- 829 unchanged lines hidden ---
63#include "migration/global_state.h"
64#include "migration/misc.h"
65#include "sysemu/numa.h"
66#include "hw/hyperv/vmbus-bridge.h"
67#include "hw/mem/nvdimm.h"
68#include "hw/i386/acpi-build.h"
69#include "kvm/kvm-cpu.h"
70

--- 829 unchanged lines hidden ---