Re: [PATCH] xen/arm: Do not include in the image functions...

2021-12-07 Thread Julien Grall
Hi, On 07/12/2021 07:10, Michal Orzel wrote: On 06.12.2021 17:40, Julien Grall wrote: On 06/12/2021 15:00, Michal Orzel wrote: Hi Julien, Hi Michal, On 06.12.2021 15:39, Julien Grall wrote: Hi Michal, On 06/12/2021 14:19, Michal Orzel wrote: vtimer_update_irqs, vtimer_update_irq and

Re: [PATCH] xen/arm: Do not include in the image functions...

2021-12-06 Thread Michal Orzel
Hi Julien, On 06.12.2021 17:40, Julien Grall wrote: > > > On 06/12/2021 15:00, Michal Orzel wrote: >> Hi Julien, > > Hi Michal, > >> On 06.12.2021 15:39, Julien Grall wrote: >>> Hi Michal, >>> >>> On 06/12/2021 14:19, Michal Orzel wrote: vtimer_update_irqs, vtimer_update_irq and

Re: [PATCH] xen/arm: Do not include in the image functions...

2021-12-06 Thread Julien Grall
On 06/12/2021 15:00, Michal Orzel wrote: Hi Julien, Hi Michal, On 06.12.2021 15:39, Julien Grall wrote: Hi Michal, On 06/12/2021 14:19, Michal Orzel wrote: vtimer_update_irqs, vtimer_update_irq and vcpu_update_evtchn_irq if CONFIG_NEW_VGIC is not set. enter_hypervisor_from_guest is

Re: [PATCH] xen/arm: Do not include in the image functions...

2021-12-06 Thread Michal Orzel
Hi Julien, On 06.12.2021 15:39, Julien Grall wrote: > Hi Michal, > > On 06/12/2021 14:19, Michal Orzel wrote: >> vtimer_update_irqs, vtimer_update_irq and vcpu_update_evtchn_irq if >> CONFIG_NEW_VGIC is not set. >> >> enter_hypervisor_from_guest is protecting calls to these functions >> with

Re: [PATCH] xen/arm: Do not include in the image functions...

2021-12-06 Thread Julien Grall
Hi Michal, On 06/12/2021 14:19, Michal Orzel wrote: vtimer_update_irqs, vtimer_update_irq and vcpu_update_evtchn_irq if CONFIG_NEW_VGIC is not set. enter_hypervisor_from_guest is protecting calls to these functions with CONFIG_NEW_VGIC but their definitions and declarations are not >

[PATCH] xen/arm: Do not include in the image functions...

2021-12-06 Thread Michal Orzel
vtimer_update_irqs, vtimer_update_irq and vcpu_update_evtchn_irq if CONFIG_NEW_VGIC is not set. enter_hypervisor_from_guest is protecting calls to these functions with CONFIG_NEW_VGIC but their definitions and declarations are not protected. This means that we are including them in the image even