ich9.c (ee1c08bd732283aa15e5b6fa840511b7c9c18006) ich9.c (fbae27e857061e1098c21944c81bd025c8946c62)
1/*
2 * ACPI implementation
3 *
4 * Copyright (c) 2006 Fabrice Bellard
5 * Copyright (c) 2009 Isaku Yamahata <yamahata at valinux co jp>
6 * VA Linux Systems Japan K.K.
7 * Copyright (C) 2012 Jason Baron <jbaron@redhat.com>
8 *

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

29#include "qapi/visitor.h"
30#include "hw/pci/pci.h"
31#include "migration/vmstate.h"
32#include "qemu/timer.h"
33#include "hw/core/cpu.h"
34#include "sysemu/reset.h"
35#include "sysemu/runstate.h"
36#include "hw/acpi/acpi.h"
1/*
2 * ACPI implementation
3 *
4 * Copyright (c) 2006 Fabrice Bellard
5 * Copyright (c) 2009 Isaku Yamahata <yamahata at valinux co jp>
6 * VA Linux Systems Japan K.K.
7 * Copyright (C) 2012 Jason Baron <jbaron@redhat.com>
8 *

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

29#include "qapi/visitor.h"
30#include "hw/pci/pci.h"
31#include "migration/vmstate.h"
32#include "qemu/timer.h"
33#include "hw/core/cpu.h"
34#include "sysemu/reset.h"
35#include "sysemu/runstate.h"
36#include "hw/acpi/acpi.h"
37#include "hw/acpi/tco.h"
37#include "hw/acpi/ich9_tco.h"
38
39#include "hw/i386/ich9.h"
40#include "hw/mem/pc-dimm.h"
41#include "hw/mem/nvdimm.h"
42
43//#define DEBUG
44
45#ifdef DEBUG

--- 549 unchanged lines hidden ---
38
39#include "hw/i386/ich9.h"
40#include "hw/mem/pc-dimm.h"
41#include "hw/mem/nvdimm.h"
42
43//#define DEBUG
44
45#ifdef DEBUG

--- 549 unchanged lines hidden ---