]> git.proxmox.com Git - mirror_qemu.git/commit
hpet: Add MSI support
authorJan Kiszka <jan.kiszka@siemens.com>
Sun, 13 Jun 2010 12:15:45 +0000 (14:15 +0200)
committerBlue Swirl <blauwirbel@gmail.com>
Sun, 13 Jun 2010 12:33:01 +0000 (15:33 +0300)
commit8caa0065b82c1a223aeaca62e7d572c89db2b6eb
tree3e6366fa052faeca5179c36849eb8575ca93e331
parentbe4b44c59bcee4b3d63bfef137c0ac7d68ef514b
hpet: Add MSI support

This implements the HPET capability of routing IRQs to the front-side
bus, aka MSI support. This feature can be enabled via the qdev property
"msi" and is off by default.

Note that switching it on can cause guests (at least Linux) to use the
HPET as timer instead of the LAPIC. KVM users should recall that only
the latter is currently available as fast in-kernel model.

Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
hw/hpet.c
hw/hpet_emul.h