summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorIgor Mammedov <imammedo@redhat.com>2015-12-28 18:02:29 +0100
committerTimothy Pearson <tpearson@raptorengineering.com>2019-11-29 19:28:22 -0600
commitca23b008c0f3a892dc41591eb95780aba34d3756 (patch)
treebe038470c0c362739b1c99af3e8f05ab7e7de0b0 /include
parentd365c35411c3021756f7dfcbf4be54a0af710da5 (diff)
downloadhqemu-ca23b008c0f3a892dc41591eb95780aba34d3756.zip
hqemu-ca23b008c0f3a892dc41591eb95780aba34d3756.tar.gz
pc: acpi: move HPET from DSDT to SSDT
Signed-off-by: Igor Mammedov <imammedo@redhat.com> Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Diffstat (limited to 'include')
-rw-r--r--include/hw/timer/hpet.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/hw/timer/hpet.h b/include/hw/timer/hpet.h
index d872909..f38bcfe 100644
--- a/include/hw/timer/hpet.h
+++ b/include/hw/timer/hpet.h
@@ -16,6 +16,7 @@
#include "qom/object.h"
#define HPET_BASE 0xfed00000
+#define HPET_LEN 0x400
#define HPET_CLK_PERIOD 10 /* 10 ns*/
#define FS_PER_NS 1000000 /* 1000000 femtoseconds == 1 ns */
OpenPOWER on IntegriCloud