Re: [Qemu-devel] [PATCH v2 1/2] Do endian swapping.

2017-01-05 Thread Uri Lublin
On 01/03/2017 08:16 PM, Michal Suchanek wrote: This allows running big endian and little endian guest side by side using cut & paste between them. There is a general design idea that swapping should come as close to virtio_read/virtio_write as possible. In particular, the protocol between vdagen

[Qemu-devel] [PATCH v2 1/2] Do endian swapping.

2017-01-03 Thread Michal Suchanek
This allows running big endian and little endian guest side by side using cut & paste between them. There is a general design idea that swapping should come as close to virtio_read/virtio_write as possible. In particular, the protocol between vdagent and vdagentd is guest-specific and in native en