aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoraliguori <aliguori@c046a42c-6fe2-441c-8c8c-71466251a162>2008-12-17 23:28:44 +0000
committeraliguori <aliguori@c046a42c-6fe2-441c-8c8c-71466251a162>2008-12-17 23:28:44 +0000
commit16b29ae1807b024bd5052301550f5d47dae958a2 (patch)
treeeeeb5072d4548b91f2111f3127737a374d89cab2 /pc-bios/bios-pq/series
parentHandle suspend in qemu (Gleb Natapov) (diff)
downloadqemu-kvm-16b29ae1807b024bd5052301550f5d47dae958a2.tar.gz
qemu-kvm-16b29ae1807b024bd5052301550f5d47dae958a2.tar.bz2
qemu-kvm-16b29ae1807b024bd5052301550f5d47dae958a2.zip
Add HPET emulation to qemu (Beth Kon)
This patch adds HPET emulation. It can be disabled with -disable-hpet. An hpet provides a more finely granular clocksource than otherwise available on PC. This means that latency-dependent applications (e.g. multimedia) will generally be smoother when using the HPET. Signed-off-by: Beth Kon <eak@us.ibm.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com> git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6081 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'pc-bios/bios-pq/series')
-rw-r--r--pc-bios/bios-pq/series1
1 files changed, 1 insertions, 0 deletions
diff --git a/pc-bios/bios-pq/series b/pc-bios/bios-pq/series
index 96a4f9d8d..beff2c6d4 100644
--- a/pc-bios/bios-pq/series
+++ b/pc-bios/bios-pq/series
@@ -2,3 +2,4 @@
0002_e820-high-mem.patch
0003_smp-startup-poll.patch
0004_no-stack-protector.patch
+0005_hpet.patch