On 09/08/2014 10:04 PM, Alexander Graf wrote:
>
>
> On 08.09.14 02:06, Alexey Kardashevskiy wrote:
>> On 09/08/2014 06:35 AM, Alexander Graf wrote:
>>>
>>>
>>> On 06.09.14 04:49, Alexey Kardashevskiy wrote:
At the moment VFIO's BARs are NATIVE_ENDIAN. The idea is that since
it does not
On 08.09.14 02:06, Alexey Kardashevskiy wrote:
> On 09/08/2014 06:35 AM, Alexander Graf wrote:
>>
>>
>> On 06.09.14 04:49, Alexey Kardashevskiy wrote:
>>> At the moment VFIO's BARs are NATIVE_ENDIAN. The idea is that since
>>> it does not parse BARs content and just provides transport, it should
On 09/08/2014 10:00 AM, Alexey Kardashevskiy wrote:
> On 09/08/2014 02:06 AM, Greg Kurz wrote:
>> On Sat, 6 Sep 2014 12:49:47 +1000
>> Alexey Kardashevskiy wrote:
>>
>>> At the moment VFIO's BARs are NATIVE_ENDIAN. The idea is that since
>>> it does not parse BARs content and just provides transp
On 09/08/2014 06:35 AM, Alexander Graf wrote:
>
>
> On 06.09.14 04:49, Alexey Kardashevskiy wrote:
>> At the moment VFIO's BARs are NATIVE_ENDIAN. The idea is that since
>> it does not parse BARs content and just provides transport, it should
>> not do byte swaps, the guest does it anyway. That w
On 09/08/2014 02:06 AM, Greg Kurz wrote:
> On Sat, 6 Sep 2014 12:49:47 +1000
> Alexey Kardashevskiy wrote:
>
>> At the moment VFIO's BARs are NATIVE_ENDIAN. The idea is that since
>> it does not parse BARs content and just provides transport, it should
>> not do byte swaps, the guest does it any
On 06.09.14 04:49, Alexey Kardashevskiy wrote:
> At the moment VFIO's BARs are NATIVE_ENDIAN. The idea is that since
> it does not parse BARs content and just provides transport, it should
> not do byte swaps, the guest does it anyway. That worked fine while
> the host was big-endian and it does
On Sat, 6 Sep 2014 12:49:47 +1000
Alexey Kardashevskiy wrote:
> At the moment VFIO's BARs are NATIVE_ENDIAN. The idea is that since
> it does not parse BARs content and just provides transport, it should
> not do byte swaps, the guest does it anyway. That worked fine while
> the host was big-end
At the moment VFIO's BARs are NATIVE_ENDIAN. The idea is that since
it does not parse BARs content and just provides transport, it should
not do byte swaps, the guest does it anyway. That worked fine while
the host was big-endian and it does not work when the host is little-endian.
This happens bec