mirror of
https://github.com/torvalds/linux.git
synced 2026-09-25 21:21:09 -04:00
According to the VirtIO 1.0 spec data, sent over virtual queues must be in little-endian format. Update the RPMsg VirtIO implementation to enforce that but let legacy configurations continue use native endianness. Acked-by: Michael S. Tsirkin <[email protected]> Signed-off-by: Guennadi Liakhovetski <[email protected]> Reviewed-by: Mathieu Poirier <[email protected]> Tested-by: Arnaud Pouliquen <[email protected]> Link: https://lore.kernel.org/r/20200721085638.GA3815@ubuntu Signed-off-by: Bjorn Andersson <[email protected]>