On Wed, 11 Oct 2017, Sergej Proskurin wrote:
> Hi Julien,
>
> On 10/11/2017 04:57 PM, Julien Grall wrote:
> >
> >
> > On 11/10/17 15:51, Sergej Proskurin wrote:
> >> Hi Julien,
> >
> > Hi,
> >
> >> On 10/11/2017 04:29 PM, Julien Grall wrote:
> >>> The function get_ipa_output_size is check whet
Hi Julien,
On 10/11/2017 04:57 PM, Julien Grall wrote:
>
>
> On 11/10/17 15:51, Sergej Proskurin wrote:
>> Hi Julien,
>
> Hi,
>
>> On 10/11/2017 04:29 PM, Julien Grall wrote:
>>> The function get_ipa_output_size is check whether the input size
>>> configured by the guest is valid and will retu
On 11/10/17 15:51, Sergej Proskurin wrote:
Hi Julien,
Hi,
On 10/11/2017 04:29 PM, Julien Grall wrote:
The function get_ipa_output_size is check whether the input size
configured by the guest is valid and will return it.
The check is done with the IPS already shifted against
TCR_EL1_IPS_48
Hi Julien,
On 10/11/2017 04:29 PM, Julien Grall wrote:
> The function get_ipa_output_size is check whether the input size
> configured by the guest is valid and will return it.
>
> The check is done with the IPS already shifted against
> TCR_EL1_IPS_48_BIT. However the constant has been defined w
The function get_ipa_output_size is check whether the input size
configured by the guest is valid and will return it.
The check is done with the IPS already shifted against
TCR_EL1_IPS_48_BIT. However the constant has been defined with the
shift included, resulting the check always been false.
Fi