acpi-build.c (71671814a8086b8179df03128589a09703f2553e) acpi-build.c (1a6981bbdc124950c9055974dadf1b36c61b9e1f)
1/* Support for generating ACPI tables and passing them to Guests
2 *
3 * Copyright (C) 2008-2010 Kevin O'Connor <kevin@koconnor.net>
4 * Copyright (C) 2006 Fabrice Bellard
5 * Copyright (C) 2013 Red Hat Inc
6 *
7 * Author: Michael S. Tsirkin <mst@redhat.com>
8 *

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

50#include "migration/vmstate.h"
51#include "hw/mem/memory-device.h"
52#include "hw/mem/nvdimm.h"
53#include "sysemu/numa.h"
54#include "sysemu/reset.h"
55#include "hw/hyperv/vmbus-bridge.h"
56
57/* Supported chipsets: */
1/* Support for generating ACPI tables and passing them to Guests
2 *
3 * Copyright (C) 2008-2010 Kevin O'Connor <kevin@koconnor.net>
4 * Copyright (C) 2006 Fabrice Bellard
5 * Copyright (C) 2013 Red Hat Inc
6 *
7 * Author: Michael S. Tsirkin <mst@redhat.com>
8 *

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

50#include "migration/vmstate.h"
51#include "hw/mem/memory-device.h"
52#include "hw/mem/nvdimm.h"
53#include "sysemu/numa.h"
54#include "sysemu/reset.h"
55#include "hw/hyperv/vmbus-bridge.h"
56
57/* Supported chipsets: */
58#include "hw/southbridge/ich9.h"
58#include "hw/southbridge/piix.h"
59#include "hw/acpi/pcihp.h"
60#include "hw/i386/fw_cfg.h"
59#include "hw/southbridge/piix.h"
60#include "hw/acpi/pcihp.h"
61#include "hw/i386/fw_cfg.h"
61#include "hw/i386/ich9.h"
62#include "hw/i386/pc.h"
63#include "hw/pci/pci_bus.h"
64#include "hw/pci-host/i440fx.h"
65#include "hw/pci-host/q35.h"
66#include "hw/i386/x86-iommu.h"
67
68#include "hw/acpi/aml-build.h"
69#include "hw/acpi/utils.h"

--- 2728 unchanged lines hidden ---
62#include "hw/i386/pc.h"
63#include "hw/pci/pci_bus.h"
64#include "hw/pci-host/i440fx.h"
65#include "hw/pci-host/q35.h"
66#include "hw/i386/x86-iommu.h"
67
68#include "hw/acpi/aml-build.h"
69#include "hw/acpi/utils.h"

--- 2728 unchanged lines hidden ---