summary refs log tree commit diff stats
path: root/include/hw/timer
diff options
context:
space:
mode:
authorIgor Mammedov <imammedo@redhat.com>2015-12-28 18:02:29 +0100
committerMichael S. Tsirkin <mst@redhat.com>2016-01-09 23:20:18 +0200
commita57d708d1797ac84a9531402661487c46210057f (patch)
tree26a6e021b0fecf3a12171d10ffa6d58cdd8a58fc /include/hw/timer
parent5ca5efa4a69e1f2bbefa3fa41a01b69066c73acc (diff)
downloadfocaccia-qemu-a57d708d1797ac84a9531402661487c46210057f.tar.gz
focaccia-qemu-a57d708d1797ac84a9531402661487c46210057f.zip
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/hw/timer')
-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 d872909ce1..f38bcfecd6 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 */