On 17/12/25 19:42, Farhan Ali wrote:
The VFIO pread/pwrite functions use little-endian data format. When enabling the Bus Master bit, the value must be correctly converted from the CPU's native endianess to little-endian format.Signed-off-by: Farhan Ali <[email protected]> --- util/vfio-helpers.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
Reviewed-by: Philippe Mathieu-Daudé <[email protected]>
