Re: [Xen-devel] [PATCH v3 1/6] vpt: fix create_periodic_time to use the irq parameter

2018-06-15 Thread Jan Beulich
>>> On 08.06.18 at 17:07, wrote: > Instead of the stale value inside the periodic_time struct. I think this wants its title changed, because ... > --- a/xen/arch/x86/hvm/vpt.c > +++ b/xen/arch/x86/hvm/vpt.c > @@ -445,8 +445,8 @@ void create_periodic_time( > uint64_t period, uint8_t irq, tim

[Xen-devel] [PATCH v3 1/6] vpt: fix create_periodic_time to use the irq parameter

2018-06-08 Thread Roger Pau Monne
Instead of the stale value inside the periodic_time struct. Signed-off-by: Roger Pau Monné --- Cc: Jan Beulich Cc: Andrew Cooper --- xen/arch/x86/hvm/vpt.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xen/arch/x86/hvm/vpt.c b/xen/arch/x86/hvm/vpt.c index d5363caec7..