]> xenbits.xensource.com Git - qemu-xen-4.2-testing.git/commit
qemu-xen: use dynticks instead of a static 10ms timeout xen-4.1.0-rc1
authorStefano Stabellini <stefano.stabellini@eu.citrix.com>
Tue, 11 Jan 2011 18:48:58 +0000 (18:48 +0000)
committerIan Jackson <Ian.Jackson@eu.citrix.com>
Tue, 11 Jan 2011 18:48:58 +0000 (18:48 +0000)
commit1c304816043c0ffe14d20d6006d6165cb7fddb9b
tree3fbb2a2f293ba09491df93562b3356575a4e44f9
parent2aa36d470e97f4baa219f78df82e2d3fe3d9f96d
qemu-xen: use dynticks instead of a static 10ms timeout

Use dynticks instead of polling the timers every 10ms.
This allows a qemu running in dom0 to wake up only when the next timer
goes off (that is every 100ms, because of the buffer_io_timer) instead
of every 10ms.

For the moment stubdoms still run with the old 10ms timeout because
minios doesn't support the posix timer_create interface yet.

Also disable the nographic_timer when CONFIG_DM because it is only
useful with tcg.

Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
i386-dm/helper2.c
vl.c