[Qemu-devel] [PATCH 3/5] pseries: Add H_SET_MODE hcall to change guest exception endianness

2013-08-06 Thread Anton Blanchard
H_SET_MODE is used for controlling various partition settings. One of these settings is the endianness a guest takes its exceptions in. Signed-off-by: Anton Blanchard an...@samba.org --- hw/ppc/spapr.c | 2 +- hw/ppc/spapr_hcall.c | 44

Re: [Qemu-devel] [PATCH 3/5] pseries: Add H_SET_MODE hcall to change guest exception endianness

2013-08-06 Thread Anthony Liguori
On Tue, Aug 6, 2013 at 7:47 PM, Anton Blanchard an...@samba.org wrote: H_SET_MODE is used for controlling various partition settings. One of these settings is the endianness a guest takes its exceptions in. Signed-off-by: Anton Blanchard an...@samba.org --- hw/ppc/spapr.c | 2 +-