On 13.01.2023 08:30, Xenia Ragiadakou wrote:
> On 1/12/23 14:16, Jan Beulich wrote:
>> On 04.01.2023 09:45, Xenia Ragiadakou wrote:
>>> @@ -250,6 +252,9 @@ struct hvm_function_table {
>>> /* Architecture function to setup TSC scaling ratio */
>>> void (*setup)(struct vcpu *v);
>>> } tsc_scaling;
>>> +
>>> + int (*pi_update_irte)(const struct vcpu *v,
>>> + const struct pirq *pirq, uint8_t gvec);
>>> };
>>
>> Please can this be moved higher up, e.g. next to .
>
> Right after handle_eoi would be ok?
Yes. I'm sorry for sending out the earlier mail without completing the
sentence.
Jan