Re: [Xen-devel] [PATCH 1/5] x86/vioapic: move domain out of hvm_vioapic struct

2017-03-06 Thread Roger Pau Monne
On Mon, Mar 06, 2017 at 09:43:43AM -0700, Jan Beulich wrote: > >>> On 23.02.17 at 12:52, wrote: > > And then remove hvm_vioapic (since it just contains a hvm_hw_ioapic struct > > now). This is a preparatory change for introducing support for multiple vIO > > APICs per domain. > > Having gone thro

Re: [Xen-devel] [PATCH 1/5] x86/vioapic: move domain out of hvm_vioapic struct

2017-03-06 Thread Jan Beulich
>>> On 23.02.17 at 12:52, wrote: > And then remove hvm_vioapic (since it just contains a hvm_hw_ioapic struct > now). This is a preparatory change for introducing support for multiple vIO > APICs per domain. Having gone through the rest of this series, I think the replacing of vioapic pointers by

Re: [Xen-devel] [PATCH 1/5] x86/vioapic: move domain out of hvm_vioapic struct

2017-03-03 Thread Jan Beulich
>>> On 23.02.17 at 12:52, wrote: > @@ -204,8 +205,7 @@ static void vioapic_write_indirect( > break; > } > > -vioapic_write_redirent( > -vioapic, redir_index, vioapic->ioregsel&1, val); > +vioapic_write_redirent(d, redir_index, vioapic->ioregsel&1