Re: [Xen-devel] [PATCH v2 03/10] x86/HVM: Make vlapic_reg_read/write() non-static

2018-05-16 Thread Jan Beulich
>>> On 07.05.18 at 23:07, wrote: > --- a/xen/include/asm-x86/hvm/vlapic.h > +++ b/xen/include/asm-x86/hvm/vlapic.h > @@ -137,6 +137,10 @@ void vlapic_ipi(struct vlapic *vlapic, uint32_t icr_low, > uint32_t icr_high); > > int vlapic_apicv_write(struct vcpu *v,

Re: [Xen-devel] [PATCH v2 03/10] x86/HVM: Make vlapic_reg_read/write() non-static

2018-05-16 Thread Jan Beulich
>>> On 07.05.18 at 23:07, wrote: > AMD AVIC code makes use of vlapic_reg_read() and vlapic_reg_write(). To > do this make the functions non-static. To be honest I'd prefer if each of the two functions was made non-static in the patch actually needing this to be the