libxl: Made it possible to use 'timer='delay_for_missed_ticks'
authorKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Mon, 25 Feb 2013 16:30:18 +0000 (11:30 -0500)
committerIan Jackson <Ian.Jackson@eu.citrix.com>
Tue, 26 Feb 2013 16:16:17 +0000 (16:16 +0000)
commit1cd8160a30ab8007d483327f73dab9f0c998cc94
tree0d38be7e386202b1ee3985f7f82487087eacea97
parent84fa23bc6cb949fcc5d510bcaa8905d04205c916
libxl: Made it possible to use 'timer='delay_for_missed_ticks'

The assertion only allows values of 1 (no_delay_for_missed_ticks)
up to 3 (one_missed_tick_pending). It should be possible to
use the value of 0 (delay_for_missed_ticks) for the timer configuration
option.

Acked-by: Ian Campbell <ian.cambell@citrix.com>
Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
tools/libxl/libxl_dom.c