[PATCH 48/63] powerpc/kvm/book3s_hv: Add little endian guest support

2013-08-06 Thread Anton Blanchard
Add support for the H_SET_MODE hcall so we can select the endianness of our exceptions. We create a guest MSR from scratch when delivering exceptions in a few places and instead of extracting the LPCR[ILE] and inserting it into MSR_LE each time simply create a new variable intr_msr which contains

Re: [PATCH 48/63] powerpc/kvm/book3s_hv: Add little endian guest support

2013-08-06 Thread Paul Mackerras
On Wed, Aug 07, 2013 at 02:02:05AM +1000, Anton Blanchard wrote: Add support for the H_SET_MODE hcall so we can select the endianness of our exceptions. We create a guest MSR from scratch when delivering exceptions in a few places and instead of extracting the LPCR[ILE] and inserting it