Re: [libvirt] [PATCH 4/7] xen: fix timer bug found by updated test

2015-12-08 Thread Erik Skultety
On 04/12/15 20:30, Pavel Hrdina wrote: > Only 'tsc' timer allows set mode and track is valid only for 'rtc' and > 'platform' timers. > > Signed-off-by: Pavel Hrdina > --- > src/xenconfig/xen_common.c | 2 ++ > src/xenconfig/xen_sxpr.c | 2 ++ > 2 files changed, 4

[libvirt] [PATCH 4/7] xen: fix timer bug found by updated test

2015-12-04 Thread Pavel Hrdina
Only 'tsc' timer allows set mode and track is valid only for 'rtc' and 'platform' timers. Signed-off-by: Pavel Hrdina --- src/xenconfig/xen_common.c | 2 ++ src/xenconfig/xen_sxpr.c | 2 ++ 2 files changed, 4 insertions(+) diff --git a/src/xenconfig/xen_common.c