Equivalent to ~300 syscalls on my machine Signed-off-by: Mark McLoughlin <[EMAIL PROTECTED]> --- qemu/vl.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/qemu/vl.c b/qemu/vl.c index 5d285cc..b7d3397 100644 --- a/qemu/vl.c +++ b/qemu/vl.c @@ -891,7 +891,7 @@ static void qemu_rearm_alarm_timer(struct qemu_alarm_timer *t) } /* TODO: MIN_TIMER_REARM_US should be optimized */ -#define MIN_TIMER_REARM_US 250 +#define MIN_TIMER_REARM_US 150 static struct qemu_alarm_timer *alarm_timer; -- 1.5.4.1 -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html
