]> xenbits.xensource.com Git - qemu-upstream-4.2-testing.git/commit
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>
Tue, 15 May 2012 17:57:04 +0000 (17:57 +0000)
commitf782f3f80f524f876792a6d89086bd488cf7743b
tree9ba623ddf690cc1f8bfedf82c8cc3e4543a882bd
parent1641064ac3631fa0248bb16f4a280d8f4d81b5b0
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