ich9_tco.c (113f00e38737d6616a18a465916ae880a67ff342) | ich9_tco.c (1a6981bbdc124950c9055974dadf1b36c61b9e1f) |
---|---|
1/* 2 * QEMU ICH9 TCO emulation 3 * 4 * Copyright (c) 2015 Paulo Alcantara <pcacjr@zytor.com> 5 * 6 * This work is licensed under the terms of the GNU GPL, version 2 or later. 7 * See the COPYING file in the top-level directory. 8 */ 9 10#include "qemu/osdep.h" 11#include "sysemu/watchdog.h" | 1/* 2 * QEMU ICH9 TCO emulation 3 * 4 * Copyright (c) 2015 Paulo Alcantara <pcacjr@zytor.com> 5 * 6 * This work is licensed under the terms of the GNU GPL, version 2 or later. 7 * See the COPYING file in the top-level directory. 8 */ 9 10#include "qemu/osdep.h" 11#include "sysemu/watchdog.h" |
12#include "hw/i386/ich9.h" | 12#include "hw/southbridge/ich9.h" |
13#include "migration/vmstate.h" 14 15#include "hw/acpi/ich9_tco.h" 16#include "trace.h" 17 18enum { 19 TCO_RLD_DEFAULT = 0x0000, 20 TCO_DAT_IN_DEFAULT = 0x00, --- 255 unchanged lines hidden --- | 13#include "migration/vmstate.h" 14 15#include "hw/acpi/ich9_tco.h" 16#include "trace.h" 17 18enum { 19 TCO_RLD_DEFAULT = 0x0000, 20 TCO_DAT_IN_DEFAULT = 0x00, --- 255 unchanged lines hidden --- |