Re: [PATCH v3 0/9] kvmtool: handle guests of a different endianness

2014-05-06 Thread Will Deacon
Hi Pekka, On Sat, May 03, 2014 at 08:07:59AM +0100, Pekka Enberg wrote: On 4/24/14 9:17 PM, Marc Zyngier wrote: This patch series adds some infrastructure to kvmtool to allow a BE guest to use virtio-mmio on a LE host, provided that the architecture actually supports such madness. Not

Re: [PATCH v3 0/9] kvmtool: handle guests of a different endianness

2014-05-03 Thread Pekka Enberg
On 4/24/14 9:17 PM, Marc Zyngier wrote: This patch series adds some infrastructure to kvmtool to allow a BE guest to use virtio-mmio on a LE host, provided that the architecture actually supports such madness. Not all the backend have been converted, only those I actually cared about.

[PATCH v3 0/9] kvmtool: handle guests of a different endianness

2014-04-24 Thread Marc Zyngier
This patch series adds some infrastructure to kvmtool to allow a BE guest to use virtio-mmio on a LE host, provided that the architecture actually supports such madness. Not all the backend have been converted, only those I actually cared about. Converting them is pretty easy though, and will be