ich9.c (20fe3af24f1367906ab1eb6aa56e2cef73f116a8) ich9.c (1a6981bbdc124950c9055974dadf1b36c61b9e1f)
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 *

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

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/ich9_tco.h"
38
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 *

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

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/ich9_tco.h"
38
39#include "hw/i386/ich9.h"
39#include "hw/southbridge/ich9.h"
40#include "hw/mem/pc-dimm.h"
41#include "hw/mem/nvdimm.h"
42
43//#define DEBUG
44
45#ifdef DEBUG
46#define ICH9_DEBUG(fmt, ...) \
47do { printf("%s "fmt, __func__, ## __VA_ARGS__); } while (0)

--- 543 unchanged lines hidden ---
40#include "hw/mem/pc-dimm.h"
41#include "hw/mem/nvdimm.h"
42
43//#define DEBUG
44
45#ifdef DEBUG
46#define ICH9_DEBUG(fmt, ...) \
47do { printf("%s "fmt, __func__, ## __VA_ARGS__); } while (0)

--- 543 unchanged lines hidden ---