Statistics
| Branch: | Revision:

root / pc-bios / bios-pq / 0005_hpet.patch @ 16b29ae1

History | View | Annotate | Download (5.6 kB)

# Date Author Comment
16b29ae1 12/18/2008 01:28 am aliguori

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...