]> git.proxmox.com Git - mirror_qemu.git/commit - hw/i386/pc.c
xen: do not initialize the interval timer and PCSPK emulator
authorStefano Stabellini <stefano.stabellini@eu.citrix.com>
Mon, 14 Nov 2011 15:07:01 +0000 (15:07 +0000)
committerStefano Stabellini <stefano.stabellini@eu.citrix.com>
Thu, 17 May 2012 10:43:32 +0000 (10:43 +0000)
commitc2d8d311c18b13c5282ab7d7b2ae57e3dd1e7f7d
tree88484bccbc75f9730089dc39a67cc7c4601a7f3c
parent76ee152a86d5f2533443ce4d2be6fe253cfb3c45
xen: do not initialize the interval timer and PCSPK emulator

PIT and PCSPK are emulated by the hypervisor so we don't need to emulate
them in Qemu: this patch prevents Qemu from waking up needlessly at
PIT_FREQ on Xen.

Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
hw/pc.c